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

  /src/usr.sbin/lpr/lpc/
cmds.c 189 char statfile[MAXPATHLEN]; local in function:upstat
192 (void)snprintf(statfile, sizeof(statfile), "%s/%s", SD, ST);
194 fd = open(statfile, O_WRONLY|O_CREAT, 0664);
cmds.c 189 char statfile[MAXPATHLEN]; local in function:upstat
192 (void)snprintf(statfile, sizeof(statfile), "%s/%s", SD, ST);
194 fd = open(statfile, O_WRONLY|O_CREAT, 0664);

Completed in 27 milliseconds