Symbol: get_line
bin/pax/options.c
1250
while ((str = get_line(fp)) != NULL) {
bin/pax/options.c
1355
while ((str = get_line(fp)) != NULL) {
bin/pax/options.c
1684
while ((str = get_line(fp)) != NULL) {
bin/pax/options.c
1849
while ((str = get_line(stdin)) != NULL) {
bin/pax/options.c
98
static char *get_line(FILE *fp);
dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c
106
int get_line(char *, size_t *);
dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c
1118
while ((n = get_line(s->sbuf, &s->sbuf_valid)) > 0) {
dist/pf/usr.sbin/ftp-proxy/ftp-proxy.c
255
while ((n = get_line(s->cbuf, &s->cbuf_valid)) > 0) {
games/boggle/boggle/bog.c
333
if (get_line(buf) == NULL) {
games/boggle/boggle/extern.h
44
char *get_line(char *);
games/cribbage/crib.c
239
get_line();
games/cribbage/crib.c
410
get_line();
games/cribbage/cribbage.h
71
char *get_line(void);
games/cribbage/io.c
235
if (!(line = get_line()))
games/cribbage/io.c
334
if (!(p = get_line()) || *p == '\0') {
games/gomoku/gomoku.h
277
bool get_line(char *, int, void (*)(const char *));
games/gomoku/main.c
113
(void)get_line(fname, sizeof(fname), warn_if_exists);
games/gomoku/main.c
216
get_line(buf, sizeof(buf), NULL);
games/gomoku/main.c
243
if (!get_line(buf, sizeof(buf), NULL))
games/gomoku/main.c
491
if (!get_line(input, sizeof(input), NULL))
libexec/ftpd/extern.h
133
int get_line(char *, int, FILE *);
libexec/ftpd/ftpcmd.y
1485
ret = get_line(cbuf, sizeof(cbuf)-1, stdin);
libexec/ftpd/ftpd.c
2981
ret = get_line(cp, sizeof(tmpline)-1, stdin);
libexec/ftpd/ftpd.c
3839
ret = get_line(pbuf, sizeof(pbuf)-1, stdin);
usr.bin/csplit/csplit.c
204
while ((p = get_line()) != NULL && fputs(p, ofp) != EOF)
usr.bin/csplit/csplit.c
405
while ((p = get_line()) != NULL) {
usr.bin/csplit/csplit.c
431
while (--ofs > 0 && (p = get_line()) != NULL)
usr.bin/csplit/csplit.c
466
if ((p = get_line()) == NULL)
usr.bin/csplit/csplit.c
72
static char *get_line(void);
usr.bin/ctags/C.c
170
get_line();
usr.bin/ctags/C.c
199
get_line();
usr.bin/ctags/C.c
236
get_line();
usr.bin/ctags/C.c
408
get_line();
usr.bin/ctags/ctags.h
83
extern void get_line(void);
usr.bin/ctags/fortran.c
134
get_line(); /* process line for ex(1) */
usr.bin/ctags/lisp.c
108
get_line();
usr.bin/ctags/yacc.c
108
get_line(); /* may change before ':' */
usr.bin/diff3/diff3.c
147
static char *get_line(FILE *, size_t *);
usr.bin/diff3/diff3.c
273
while ((line = get_line(b, NULL))) {
usr.bin/diff3/diff3.c
476
if ((line = get_line(fp[i], &j)) == NULL)
usr.bin/fsplit/fsplit.c
161
while (get_line() > 0) {
usr.bin/fsplit/fsplit.c
94
static int get_line(void);
usr.bin/ftp/cmds.c
178
if (get_line(stdin, cline, sizeof(cline), &errormsg) < 0) {
usr.bin/ftp/cmds.c
775
while (get_line(fp, buf, sizeof(buf), NULL) >= 0) {
usr.bin/ftp/extern.h
134
int get_line(FILE *, char *, size_t, const char **);
usr.bin/ftp/fetch.c
1098
if (get_line(stdin, reply, sizeof(reply), NULL) < 0) {
usr.bin/ftp/fetch.c
311
if (get_line(stdin, uuser, sizeof(uuser), &errormsg) < 0) {
usr.bin/ftp/main.c
682
len = get_line(stdin, line, sizeof(line), NULL);
usr.bin/ftp/util.c
411
nlen = get_line(stdin, tmp, sizeof(tmp), &errormsg);
usr.bin/ftp/util.c
520
nlen = get_line(stdin, line + len, sizeof(line)-len, &errormsg);
usr.bin/gencat/gencat.c
120
static char *get_line(int);
usr.bin/gencat/gencat.c
397
cptr = get_line(fd);
usr.bin/gencat/gencat.c
474
while ((cptr = get_line(fd))) {
usr.bin/mail/mime_attach.c
813
line = get_line(em, pr, *str, i);
usr.bin/mail/mime_attach.c
827
ename = get_line(&elm.mime_enc, "encoding", ename, num);
usr.bin/mail/mime_attach.c
882
line = get_line(&elm.filec, "filename", ap->a_name, attach_num);
usr.bin/mail/mime_attach.c
935
line = get_line(&elm.filec, "filename", "", attach_num);
usr.bin/rs/rs.c
138
get_line();
usr.bin/rs/rs.c
142
get_line();
usr.bin/rs/rs.c
188
} while (get_line() != EOF);
usr.bin/rs/rs.c
99
static int get_line(void);
usr.bin/unifdef/unifdef.c
249
static Linetype get_line(void);
usr.bin/unifdef/unifdef.c
575
lineval = get_line();
usr.sbin/gspa/gspa/gsp_ass.h
136
int get_line(char *lp, int maxlen);
usr.sbin/gspa/gspa/gspa.c
141
while( get_line(line, MAXLINE) ){
usr.sbin/gspa/gspa/gspa.c
175
while( get_line(line, MAXLINE) ){
usr.sbin/inetd/inetd.c
1562
if ((len = get_line(ctrl, service, MAX_SERV_LEN)) < 0) {
usr.sbin/inetd/inetd.c
288
static int get_line(int, char *, int);
usr.sbin/lpr/common_source/displayq.c
318
while (get_line(cfp)) {
usr.sbin/lpr/common_source/lp.h
109
size_t get_line(FILE *);
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
247
while (get_line(cfp)) {
usr.sbin/lpr/lpc/cmds.c
165
if (!get_line(fp) || flock(fileno(fp), LOCK_SH|LOCK_NB) == 0) {
usr.sbin/lpr/lpc/cmds.c
994
while (get_line(fp) > 0)
usr.sbin/lpr/lpd/printjob.c
400
while (get_line(cfp))
usr.sbin/lpr/lpd/printjob.c
505
while (get_line(cfp))
usr.sbin/lpr/lpd/printjob.c
824
while (get_line(cfp)) {
usr.sbin/lpr/lpd/printjob.c
841
while ((i = get_line(cfp)) != 0)
usr.sbin/lpr/lpd/printjob.c
869
while (get_line(cfp))