/titanic_50/usr/src/cmd/lp/lib/lp/ |
H A D | alerts.c | 162 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 D | files.c | 94 fdgets(char *buf, int len, int fd) in fdgets() function 277 if (fdgets(buf, BUFSIZ, fd)) { in loadline()
|
H A D | sop.c | 62 while (fdgets(buf, BUFSIZ, fd)) { in sop_up_rest()
|
H A D | llib-llp | 54 extern char *fdgets(char *, int, int);
|
/titanic_50/usr/src/lib/print/libpapi-lpd/common/ |
H A D | lpd-cancel.c | 56 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 D | papi_impl.h | 80 extern char *fdgets(char *buf, size_t len, int fd);
|
H A D | lpd-query.c | 229 while ((fdgets(line, len, fd) != NULL) && in parse_lpd_job() 313 while ((fdgets(line, sizeof (line), fd) != NULL) && in parse_lpd_query()
|
H A D | lpd-misc.c | 48 fdgets(char *buf, size_t len, int fd) in fdgets() function
|
/titanic_50/usr/src/cmd/lp/lib/users/ |
H A D | loadpri.c | 107 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 D | getclass.c | 100 while (fdgets(buf, BUFSIZ, fd)) { in getclass()
|
/titanic_50/usr/src/cmd/lp/lib/printers/ |
H A D | getpentry.c | 127 while (fdgets(buf, BUFSIZ, fd) != NULL) { in getpentry()
|
H A D | getprinter.c | 154 while (fdgets(buf, BUFSIZ, fd) != NULL) { in getprinter()
|
/titanic_50/usr/src/cmd/lp/cmd/lpsched/ |
H A D | status.c | 119 (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 D | loadaccess.c | 150 for (nlist = 0; fdgets(buf, BUFSIZ, fd); ) { in _loadaccess()
|
/titanic_50/usr/src/cmd/lp/lib/secure/ |
H A D | secure.c | 78 fld < SC_MAX && fdgets(buf, BUFSIZ, fd); in getsecure()
|
/titanic_50/usr/src/cmd/lp/lib/filters/ |
H A D | loadfilters.c | 202 while (fdgets(buf, bufsiz, fd) != NULL) { in getfields()
|
/titanic_50/usr/src/cmd/lp/lib/requests/ |
H A D | getrequest.c | 113 while (fdgets(buf, BUFSIZ, fd)) {
|
/titanic_50/usr/src/cmd/lp/lib/forms/ |
H A D | rdform.c | 108 #define FGETS(B,S,F) (linenum++, fdgets(B,S,F)) in rdform()
|
/titanic_50/usr/src/cmd/lp/include/ |
H A D | lp.h | 383 extern char *fdgets(char *, int, int);
|