/src/sbin/restore/ |
restore.c | 59 listfile(const char *name, ino_t ino, int type) function in typeref:typename:long
|
restore.c | 59 listfile(const char *name, ino_t ino, int type) function in typeref:typename:long
|
/src/usr.sbin/gspa/gspa/ |
gspa.c | 71 FILE *listfile; variable in typeref:typename:FILE * 168 if ((listfile = fopen(list_name, "w")) == NULL)
|
gspa.c | 71 FILE *listfile; variable in typeref:typename:FILE * 168 if ((listfile = fopen(list_name, "w")) == NULL)
|
/src/sys/dev/microcode/aic7xxx/ |
aicasm.c | 98 FILE *listfile; variable in typeref:typename:FILE * 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...] |
aicasm.c | 98 FILE *listfile; variable in typeref:typename:FILE * 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 in typeref:typename:char * 348 * -l [listfile] 373 listfile = makefn (sourcefile, "lis"); 375 listfile = argv[i + 1]; 406 if (listfile) 407 listfp = fopen (listfile, "w");
|
ncr53cxxx.c | 294 char *listfile; variable in typeref:typename:char * 348 * -l [listfile] 373 listfile = makefn (sourcefile, "lis"); 375 listfile = argv[i + 1]; 406 if (listfile) 407 listfp = fopen (listfile, "w");
|