Home
last modified time | relevance | path

Searched refs:token4 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Djob.c240 char *token4 = strtok(NULL, "@"); in authorized() local
248 else if ((token4 != NULL) && in authorized()
249 (strcmp(token4, "localhost") == 0) && in authorized()
262 if ((token4 != NULL) && in authorized()
264 (strcmp(token4, "localhost") == in authorized()
279 } else if ((token4 != NULL) && in authorized()
281 (strcmp(token4, token2) == 0)) { in authorized()
283 } else if ((token4 == NULL) && in authorized()