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

Lines Matching defs:resbuf

211 	char    resbuf[256];
349 while (fgets(resbuf, 255, fd) != NULL) {
350 i = strlen(resbuf);
352 resbuf[i - 1] = '\0'; /* trim NL */
353 if (!strncmp(resbuf, "request id is ", 14))
355 strlcpy(req_id, strtok(&resbuf[14], delims),
358 if (strembedded("disabled", resbuf))
1074 char resbuf[256];
1089 if (fgets(resbuf, 255, fd) == NULL)
1092 if (!strstr(resbuf, "UX:"))
1095 if (strstr(resbuf, "doesn't exist"))
1098 if (strstr(resbuf, "not a request id"))
1101 if (strstr(resbuf, "Can't cancel request"))
1119 char resbuf[256];
1135 while (fgets(resbuf, 255, fd) != NULL) {
1136 i = strlen(resbuf);
1138 resbuf[i - 1] = '\0'; /* trim NL */
1139 if (strstr(resbuf, "dequeued") != NULL)
1141 if (strstr(resbuf, "unknown printer") != NULL)
1143 if (strstr(resbuf, "Permission denied") != NULL)