Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c316 char *ridno = NULL, *tmprid = NULL; in exec() local
772 tmprid = strstr(ridno, " "); in exec()
778 tmprid = strstr(ridno, " "); in exec()
779 if (tmprid != NULL) in exec()
780 *tmprid = '\0'; in exec()