/openbsd/gnu/lib/libiberty/src/testsuite/ |
H A D | test-demangle.c | 45 get_line(buf) in get_line() function 122 get_line (&format); 126 get_line (&input); 127 get_line (&expect);
|
/openbsd/usr.bin/cdio/ |
H A D | cddb.c | 46 char * get_line(FILE *); 202 get_line(FILE *cin) in get_line() function 226 line = get_line(cin); in get_answer() 319 line = get_line(cin); in cddb() 328 line = get_line(cin); in cddb() 353 line = get_line(cin); in cddb()
|
/openbsd/usr.bin/csplit/ |
H A D | csplit.c | 65 char *get_line(void); 197 while ((p = get_line()) != NULL && fputs(p, ofp) == 0) in main() 271 get_line(void) in get_line() function 392 while ((p = get_line()) != NULL) { in do_rexp() 420 while (--ofs > 0 && (p = get_line()) != NULL) in do_rexp() 454 if ((p = get_line()) == NULL) in do_lineno()
|
/openbsd/usr.bin/yacc/ |
H A D | reader.c | 124 get_line(void) in get_line() function 208 get_line(); in skip_comment() 224 get_line(); in nextc() 232 get_line(); in nextc() 259 get_line(); in nextc() 377 get_line(); in copy_text() 391 get_line(); in copy_text() 418 get_line(); in copy_text() 519 get_line(); in copy_union() 655 get_line(); in get_literal() [all …]
|
/openbsd/usr.bin/patch/ |
H A D | ed.c | 47 static struct ed_line *get_line(LINENUM); 106 cline = get_line(first_addr - 1); in do_ed_script() 220 cline = get_line(first_addr); in get_command() 301 get_line(LINENUM lineno) in get_line() function
|
/openbsd/usr.bin/rs/ |
H A D | rs.c | 89 int get_line(void); 131 if (get_line() == EOF) in getfile() 136 if (get_line() == EOF) in getfile() 184 } while (get_line() != EOF); in getfile() 311 get_line(void) in get_line() function
|
/openbsd/usr.sbin/unbound/testcode/ |
H A D | testpkts.c | 1034 get_line(q, nq); in match_noloc_section() 1035 get_line(p, np); in match_noloc_section() 1077 get_line(&q, &nq); in match_noloc() 1078 get_line(&p, &np); in match_noloc() 1083 get_line(&q, &nq); in match_noloc() 1084 get_line(&p, &np); in match_noloc() 1090 get_line(&q, &nq); in match_noloc() 1091 get_line(&p, &np); in match_noloc() 1097 get_line(&q, &nq); in match_noloc() 1098 get_line(&p, &np); in match_noloc() [all …]
|
/openbsd/games/gomoku/ |
H A D | main.c | 156 get_line(buf, sizeof(buf)); in main() 233 (void)get_line(fname, sizeof(fname)); in main() 251 if (!get_line(buf, sizeof(buf))) { in main() 301 if (get_line(buf, sizeof(buf)) && in main() 308 (void)get_line(buf, sizeof(buf)); in main() 355 if (!get_line(fmtbuf, sizeof(fmtbuf))) in whatsup()
|
/openbsd/usr.bin/ctags/ |
H A D | C.c | 159 get_line(); in c_entries() 188 get_line(); in c_entries() 237 get_line(); in c_entries() 417 get_line(); in hash_entry()
|
H A D | ctags.h | 79 extern void get_line(void);
|
H A D | lisp.c | 96 get_line(); in l_entries()
|
/openbsd/usr.bin/uudecode/ |
H A D | uudecode.c | 312 get_line(char *buf, size_t size) in get_line() function 349 switch (get_line(buf, sizeof(buf))) { in uu_decode() 416 switch (get_line(buf, sizeof(buf))) { in uu_decode() 436 switch (get_line(inbuf, sizeof(inbuf))) { in base64_decode()
|
/openbsd/usr.bin/fmt/ |
H A D | fmt.c | 247 static char *get_line(FILE *); 411 while ((line = get_line(stream)) != NULL) { in process_stream() 634 while ((line = get_line(stream)) != NULL) { in center_stream() 673 get_line(FILE *stream) in get_line() function
|
/openbsd/usr.sbin/lpr/common_source/ |
H A D | rmjob.c | 178 if (!get_line(fp)) { in lockchk() 218 while (get_line(cfp)) { in process() 273 while (get_line(cfp)) { in chk()
|
/openbsd/usr.sbin/netgroup_mkdb/ |
H A D | util.h | 38 char *get_line(FILE *, size_t *);
|
H A D | util.c | 69 get_line(FILE *fp, size_t *size) in get_line() function
|
/openbsd/bin/pax/ |
H A D | options.c | 141 static char *get_line(FILE *fp); 1029 while ((str = get_line(fp)) != NULL) { in tar_options() 1109 while ((str = get_line(fp)) != NULL) { in tar_options() 1335 while ((str = get_line(fp)) != NULL) { in cpio_options() 1448 while ((str = get_line(stdin)) != NULL) { in cpio_options() 1664 get_line(FILE *f) in get_line() function
|
/openbsd/usr.bin/gencat/ |
H A D | gencat.c | 105 static char *get_line(int); 223 get_line(int fd) in get_line() function 326 cptr = get_line(fd); in getmsg() 413 while ((cptr = get_line(fd))) { in MCParse()
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | macro.c | 151 int (*get_line) (sb *)) in buffer_and_nest() 158 int more = get_line (ptr); in buffer_and_nest() 220 more = get_line (ptr); in buffer_and_nest() 504 int (*get_line) (sb *), const char **namep) in define_macro() 518 if (! buffer_and_nest ("MACRO", "ENDM", ¯o->sub, get_line)) in define_macro() 1093 expand_irp (int irpc, int idx, sb *in, sb *out, int (*get_line) (sb *)) in expand_irp() 1109 if (! buffer_and_nest (mn, "ENDR", &sub, get_line)) in expand_irp()
|
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | getline.h | 15 get_line __PROTO ((char **_lineptr, size_t *_n, FILE *_stream));
|
/openbsd/gnu/usr.bin/perl/dist/Term-ReadLine/lib/Term/ |
H A D | ReadLine.pm | 223 $str = $self->get_line; 464 sub get_line { subroutine
|
/openbsd/games/boggle/boggle/ |
H A D | extern.h | 45 char *get_line(char *);
|
/openbsd/usr.bin/diff3/ |
H A D | diff3prog.c | 128 char *get_line(FILE *, size_t *); 260 while ((line = get_line(b, NULL))) { in getchange() 268 get_line(FILE *b, size_t *n) in get_line() function 468 if ((line = get_line(fp[i], &j)) == NULL) in skip()
|
/openbsd/games/cribbage/ |
H A D | io.c | 216 p1 = get_line(); in incard() 308 p = get_line(); in number() 504 get_line(void) in get_line() function
|
/openbsd/libexec/ftpd/ |
H A D | extern.h | 70 int get_line(char *, int);
|