Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/lp/lib/printers/
H A Dprintwheels.c48 getpwheel ( in getpwheel() function
52 getpwheel (name) in getpwheel()
H A Dllib-llpprt80 PWHEEL * getpwheel ( char * );
/titanic_50/usr/src/cmd/lp/include/
H A Dprinters.h190 PWHEEL * getpwheel ( char * );
/titanic_50/usr/src/cmd/lp/cmd/lpadmin/
H A Dlpadmin.c154 while ((pwheel_pointer = getpwheel(NAME_ALL))) { in main()
H A Dchkopts.c1060 oldS = getpwheel(*S);
/titanic_50/usr/src/cmd/lp/cmd/lpsched/
H A Dfncs.c711 while (!(ret = getpwheel(name)) && errno == EINTR) in Getpwheel()