Home
last modified time | relevance | path

Searched refs:fdgets (Results 1 – 19 of 19) sorted by relevance

/titanic_50/usr/src/cmd/lp/lib/lp/
H A Dalerts.c162 while (fdgets(buf, BUFSIZ, fdin)) { in putalert()
316 while ((tmp = fdgets(buf, BUFSIZ, fd)) && in getalert()
355 (void)fdgets (buf, BUFSIZ, fd); in getalert()
365 (void)fdgets (buf, BUFSIZ, fd); in getalert()
H A Dfiles.c94 fdgets(char *buf, int len, int fd) in fdgets() function
277 if (fdgets(buf, BUFSIZ, fd)) { in loadline()
H A Dsop.c62 while (fdgets(buf, BUFSIZ, fd)) { in sop_up_rest()
H A Dllib-llp54 extern char *fdgets(char *, int, int);
/titanic_50/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-cancel.c56 if (fdgets(buf, sizeof (buf), fd) != NULL) { in lpd_cancel_job()
91 while (fdgets(buf, sizeof (buf), fd) != NULL) { in lpd_purge_jobs()
H A Dpapi_impl.h80 extern char *fdgets(char *buf, size_t len, int fd);
H A Dlpd-query.c229 while ((fdgets(line, len, fd) != NULL) && in parse_lpd_job()
313 while ((fdgets(line, sizeof (line), fd) != NULL) && in parse_lpd_query()
H A Dlpd-misc.c48 fdgets(char *buf, size_t len, int fd) in fdgets() function
/titanic_50/usr/src/cmd/lp/lib/users/
H A Dloadpri.c107 if (!(p = fdgets(line, BUFSIZ, fd))) in ld_priority_file()
231 while (*pp = fdgets(buf, BUFSIZ, fd)); in next_user()
/titanic_50/usr/src/cmd/lp/lib/class/
H A Dgetclass.c100 while (fdgets(buf, BUFSIZ, fd)) { in getclass()
/titanic_50/usr/src/cmd/lp/lib/printers/
H A Dgetpentry.c127 while (fdgets(buf, BUFSIZ, fd) != NULL) { in getpentry()
H A Dgetprinter.c154 while (fdgets(buf, BUFSIZ, fd) != NULL) { in getprinter()
/titanic_50/usr/src/cmd/lp/cmd/lpsched/
H A Dstatus.c119 (f < PST_MAX) && (tmp = fdgets(buf, BUFSIZ, fd)); in load_pstatus()
297 while (fdgets(buf, BUFSIZ, fd)) { in load_fault_status()
370 (f < CST_MAX) && (tmp = fdgets(buf, BUFSIZ, fd)); in load_cstatus()
/titanic_50/usr/src/cmd/lp/lib/access/
H A Dloadaccess.c150 for (nlist = 0; fdgets(buf, BUFSIZ, fd); ) { in _loadaccess()
/titanic_50/usr/src/cmd/lp/lib/secure/
H A Dsecure.c78 fld < SC_MAX && fdgets(buf, BUFSIZ, fd); in getsecure()
/titanic_50/usr/src/cmd/lp/lib/filters/
H A Dloadfilters.c202 while (fdgets(buf, bufsiz, fd) != NULL) { in getfields()
/titanic_50/usr/src/cmd/lp/lib/requests/
H A Dgetrequest.c113 while (fdgets(buf, BUFSIZ, fd)) {
/titanic_50/usr/src/cmd/lp/lib/forms/
H A Drdform.c108 #define FGETS(B,S,F) (linenum++, fdgets(B,S,F)) in rdform()
/titanic_50/usr/src/cmd/lp/include/
H A Dlp.h383 extern char *fdgets(char *, int, int);