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

123

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dtest.c48 static char *get_line LDAP_P(( char *line, int len, FILE *fp, const char *prompt ));
62 get_line( char *line, int len, FILE *fp, const char *prompt ) function
84 get_line( buf, sizeof(buf), stdin, prompt );
182 get_line( buf, sizeof(buf), stdin, prompt1 );
189 get_line( buf, sizeof(buf), stdin, prompt2 );
259 get_line( dn, sizeof(dn), stdin, "re-bind dn? " );
263 get_line( passwd, sizeof(passwd), stdin,
373 while ( get_line( line, sizeof(line), stdin, "\ncommand? " ) != NULL ) {
382 get_line( dn, sizeof(dn), stdin, "dn? " );
395 get_line( lin
[all...]
/netbsd-6-1-5-RELEASE/games/boggle/boggle/
H A Dextern.h44 char *get_line(char *);
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/
H A Dreader.c67 get_line(void) function
161 get_line();
178 get_line();
189 get_line();
219 get_line();
392 get_line();
407 get_line();
439 get_line();
485 get_line();
562 get_line();
[all...]
/netbsd-6-1-5-RELEASE/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 Dfortran.c133 get_line(); /* process line for ex(1) */
H A Dlisp.c108 get_line();
H A Dprint.c54 * get_line --
59 get_line(void) function
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/testsuite/
H A Dtest-demangle.c49 get_line(buf) function
199 get_line (&format);
203 get_line (&input);
204 get_line (&expect);
325 get_line (&expect);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/testsuite/
H A Dtest-demangle.c49 get_line(buf) function
199 get_line (&format);
203 get_line (&input);
204 get_line (&expect);
325 get_line (&expect);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/testsuite/
H A Dtest-demangle.c49 get_line(buf) function
200 get_line (&format);
204 get_line (&input);
205 get_line (&expect);
329 get_line (&expect);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/ccgost/
H A Dgostsum.c20 int get_line(FILE *f,char *hash,char *filename);
88 while (get_line(check_file,inhash,filename))
188 int get_line(FILE *f,char *hash,char *filename) function
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/usr.bin/csplit/
H A Dcsplit.c72 static char *get_line(void);
204 while ((p = get_line()) != NULL && fputs(p, ofp) == 0)
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-6-1-5-RELEASE/games/cribbage/
H A Dcribbage.h70 char *get_line(void);
/netbsd-6-1-5-RELEASE/external/bsd/dhcpcd/dist/
H A Dcommon.h77 char *get_line(FILE * __restrict);
H A Dduid.c57 while ((line = get_line(f))) {
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/gnu/dist/groff/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-6-1-5-RELEASE/usr.bin/fsplit/
H A Dfsplit.c94 static int get_line(void);
161 while (get_line() > 0) {
272 get_line(void) function
/netbsd-6-1-5-RELEASE/games/gomoku/
H A Dmain.c184 get_line(buf, sizeof(buf));
259 (void)get_line(fname, sizeof(fname));
277 if (!get_line(buf, sizeof(buf))) {
332 (void)get_line(fname, sizeof(fname));
384 if (!get_line(input, sizeof(input)))
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_compression_uu.c162 get_line(const unsigned char *b, ssize_t avail, ssize_t *nlsize) function
207 len = get_line(*b, *avail, nl);
225 len = get_line(*b, *avail, nl);
447 len = get_line(b, avail_in - used, &nl);

Completed in 247 milliseconds

123