Home
last modified time | relevance | path

Searched refs:get_line (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/usr.bin/csplit/
H A Dcsplit.c65 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 DC.c149 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 Dlisp.c96 get_line(); in l_entries()
H A Dctags.h84 extern void get_line(void);
H A Dyacc.c95 get_line(); /* may change before ':' */ in y_entries()
H A Dprint.c45 get_line(void) in get_line() function
H A Dfortran.c121 get_line(); /* process line for ex(1) */ in PF_funcs()
/freebsd/usr.bin/rs/
H A Drs.cc81 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 Duudecode.c312 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 Dfmt.c265 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 Drmjob.c160 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 Doptions.c64 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 Dgencat.c107 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 Darchive_read_support_filter_uu.c178 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 Dsetup.c87 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 Dreader.c330 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 Dextern.h44 int get_line(char *, int, FILE *);
/freebsd/libexec/getty/
H A Dmain.c132 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 Dbuiltins.c63 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 Dextern.h138 int get_line(FILE *, char *, size_t, const char **);
/freebsd/contrib/dialog/
H A Dtextbox.c280 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 Dtailbox.c45 get_line(MY_OBJ * obj) in get_line() function
87 char *line = get_line(obj); in print_line()
/freebsd/contrib/ntp/ntpd/
H A Dntp_leapsec.c66 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 Ddiff3.c142 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 Dftp-proxy.c103 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()

12