Searched refs:get_line (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-current/usr.bin/ctags/
H A DC.c149 get_line();
178 get_line();
223 get_line();
397 get_line();
H A Dprint.c40 * get_line --
45 get_line(void) function
H A Dctags.h84 extern void get_line(void);
H A Dfortran.c121 get_line(); /* process line for ex(1) */
H A Dlisp.c96 get_line();
/freebsd-current/usr.bin/csplit/
H A Dcsplit.c65 static char *get_line(void);
197 while ((p = get_line()) != NULL && fputs(p, ofp) != EOF)
272 get_line(void) function
293 /* Conceptually rewind the input (as obtained by get_line()) back `n' lines. */
345 * get_line() will read from here. Next call will truncate to
393 while ((p = get_line()) != NULL) {
421 while (--ofs > 0 && (p = get_line()) != NULL)
455 if ((p = get_line()) == NULL)
/freebsd-current/libexec/ftpd/
H A Dextern.h44 int get_line(char *, int, FILE *);
/freebsd-current/usr.bin/rs/
H A Drs.cc81 static int get_line(void);
113 c = get_line();
119 get_line();
160 } while (get_line() != EOF);
295 get_line(void) /* get line; maintain curline, curlen; manage storage */ function
/freebsd-current/usr.bin/bintrans/
H A Duudecode.c312 get_line(char *buf, size_t size) function
361 switch (get_line(buf, sizeof(buf))) {
420 switch (get_line(buf, sizeof(buf))) {
441 switch (get_line(inbuf + strlen(inbuf),
/freebsd-current/usr.sbin/lpr/common_source/
H A Drmjob.c160 if (!get_line(fp)) {
195 while (get_line(cfp)) {
248 while (get_line(cfp)) {
H A Dlp.h283 int get_line(FILE *_cfp);
/freebsd-current/contrib/byacc/
H A Dreader.c268 get_line(void) function
366 get_line();
383 get_line();
403 get_line();
429 get_line();
622 get_line();
671 get_line();
767 get_line();
815 get_line();
828 get_line();
[all...]
/freebsd-current/bin/pax/
H A Doptions.c64 static char *get_line(FILE *fp);
72 /* errors from get_line */
870 while ((str = get_line(fp)) != NULL) {
943 while ((str = get_line(fp)) != NULL) {
1156 while ((str = get_line(fp)) != NULL) {
1255 while ((str = get_line(stdin)) != NULL) {
1481 get_line(FILE *f) function
/freebsd-current/usr.bin/fmt/
H A Dfmt.c265 static wchar_t *get_line(FILE *, size_t *);
449 while ((line = get_line(stream, &length)) != NULL) {
693 while ((line = get_line(stream, &length)) != NULL) {
728 get_line(FILE *stream, size_t *lengthp) function
/freebsd-current/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-current/contrib/dialog/samples/install/
H A Dsetup.c87 get_line(char *line, int size, FILE * f) function
118 && (length = get_line(line, 200, f)) >= 0) {
/freebsd-current/contrib/tnftp/src/
H A Dextern.h138 int get_line(FILE *, char *, size_t, const char **);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_uu.c176 get_line(const unsigned char *b, ssize_t avail, ssize_t *nlsize) function
222 len = get_line(*b, *avail, nl);
251 len = get_line(*b + tested, *avail - tested, nl);
504 len = get_line(b, avail_in - used, &nl);
/freebsd-current/contrib/dialog/
H A Dtailbox.c45 get_line(MY_OBJ * obj) function
53 dlg_exiterr("Error moving file pointer in get_line().");
87 char *line = get_line(obj);
H A Dprogressbox.c145 get_line(MY_OBJ * obj, int *restart) function
425 for (i = toprow; get_line(obj, &again); i++) {
H A Dtextbox.c280 get_line(MY_OBJ * obj) function
321 char *match = get_line(obj);
418 char *line = get_line(obj);
813 * get_line() in the following 'for' loop.
825 (void) get_line(&obj); /* Called to update 'end_reached' and 'in_buf' */
/freebsd-current/libexec/getty/
H A Dmain.c132 static char *get_line(int);
308 while ((cp = get_line(fd)) != NULL) {
699 get_line(int fd) function
/freebsd-current/usr.sbin/inetd/
H A Dbuiltins.c63 static int get_line(int, char *, int);
746 get_line(int fd, char *buf, int len) function
781 if ((len = get_line(s, service, MAX_SERV_LEN)) < 0) {
/freebsd-current/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) {
343 get_line(char *buf, size_t *valid) function
1087 while ((n = get_line(s->sbuf, &s->sbuf_valid)) > 0) {
/freebsd-current/usr.bin/diff3/
H A Ddiff3.c142 static char *get_line(FILE *, size_t *);
267 while ((line = get_line(b, NULL))) {
276 get_line(FILE *b, size_t *n) function
471 if ((line = get_line(fp[i], &j)) == NULL)

Completed in 187 milliseconds

12