Home
last modified time | relevance | path

Searched refs:ridno (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
771 ridno = strdup(options + 17); in exec()
772 tmprid = strstr(ridno, " "); in exec()
773 if (ridno != NULL) { in exec()
778 tmprid = strstr(ridno, " "); in exec()
843 lr2 = strlen(ridno); in exec()
848 strcat(r3, ridno); in exec()
866 if (ridno != NULL) in exec()
867 free(ridno); in exec()