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

  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_print.c 945 char buff2[256]; local in function:get_pr_status
997 cp2 = buff2;
1005 ** Now buff2 has a lower-cased copy and cp points at the original;
1008 if (!strncmp(buff2, "queuing", 7)) {
1009 *avail = (strstr(buff2, "enabled") != NULL);
1012 if (!strncmp(buff2, "printing", 8)) {
1013 *printing = (strstr(buff2, "enabled") != NULL);
1016 if (isdigit((unsigned char)buff2[0]) && (strstr(buff2, "entr") != NULL)) {
1018 *qlen = atoi(buff2);
    [all...]
pcnfsd_print.c 945 char buff2[256]; local in function:get_pr_status
997 cp2 = buff2;
1005 ** Now buff2 has a lower-cased copy and cp points at the original;
1008 if (!strncmp(buff2, "queuing", 7)) {
1009 *avail = (strstr(buff2, "enabled") != NULL);
1012 if (!strncmp(buff2, "printing", 8)) {
1013 *printing = (strstr(buff2, "enabled") != NULL);
1016 if (isdigit((unsigned char)buff2[0]) && (strstr(buff2, "entr") != NULL)) {
1018 *qlen = atoi(buff2);
    [all...]

Completed in 22 milliseconds