OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:indxfp
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/groff/dist/src/utils/indxbib/
indxbib.cpp
86
FILE *
indxfp
;
variable
242
indxfp
= fdopen(fd, FOPEN_WB);
243
if (
indxfp
== 0)
245
if (fseek(
indxfp
, sizeof(index_header), 0) < 0)
284
if (fclose(
indxfp
) < 0)
661
fwrite_or_die(&t, sizeof(t), 1,
indxfp
);
739
fwrite_or_die(rev->v, sizeof(int), rev->used,
indxfp
);
745
fwrite_or_die(&minus_one, sizeof(int), 1,
indxfp
);
750
fwrite_or_die(hash_table, sizeof(int), hash_table_size,
indxfp
);
754
fwrite_or_die(&hash_table[i].count, sizeof(int), 1,
indxfp
);
[
all
...]
Completed in 24 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026