Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dinit.c83 while((p = Getprinter(NAME_ALL)) != NULL || errno != ENOENT) { in init_printers()
H A Dlpsched.h232 PRINTER * Getprinter ( char * );
H A Ddisp2.c70 else if (!(pp = Getprinter(printer))) { in s_load_printer()
H A Dfncs.c667 Getprinter(char *name) in Getprinter() function