Searched refs:tmp_file (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_dfrag.c53 struct file *file, *tmp_file; local
70 tmp_file = fget((int)sxp->sx_fdtmp);
71 if (!tmp_file) {
76 if (!(tmp_file->f_mode & FMODE_WRITE) ||
77 !(tmp_file->f_mode & FMODE_READ) ||
78 (tmp_file->f_flags & O_APPEND)) {
84 IS_SWAPFILE(tmp_file->f_path.dentry->d_inode)) {
90 tip = XFS_I(tmp_file->f_path.dentry->d_inode);
110 fput(tmp_file);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dbctest.com132 $ open /read tmp_file 'tmp_file_name'
134 $ read /error = error_read tmp_file line
150 $ close tmp_file
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dbctest.com132 $ open /read tmp_file 'tmp_file_name'
134 $ read /error = error_read tmp_file line
150 $ close tmp_file
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_verify.c515 const char *tmp_file = NULL; local
524 if ((tmp_file=verify_cert_export_cert(cert, verify_export_cert, &gc)))
526 setenv_str(es, "peer_cert", tmp_file);
537 if (tmp_file)
538 platform_unlink(tmp_file);
958 const char *tmp_file = ""; local
971 tmp_file = create_temp_file (session->opt->tmp_dir, "up", &gc);
972 if( tmp_file ) {
973 so = status_open (tmp_file, 0, -1, NULL, STATUS_OUTPUT_WRITE);
979 tmp_file);
[all...]
H A Dinit.c701 const char *tmp_file = create_temp_file ("/tmp", "foo", &gc); local
702 struct status_output *so = status_open (tmp_file, 0, -1, NULL, STATUS_OUTPUT_WRITE);
706 msg (M_WARN, "STATUS_PRINTF_TEST: %s: write error", tmp_file);

Completed in 176 milliseconds