/src/sys/external/isc/libsodium/dist/test/default/ |
cmptest.h | 89 FILE *fp_out; local in function:main 103 if ((fp_out = fopen(TEST_NAME_OUT, "r")) == NULL) { 108 if ((c = fgetc(fp_res)) != fgetc(fp_out)) {
|
/src/sys/arch/hpc/hpc/platid_gen/ |
platid_gen.c | 88 FILE *fp_out; variable in typeref:typename:FILE * 126 fp_out = stdout; 161 gen_comment(fp_out); 168 fprintf(fp_out, "#include <machine/platid.h>\n"); 169 fprintf(fp_out, "#include <machine/platid_mask.h>\n"); 172 fprintf(fp_out, "#include <machine/platid.h>\n"); 173 fprintf(fp_out, "#include <machine/platid_mask.h>\n"); 174 fprintf(fp_out,"struct platid_name platid_name_table[] = {\n"); 191 fprintf(fp_out, "};\n"); 192 fprintf(fp_out, "int platid_name_table_size = sizeof(platid_name_table)/sizeof(*platid_name_table);\n") [all...] |
/src/sys/compat/linux/common/ |
linux_file.c | 1074 file_t *fp_in, *fp_out; local in function:linux_sys_copy_file_range 1107 error = fd_getvnode(fd_out, &fp_out); 1114 outvp = fp_out->f_vnode; 1135 (fp_out->f_flag & FWRITE) == 0 || 1136 (fp_out->f_flag & FAPPEND) != 0) { 1210 vn_lock(fp_out->f_vnode, LK_EXCLUSIVE | LK_RETRY); 1216 auio.uio_offset = have_off_out ? off_out : fp_out->f_offset; 1223 error = VOP_WRITE(fp_out->f_vnode, &auio, 0, l->l_cred); 1224 VOP_UNLOCK(fp_out->f_vnode); 1242 fp_out->f_offset += written_bytes [all...] |