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

  /src/usr.sbin/lpr/lpr/
lpr.c 113 static int nfile(char *);
304 tfd = nfile(tfname);
441 fd = nfile(dfname);
535 nfile(char *n) function in typeref:typename:int
  /src/bin/ksh/
history.c 951 char nfile[1024]; local in function:hist_shrink
965 (void) shf_snprintf(nfile, sizeof(nfile), "%s.%d", hname, procpid);
966 if ((fd = creat(nfile, 0600)) < 0)
971 unlink(nfile);
976 unlink(nfile);
989 if (rename(nfile, hname) < 0)
  /src/usr.sbin/pstat/
pstat.c 900 int len, maxfile, nfile, ovflw; local in function:filemode
904 KGET(FNL_NFILE, nfile);
905 (void)printf("%3d/%3d files\n", nfile, maxfile);
914 nfile = len / sizeof(struct kinfo_file);
916 (void)printf("%d/%d open files\n", nfile, maxfile);
920 for (ki = (struct kinfo_file *)offset; nfile--; ki++) {

Completed in 12 milliseconds