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

12

/freebsd-11-stable/contrib/gperf/lib/
H A Dgetline.h24 /* Like the glibc functions get_line and get_delim, except that the result
32 extern int get_line (char **lineptr, size_t *n, FILE *stream);
H A Dgetline.cc110 get_line (char **lineptr, size_t *n, FILE *stream) function
/freebsd-11-stable/usr.bin/ctags/
H A DC.c154 get_line();
183 get_line();
228 get_line();
372 get_line();
H A Dctags.h87 extern void get_line(void);
H A Dfortran.c127 get_line(); /* process line for ex(1) */
H A Dlisp.c102 get_line();
H A Dprint.c46 * get_line --
51 get_line(void) function
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgostsum.c20 int get_line(FILE *f, char *hash, char *filename);
85 while (get_line(check_file, inhash, filename)) {
166 int get_line(FILE *f, char *hash, char *filename) function
/freebsd-11-stable/usr.bin/csplit/
H A Dcsplit.c68 static char *get_line(void);
200 while ((p = get_line()) != NULL && fputs(p, ofp) != EOF)
275 get_line(void) function
296 /* Conceptually rewind the input (as obtained by get_line()) back `n' lines. */
348 * get_line() will read from here. Next call will truncate to
396 while ((p = get_line()) != NULL) {
422 while (--ofs > 0 && (p = get_line()) != NULL)
456 if ((p = get_line()) == NULL)
/freebsd-11-stable/libexec/ftpd/
H A Dextern.h45 int get_line(char *, int, FILE *);
/freebsd-11-stable/contrib/byacc/
H A Dreader.c240 get_line(void) function
337 get_line();
354 get_line();
374 get_line();
400 get_line();
591 get_line();
640 get_line();
662 get_line();
676 get_line();
769 get_line();
[all...]
/freebsd-11-stable/usr.bin/uudecode/
H A Duudecode.c303 get_line(char *buf, size_t size) function
341 switch (get_line(buf, sizeof(buf))) {
400 switch (get_line(buf, sizeof(buf))) {
421 switch (get_line(inbuf + strlen(inbuf),
/freebsd-11-stable/contrib/groff/src/utils/addftinfo/
H A Daddftinfo.cpp150 static int get_line(FILE *fp, string *p) function
165 while (get_line(infp, &s)) {
171 while (get_line(infp, &s)) {
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Drmjob.c166 if (!get_line(fp)) {
201 while (get_line(cfp)) {
254 while (get_line(cfp)) {
/freebsd-11-stable/usr.bin/rs/
H A Drs.c96 static int get_line(void);
136 c = get_line();
142 get_line();
187 } while (get_line() != EOF);
336 get_line(void) /* get line; maintain curline, curlen; manage storage */ function
/freebsd-11-stable/bin/pax/
H A Doptions.c71 static char *get_line(FILE *fp);
79 /* errors from get_line */
876 while ((str = get_line(fp)) != NULL) {
949 while ((str = get_line(fp)) != NULL) {
1162 while ((str = get_line(fp)) != NULL) {
1261 while ((str = get_line(stdin)) != NULL) {
1492 get_line(FILE *f) function
/freebsd-11-stable/usr.bin/fmt/
H A Dfmt.c267 static wchar_t *get_line(FILE *, size_t *);
451 while ((line = get_line(stream, &length)) != NULL) {
695 while ((line = get_line(stream, &length)) != NULL) {
730 get_line(FILE *stream, size_t *lengthp) function
/freebsd-11-stable/usr.bin/gencat/
H A Dgencat.c109 static char *get_line(int);
236 get_line(int fd) function
339 cptr = get_line(fd);
399 while ((cptr = get_line(fd))) {
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_uu.c177 get_line(const unsigned char *b, ssize_t avail, ssize_t *nlsize) function
223 len = get_line(*b, *avail, nl);
252 len = get_line(*b + tested, *avail - tested, nl);
482 len = get_line(b, avail_in - used, &nl);
/freebsd-11-stable/contrib/dialog/
H A Dprogressbox.c43 get_line(MY_OBJ * obj) function
259 for (i = 0; get_line(obj); i++) {
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);
/freebsd-11-stable/contrib/tnftp/src/
H A Dextern.h138 int get_line(FILE *, char *, size_t, const char **);
/freebsd-11-stable/contrib/binutils/gas/
H A Dmacro.c128 int (*get_line) (sb *))
135 int more = get_line (ptr);
230 more = get_line (ptr);
615 int (*get_line) (sb *),
634 if (! buffer_and_nest ("MACRO", "ENDM", &macro->sub, get_line))
1288 expand_irp (int irpc, int idx, sb *in, sb *out, int (*get_line) (sb *))
1298 if (! buffer_and_nest (NULL, "ENDR", &sub, get_line))
/freebsd-11-stable/usr.sbin/inetd/
H A Dbuiltins.c65 static int get_line(int, char *, int);
748 get_line(int fd, char *buf, int len) function
783 if ((len = get_line(s, service, MAX_SERV_LEN)) < 0) {
/freebsd-11-stable/sbin/iscontrol/
H A Dconfig.c215 get_line(FILE *fd) function
253 while((lp = get_line(fd)) != NULL) {

Completed in 195 milliseconds

12