/src/usr.bin/ctags/ |
print.c | 54 * get_line -- 59 get_line(void) function in typeref:typename:void
|
/src/games/gomoku/ |
bdisp.c | 283 get_line(char *buf, int size, void (*on_change)(const char *)) function in typeref:typename:bool
|
/src/usr.sbin/gspa/gspa/ |
gspa.c | 144 while( get_line(line, MAXLINE) ){ 178 while( get_line(line, MAXLINE) ){ 233 get_line(char *lp, int maxlen) function in typeref:typename:int
|
/src/games/boggle/boggle/ |
mach.c | 170 get_line(char *q) function in typeref:typename:char *
|
/src/games/cribbage/ |
io.c | 235 if (!(line = get_line())) 334 if (!(p = get_line()) || *p == '\0') { 515 * get_line: 520 get_line(void) function in typeref:typename:char *
|
/src/usr.bin/csplit/ |
csplit.c | 72 static char *get_line(void); 204 while ((p = get_line()) != NULL && fputs(p, ofp) != EOF) 284 get_line(void) function in typeref:typename:char * 305 /* Conceptually rewind the input (as obtained by get_line()) back `n' lines. */ 357 * get_line() will read from here. Next call will truncate to 405 while ((p = get_line()) != NULL) { 431 while (--ofs > 0 && (p = get_line()) != NULL) 466 if ((p = get_line()) == NULL)
|
/src/usr.bin/fsplit/ |
fsplit.c | 94 static int get_line(void); 161 while (get_line() > 0) { 273 get_line(void) function in typeref:typename:int
|
/src/usr.bin/gencat/ |
gencat.c | 120 static char *get_line(int); 277 get_line(int fd) function in typeref:typename:char * 397 cptr = get_line(fd); 473 while ((cptr = get_line(fd))) {
|
/src/usr.bin/rs/ |
rs.c | 99 static int get_line(void); 138 get_line(); 142 get_line(); 188 } while (get_line() != EOF); 343 get_line(void) /* get line; maintain curline, curlen; manage storage */ function in typeref:typename:int
|
/src/usr.sbin/lpr/common_source/ |
common.c | 207 get_line(FILE *cfp) function in typeref:typename:size_t
|
/src/bin/pax/ |
options.c | 98 static char *get_line(FILE *fp); 111 /* errors from get_line */ 1250 while ((str = get_line(fp)) != NULL) { 1355 while ((str = get_line(fp)) != NULL) { 1684 while ((str = get_line(fp)) != NULL) { 1849 while ((str = get_line(stdin)) != NULL) { 2078 get_line(FILE *f) function in typeref:typename:char *
|
/src/usr.bin/mail/ |
mime_attach.c | 785 get_line(el_mode_t *em, const char *pr, const char *str, int i) function in typeref:typename:char * 813 line = get_line(em, pr, *str, i); 827 ename = get_line(&elm.mime_enc, "encoding", ename, num); 882 line = get_line(&elm.filec, "filename", ap->a_name, attach_num); 935 line = get_line(&elm.filec, "filename", "", attach_num);
|
/src/usr.bin/unifdef/ |
unifdef.c | 249 static Linetype get_line(void); 575 lineval = get_line(); 589 get_line(void) function in typeref:typename:Linetype
|
/src/usr.sbin/inetd/ |
inetd.c | 288 static int get_line(int, char *, int); 1414 get_line(int fd, char *buf, int len) function in typeref:typename:int 1446 if ((len = get_line(ctrl, service, MAX_SERV_LEN)) < 0) {
|
/src/usr.bin/ftp/ |
util.c | 411 nlen = get_line(stdin, tmp, sizeof(tmp), &errormsg); 520 nlen = get_line(stdin, line + len, sizeof(line)-len, &errormsg); 1312 get_line(FILE *stream, char *buf, size_t buflen, const char **errormsg) function in typeref:typename:int
|
/src/dist/pf/usr.sbin/ftp-proxy/ |
ftp-proxy.c | 106 int get_line(char *, size_t *); 255 while ((n = get_line(s->cbuf, &s->cbuf_valid)) > 0) { 354 get_line(char *buf, size_t *valid) function in typeref:typename:int 1118 while ((n = get_line(s->sbuf, &s->sbuf_valid)) > 0) {
|