/freebsd/usr.bin/csplit/ |
H A D | csplit.c | 65 static char *get_line(void); 197 while ((p = get_line()) != NULL && fputs(p, ofp) != EOF) in main() 272 get_line(void) in get_line() function 393 while ((p = get_line()) != NULL) { in do_rexp() 421 while (--ofs > 0 && (p = get_line()) != NULL) in do_rexp() 455 if ((p = get_line()) == NULL) in do_lineno()
|
/freebsd/usr.bin/ctags/ |
H A D | C.c | 149 get_line(); in c_entries() 178 get_line(); in c_entries() 223 get_line(); in c_entries() 397 get_line(); in hash_entry()
|
H A D | lisp.c | 96 get_line(); in l_entries()
|
H A D | ctags.h | 84 extern void get_line(void);
|
H A D | yacc.c | 95 get_line(); /* may change before ':' */ in y_entries()
|
H A D | print.c | 45 get_line(void) in get_line() function
|
H A D | fortran.c | 121 get_line(); /* process line for ex(1) */ in PF_funcs()
|
/freebsd/usr.bin/rs/ |
H A D | rs.cc | 81 static int get_line(void); 113 c = get_line(); in getfile() 119 get_line(); in getfile() 160 } while (get_line() != EOF); in getfile() 295 get_line(void) /* get line; maintain curline, curlen; manage storage */ in get_line() function
|
/freebsd/usr.bin/bintrans/ |
H A D | uudecode.c | 312 get_line(char *buf, size_t size) in get_line() function 361 switch (get_line(buf, sizeof(buf))) { in uu_decode() 420 switch (get_line(buf, sizeof(buf))) { in uu_decode() 441 switch (get_line(inbuf + strlen(inbuf), in base64_decode()
|
/freebsd/usr.bin/fmt/ |
H A D | fmt.c | 265 static wchar_t *get_line(FILE *, size_t *); 449 while ((line = get_line(stream, &length)) != NULL) { in process_stream() 693 while ((line = get_line(stream, &length)) != NULL) { in center_stream() 728 get_line(FILE *stream, size_t *lengthp) in get_line() function
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | rmjob.c | 160 if (!get_line(fp)) { in lockchk() 195 while (get_line(cfp)) { in process() 248 while (get_line(cfp)) { in chk()
|
/freebsd/bin/pax/ |
H A D | options.c | 64 static char *get_line(FILE *fp); 870 while ((str = get_line(fp)) != NULL) { in tar_options() 943 while ((str = get_line(fp)) != NULL) { in tar_options() 1156 while ((str = get_line(fp)) != NULL) { in cpio_options() 1255 while ((str = get_line(stdin)) != NULL) { in cpio_options() 1481 get_line(FILE *f) in get_line() function
|
/freebsd/usr.bin/gencat/ |
H A D | gencat.c | 107 static char *get_line(int); 234 get_line(int fd) function 337 cptr = get_line(fd); 397 while ((cptr = get_line(fd))) {
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_filter_uu.c | 178 get_line(const unsigned char *b, ssize_t avail, ssize_t *nlsize) in get_line() function 224 len = get_line(*b, *avail, nl); in bid_get_line() 253 len = get_line(*b + tested, *avail - tested, nl); in bid_get_line() 512 len = get_line(b, avail_in - used, &nl); in uudecode_filter_read()
|
/freebsd/contrib/dialog/samples/install/ |
H A D | setup.c | 87 get_line(char *line, int size, FILE * f) in get_line() function 118 && (length = get_line(line, 200, f)) >= 0) { in read_partitions()
|
/freebsd/contrib/byacc/ |
H A D | reader.c | 330 get_line(void) in get_line() function 439 get_line(); in skip_comment() 456 get_line(); in next_inline() 476 get_line(); in next_inline() 503 get_line(); in nextc() 697 get_line(); in copy_string() 745 get_line(); in copy_comment() 785 get_line(); in copy_code() 851 get_line(); in copy_code() 898 get_line(); in copy_text() [all …]
|
/freebsd/libexec/ftpd/ |
H A D | extern.h | 44 int get_line(char *, int, FILE *);
|
/freebsd/libexec/getty/ |
H A D | main.c | 132 static char *get_line(int); 308 while ((cp = get_line(fd)) != NULL) { in main() 699 get_line(int fd) in get_line() function
|
/freebsd/usr.sbin/inetd/ |
H A D | builtins.c | 63 static int get_line(int, char *, int); 746 get_line(int fd, char *buf, int len) in get_line() function 781 if ((len = get_line(s, service, MAX_SERV_LEN)) < 0) { in tcpmux()
|
/freebsd/contrib/tnftp/src/ |
H A D | extern.h | 138 int get_line(FILE *, char *, size_t, const char **);
|
/freebsd/contrib/dialog/ |
H A D | textbox.c | 280 get_line(MY_OBJ * obj) in get_line() function 321 char *match = get_line(obj); in match_string() 418 char *line = get_line(obj); in print_line() 825 (void) get_line(&obj); /* Called to update 'end_reached' and 'in_buf' */ in dialog_textbox()
|
H A D | tailbox.c | 45 get_line(MY_OBJ * obj) in get_line() function 87 char *line = get_line(obj); in print_line()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_leapsec.c | 66 static char * get_line (leapsec_reader, void *, char *, 183 while (get_line(func, farg, linebuf, sizeof(linebuf))) { in leapsec_load() 778 get_line( in add_range() 1127 while (get_line(func, farg, line, sizeof(line))) { in do_hash_data() 798 get_line( get_line() function
|
/freebsd/usr.bin/diff3/ |
H A D | diff3.c | 142 static char *get_line(FILE *, size_t *); 329 while ((line = get_line(b, NULL)) != NULL) { in getchange() 338 get_line(FILE *b, size_t *n) in get_line() function 546 if ((line = get_line(fp[i], &j)) == NULL) in skip()
|
/freebsd/contrib/pf/ftp-proxy/ |
H A D | ftp-proxy.c | 103 int get_line(char *, size_t *); 249 while ((n = get_line(s->cbuf, &s->cbuf_valid)) > 0) { in client_read() 343 get_line(char *buf, size_t *valid) in get_line() function 1087 while ((n = get_line(s->sbuf, &s->sbuf_valid)) > 0) { in server_read()
|