Symbol: get_line
bin/pax/options.c
1156
while ((str = get_line(fp)) != NULL) {
bin/pax/options.c
1255
while ((str = get_line(stdin)) != NULL) {
bin/pax/options.c
64
static char *get_line(FILE *fp);
bin/pax/options.c
870
while ((str = get_line(fp)) != NULL) {
bin/pax/options.c
943
while ((str = get_line(fp)) != NULL) {
crypto/krb5/src/clients/ksu/authorization.c
193
retval = get_line(fp, &line);
crypto/krb5/src/clients/ksu/authorization.c
214
retval = get_line(fp, &line);
crypto/krb5/src/clients/ksu/authorization.c
254
retval = get_line(fp, &line);
crypto/krb5/src/clients/ksu/authorization.c
308
retval = get_line(fp, &line);
crypto/krb5/src/clients/ksu/heuristic.c
55
retval = get_line(fp, &line);
crypto/krb5/src/clients/ksu/heuristic.c
77
retval = get_line(fp, &line);
crypto/krb5/src/clients/ksu/ksu.h
177
extern krb5_error_code get_line (FILE *, char **);
crypto/krb5/src/kadmin/server/auth_acl.c
414
while ((line = get_line(fp, fname, &lineno, &incr)) != NULL) {
crypto/openssh/ssh-keygen.c
679
while ((blen = get_line(fp, line, sizeof(line))) != -1) {
libexec/getty/main.c
132
static char *get_line(int);
libexec/getty/main.c
308
while ((cp = get_line(fd)) != NULL) {
usr.bin/bintrans/uudecode.c
361
switch (get_line(buf, sizeof(buf))) {
usr.bin/bintrans/uudecode.c
420
switch (get_line(buf, sizeof(buf))) {
usr.bin/bintrans/uudecode.c
441
switch (get_line(inbuf + strlen(inbuf),
usr.bin/csplit/csplit.c
197
while ((p = get_line()) != NULL && fputs(p, ofp) != EOF)
usr.bin/csplit/csplit.c
393
while ((p = get_line()) != NULL) {
usr.bin/csplit/csplit.c
421
while (--ofs > 0 && (p = get_line()) != NULL)
usr.bin/csplit/csplit.c
455
if ((p = get_line()) == NULL)
usr.bin/csplit/csplit.c
65
static char *get_line(void);
usr.bin/ctags/C.c
149
get_line();
usr.bin/ctags/C.c
178
get_line();
usr.bin/ctags/C.c
223
get_line();
usr.bin/ctags/C.c
397
get_line();
usr.bin/ctags/ctags.h
84
extern void get_line(void);
usr.bin/ctags/fortran.c
121
get_line(); /* process line for ex(1) */
usr.bin/ctags/lisp.c
96
get_line();
usr.bin/ctags/yacc.c
95
get_line(); /* may change before ':' */
usr.bin/diff3/diff3.c
149
static char *get_line(FILE *, size_t *);
usr.bin/diff3/diff3.c
337
while ((line = get_line(b, NULL)) != NULL) {
usr.bin/diff3/diff3.c
575
if ((line = get_line(fp[i], &j)) == NULL)
usr.bin/fmt/fmt.c
265
static wchar_t *get_line(FILE *, size_t *);
usr.bin/fmt/fmt.c
449
while ((line = get_line(stream, &length)) != NULL) {
usr.bin/fmt/fmt.c
693
while ((line = get_line(stream, &length)) != NULL) {
usr.bin/gencat/gencat.c
107
static char *get_line(int);
usr.bin/gencat/gencat.c
337
cptr = get_line(fd);
usr.bin/gencat/gencat.c
397
while ((cptr = get_line(fd))) {
usr.bin/rs/rs.cc
113
c = get_line();
usr.bin/rs/rs.cc
119
get_line();
usr.bin/rs/rs.cc
160
} while (get_line() != EOF);
usr.bin/rs/rs.cc
81
static int get_line(void);
usr.sbin/inetd/builtins.c
63
static int get_line(int, char *, int);
usr.sbin/inetd/builtins.c
783
if ((len = get_line(s, service, MAX_SERV_LEN)) < 0) {
usr.sbin/lpr/common_source/displayq.c
412
while (get_line(cfp)) {
usr.sbin/lpr/common_source/lp.h
283
int get_line(FILE *_cfp);
usr.sbin/lpr/common_source/rmjob.c
160
if (!get_line(fp)) {
usr.sbin/lpr/common_source/rmjob.c
195
while (get_line(cfp)) {
usr.sbin/lpr/common_source/rmjob.c
248
while (get_line(cfp)) {
usr.sbin/lpr/lpc/cmds.c
1279
while (get_line(fp) > 0)
usr.sbin/lpr/lpc/cmds.c
297
if (get_line(fp) == 0)
usr.sbin/lpr/lpd/printjob.c
443
while (get_line(cfp))
usr.sbin/lpr/lpd/printjob.c
568
while (get_line(cfp))
usr.sbin/lpr/lpd/printjob.c
913
while (get_line(cfp)) {
usr.sbin/lpr/lpd/printjob.c
945
while ((i = get_line(cfp)) != 0) {
usr.sbin/lpr/lpd/printjob.c
974
while (get_line(cfp))
usr.sbin/mountd/mountd.c
1602
while (get_line()) {
usr.sbin/mountd/mountd.c
240
static int get_line(void);