Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dlpadmin.c134 while ((printer_pointer = getprinter(NAME_ALL))) in main()
172 while ((printer_pointer = getprinter(NAME_ALL)) != NULL) { in main()
H A Dchkopts.c935 else if (!(oldp = getprinter(p)) && errno != ENOENT) {
/illumos-gate/usr/src/lib/nsswitch/user/
H A DMakefile.com29 OBJECTS = getprinter.o \
/illumos-gate/usr/src/lib/nsswitch/ldap/
H A DMakefile.com45 getprinter.o \
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A DMakefile37 getprinter.o \
H A Dgetprinter.c53 getprinter(char *name) in getprinter() function
/illumos-gate/usr/src/lib/nsswitch/nis/
H A DMakefile.com39 getprinter.o \
/illumos-gate/usr/src/cmd/lp/include/
H A Dprinters.h187 PRINTER * getprinter ( char * );
/illumos-gate/usr/src/lib/nsswitch/files/
H A DMakefile.com42 getprinter.o \
/illumos-gate/usr/src/cmd/nscd/
H A DMakefile39 getnetmasks.o getprinter.o getproject.o \
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-printers.c148 if ((tmp = getprinter(dest)) == NULL) { in lpsched_printer_configuration_to_attributes()
H A Dlpsched-msgs.c601 p = getprinter(dest); in lpsched_add_modify_printer()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfncs.c671 while (!(ret = getprinter(name)) && errno == EINTR) in Getprinter()