Home | History | Annotate | Download | only in rpc.pcnfsd

Lines Matching defs:buff2

945 	char    buff2[256];
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);
1021 if (strstr(buff2, "attention") != NULL ||
1022 strstr(buff2, "error") != NULL)
1024 if (*needs_operator || strstr(buff2, "waiting") != NULL)