OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:listfile
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/restore/
restore.c
59
listfile
(const char *name, ino_t ino, int type)
function
/src/usr.sbin/gspa/gspa/
gspa.c
68
FILE *
listfile
;
variable
165
if ((
listfile
= fopen(list_name, "w")) == NULL)
/src/sys/dev/microcode/aic7xxx/
aicasm.c
98
FILE *
listfile
;
variable
143
listfile
= NULL;
175
if ((
listfile
= fopen(optarg, "w")) == NULL) {
302
if (
listfile
!= NULL)
625
fprintf(
listfile
, "\t\t%s", buf);
628
fprintf(
listfile
, "%03x %02x%02x%02x%02x", instrptr,
641
fprintf(
listfile
, "\t%s", buf);
647
fprintf(
listfile
, "\t\t%s", buf);
721
if (
listfile
!= NULL) {
722
fclose(
listfile
);
[
all
...]
/src/sys/dev/microcode/siop/
ncr53cxxx.c
294
char *
listfile
;
variable
348
* -l [
listfile
]
373
listfile
= makefn (sourcefile, "lis");
375
listfile
= argv[i + 1];
406
if (
listfile
)
407
listfp = fopen (
listfile
, "w");
Completed in 17 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026