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

123

/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dtest.c51 static char *get_line LDAP_P(( char *line, int len, FILE *fp, const char *prompt ));
65 get_line( char *line, int len, FILE *fp, const char *prompt ) function
87 get_line( buf, sizeof(buf), stdin, prompt );
185 get_line( buf, sizeof(buf), stdin, prompt1 );
192 get_line( buf, sizeof(buf), stdin, prompt2 );
262 get_line( dn, sizeof(dn), stdin, "re-bind dn? " );
266 get_line( passwd, sizeof(passwd), stdin,
376 while ( get_line( line, sizeof(line), stdin, "\ncommand? " ) != NULL ) {
385 get_line( dn, sizeof(dn), stdin, "dn? " );
398 get_line( lin
[all...]
/netbsd-current/games/boggle/boggle/
H A Dextern.h44 char *get_line(char *);
/netbsd-current/usr.bin/ctags/
H A DC.c170 get_line();
199 get_line();
236 get_line();
408 get_line();
H A Dctags.h83 extern void get_line(void);
H A Dlisp.c108 get_line();
H A Dprint.c54 * get_line --
59 get_line(void) function
H A Dfortran.c134 get_line(); /* process line for ex(1) */
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/testsuite/
H A Dtest-demangle.c52 get_line(buf) function
203 get_line (&format);
207 get_line (&input);
208 get_line (&expect);
332 get_line (&expect);
/netbsd-current/external/gpl3/gdb/dist/libiberty/testsuite/
H A Dtest-demangle.c52 get_line(buf) function
203 get_line (&format);
207 get_line (&input);
208 get_line (&expect);
332 get_line (&expect);
/netbsd-current/usr.sbin/gspa/gspa/
H A Dgspa.c144 while( get_line(line, MAXLINE) ){
178 while( get_line(line, MAXLINE) ){
233 get_line(char *lp, int maxlen) function
H A Dgsp_ass.h139 int get_line(char *lp, int maxlen);
/netbsd-current/usr.bin/csplit/
H A Dcsplit.c72 static char *get_line(void);
204 while ((p = get_line()) != NULL && fputs(p, ofp) != EOF)
284 get_line(void) function
305 /* Conceptually rewind the input (as obtained by get_line()) back `n' lines. */
357 * get_line() will read from here. Next call will truncate to
405 while ((p = get_line()) != NULL) {
431 while (--ofs > 0 && (p = get_line()) != NULL)
466 if ((p = get_line()) == NULL)
/netbsd-current/games/cribbage/
H A Dcribbage.h71 char *get_line(void);
/netbsd-current/usr.sbin/lpr/common_source/
H A Dlp.h109 size_t get_line(FILE *);
H A Drmjob.c160 if (!get_line(fp)) {
195 while (get_line(cfp)) {
247 while (get_line(cfp)) {
/netbsd-current/usr.bin/fsplit/
H A Dfsplit.c94 static int get_line(void);
161 while (get_line() > 0) {
273 get_line(void) function
/netbsd-current/external/gpl2/groff/dist/src/utils/addftinfo/
H A Daddftinfo.cpp152 static int get_line(FILE *fp, string *p) function
167 while (get_line(infp, &s)) {
173 while (get_line(infp, &s)) {
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dtestpkts.c1005 get_line(char** s, char** n) function
1033 get_line(q, nq);
1034 get_line(p, np);
1076 get_line(&q, &nq);
1077 get_line(&p, &np);
1082 get_line(&q, &nq);
1083 get_line(&p, &np);
1089 get_line(&q, &nq);
1090 get_line(&p, &np);
1096 get_line(
[all...]
/netbsd-current/usr.bin/rs/
H A Drs.c99 static int get_line(void);
138 get_line();
142 get_line();
188 } while (get_line() != EOF);
343 get_line(void) /* get line; maintain curline, curlen; manage storage */ function
/netbsd-current/external/bsd/byacc/dist/
H A Dreader.c266 get_line(void) function
364 get_line();
381 get_line();
401 get_line();
427 get_line();
621 get_line();
670 get_line();
765 get_line();
813 get_line();
827 get_line();
[all...]
/netbsd-current/external/bsd/libarchive/dist/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);
/netbsd-current/usr.bin/ftp/
H A Dextern.h134 int get_line(FILE *, char *, size_t, const char **);
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dcommon.h155 char *get_line(char ** __restrict, ssize_t * __restrict);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dtuiterm.exp454 set prev [get_line $_cur_y $_cur_x]
456 set prev [get_line $_cur_y]
531 proc get_line {n {c ""}} {
578 return [get_line $_cur_y $_cur_x]
685 verbose -log "$fmt [get_line $y]"
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dedit-context.c92 edited_line *get_line (int line);
404 const edited_line *el = get_line (line);
420 edited_line *el = get_line (line_num);
529 edited_line *el = get_line (line_num);
535 while (get_line (line_num))
569 edited_line *el_in_run = get_line (line_num);
587 edited_line *el_in_run = get_line (line_num);
620 edited_line *el = get_line (old_line_num);
632 edited_file::get_line (int line) function in class:edited_file
643 edited_line *el = get_line (lin
[all...]

Completed in 231 milliseconds

123