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

  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_print.c 94 char sp_name[MAXPATHLEN] = SPOOLDIR; variable in typeref:typename:char[]
172 if (stat(sp_name, &statbuf) || !S_ISDIR(statbuf.st_mode))
180 (void) snprintf(pathname, sizeof(pathname), "%s/%s", sp_name, sys);
228 (void) snprintf(pathname, sizeof(pathname), "%s/%s/%s", sp_name,

Completed in 12 milliseconds