OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fp_out
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/hpc/hpc/platid_gen/
platid_gen.c
88
FILE *
fp_out
;
variable
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/external/isc/libsodium/dist/test/default/
cmptest.h
89
FILE *
fp_out
;
local
103
if ((
fp_out
= fopen(TEST_NAME_OUT, "r")) == NULL) {
108
if ((c = fgetc(fp_res)) != fgetc(
fp_out
)) {
/src/sys/compat/linux/common/
linux_file.c
1074
file_t *fp_in, *
fp_out
;
local
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
...]
Completed in 20 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026