Searched refs:ridno (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c316 char *ridno = NULL, *tmprid = NULL; local
766 * Extract the ridno from the string
768 * In this case ridno = xxx
771 ridno = strdup(options + 17);
772 tmprid = strstr(ridno, " ");
773 if (ridno != NULL) {
778 tmprid = strstr(ridno, " ");
786 * ridno from the string
793 * ridno from the string
828 * <printer-name>-<ridno>
[all...]

Completed in 58 milliseconds