HomeSort by: relevance | last modified time | path
    Searched defs:outfp (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/autofs/
popen.c 66 FILE *outfp; member in struct:pid
131 close(fileno(p->outfp));
140 cur->outfp = fdopen(outfds[0], "r");
148 return cur->outfp;
162 if (cur->outfp == iop)
174 fclose(cur->outfp);
  /src/usr.bin/sort/
sort.c 126 FILE *outfp = NULL; local in function:main
321 outfp = stdout;
343 if ((outfp = fdopen(outfd, "w")) == NULL)
348 if ((outfp = fopen(outfile, "w")) == NULL)
353 fmerge(&filelist, num_input_files, outfp, fldtab);
355 fsort(&filelist, num_input_files, outfp, fldtab);
  /src/usr.sbin/lockstat/
main.c 152 static FILE *outfp; variable in typeref:typename:FILE *
262 outfp = fdopen(fd, "w");
264 outfp = stdout;
377 fprintf(outfp, "Elapsed time: %.2f seconds.", ms / MILLI);
379 fprintf(outfp, " Displaying ");
381 fprintf(outfp, "per-CPU ");
383 fprintf(outfp, "per-second ");
384 fprintf(outfp, "averages.");
386 putc('\n', outfp);
399 fprintf(outfp, "None of the selected events were recorded.\n")
    [all...]
  /src/sys/dev/microcode/siop/
ncr53cxxx.c 298 FILE *outfp; variable in typeref:typename:FILE *
405 outfp = fopen (outputfile, "w");
413 if (outfp) {
416 fprintf(outfp, "/*\t$NetBSD: ncr53cxxx.c,v 1.17 2022/04/21 21:31:11 andvar Exp $\t*/\n");
417 fprintf(outfp, "/*\n");
418 fprintf(outfp, " *\tDO NOT EDIT - this file is automatically generated.\n");
420 fprintf(outfp, " *\tcreated from %s on %s", sourcefile, ctime(&cur_time));
421 fprintf(outfp, " */\n");
455 if (outfp && !partial_flag) {
456 fprintf (outfp, "\nu_int32_t INSTRUCTIONS = 0x%08x;\n", ninsts)
    [all...]

Completed in 66 milliseconds