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

  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_print.c 94 char sp_name[MAXPATHLEN] = SPOOLDIR; variable
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,
  /src/external/gpl3/binutils/dist/gas/config/
tc-csky.c 2686 char sp_name[16]; local
2702 len = sprintf (sp_name, "r%d", sp_idx);
2703 if (memcmp (*oper, sp_name, len) == 0)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-csky.c 2686 char sp_name[16]; local
2702 len = sprintf (sp_name, "r%d", sp_idx);
2703 if (memcmp (*oper, sp_name, len) == 0)

Completed in 127 milliseconds