/titanic_41/usr/src/cmd/ldap/common/ |
H A D | ldaptest.c | 38 getaline( char *line, int len, FILE *fp, char *prompt ) in getaline() function 60 getaline( buf, sizeof(buf), stdin, prompt ); in get_list() 159 getaline( buf, sizeof(buf), stdin, prompt1 ); in get_modlist() 166 getaline( buf, sizeof(buf), stdin, prompt2 ); in get_modlist() 227 getaline( dn, sizeof(dn), stdin, in bind_prompt() 238 getaline( dn, sizeof(dn), stdin, "re-bind dn? " ); in bind_prompt() 243 getaline( passwd, sizeof(passwd), stdin, in bind_prompt() 392 while ( getaline( line, sizeof(line), stdin, "\ncommand? " ) != NULL ) { in main() 401 getaline( dn, sizeof(dn), stdin, "dn? " ); in main() 422 getaline( line, sizeof(line), stdin, "msgid? " ); in main() [all …]
|
/titanic_41/usr/src/cmd/csplit/ |
H A D | csplit.c | 82 static char *getaline(int); 309 (void) getaline(FALSE); /* then don't skip */ in findline() 313 while (getaline(FALSE) != NULL) { in findline() 411 getaline(int bumpcur) in getaline() function 570 if (getaline(TRUE) == NULL) in to_line() 575 if (getaline(TRUE) != NULL) { in to_line() 578 if (getaline(TRUE) == NULL) in to_line()
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_vwind.c | 201 getaline(*addr); in vcontext() 208 getaline(*addr); in vcontext() 213 getaline(*addr); in vcontext() 218 getaline(*addr); in vcontext() 334 getaline(tp[-1]); 354 getaline(tp[cnt]); in vfit()
|
H A D | ex_vops3.c | 331 getaline(*addr); in lindent() 548 getaline(*wdot); in lnext() 562 getaline(*wdot); in lnext() 585 getaline(*addr); in lbrack() 595 getaline(*addr); in lbrack()
|
H A D | ex_cmdsub.c | 255 getaline(*a1); in join() 412 getaline(*tad1++); in getcopy() 425 getaline(*tad1++); in getput() 492 getaline(*unddol); in pragged() 520 getaline(dol[1]); in pragged() 1131 getaline(*addr1); in zop2() 1167 getaline(*addr); in plines()
|
H A D | ex_set.c | 189 getaline(*tmpadr); in set() 231 getaline(*tmpadr); in set()
|
H A D | ex_vadj.c | 90 getaline(*tp); in vopen() 685 getaline(*tp); in vredraw() 729 getaline(*tp); in vredraw() 897 getaline(dot[l - vcline]); in vsync1()
|
/titanic_41/usr/src/cmd/eqn/ |
H A D | io.c | 27 static int getaline(char *); 53 while ((type = getaline(in)) != EOF) { in eqn() 96 getaline(char *s) in getaline() function 130 } while (getaline(in) == lefteq); in do_inline()
|
/titanic_41/usr/src/tools/cscope-fast/ |
H A D | command.c | 234 getaline(newpat, COLS - sizeof (appendprompt), c, in command() 255 if (getaline(newpat, COLS - sizeof (readprompt), '\0', in command() 277 if (getaline(newpat, in command() 390 if (getaline(newpat, in command() 401 if (getaline(newpat, COLS - fldcolumn - 1, commandc, in command() 411 (void) getaline(newpat, in command() 593 if (getaline(buf, in changestring()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | sysfiles.c | 54 static int namematch(), nextdialers(), nextdevices(), nextsystems(), getaline(); 163 while (getaline(f, buf) > 0) { 214 while (getaline(f, buf) > 0) { 240 getaline(f, line) in getaline() function 483 while (getaline(fsystems, buf) != NULL) 751 while (getaline(f, buf) > 0) { in setconfig()
|
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | dockdeps.c | 91 static int getaline(FILE *fp); 123 while (getaline(fp)) { in dockdeps() 309 getaline(FILE *fp) in getaline() function 408 while (getaline(fp)) { in ckpreq()
|
/titanic_41/usr/src/cmd/ypcmd/mknetid/ |
H A D | mknetid.c | 56 extern char **getaline(); 171 while (lp = getaline(line, sizeof (line), mf, &curline, "#")) { 218 while (lp = getaline(line, sizeof (line), gf, &curline, "")) { 251 while (lp = getaline(line, sizeof (line), pf, &curline, "")) { 290 while (lp = getaline(line, sizeof (line), hf, &curline, "#")) {
|
H A D | getname.c | 39 getaline(line, maxlinelen, f, lcount, com) in getaline() function
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | getvfsent.c | 66 static int getaline(char *, FILE *); 179 if ((ret = getaline(line, fd)) != 0) in getvfsent() 199 getaline(char *lp, FILE *fd) in getaline() function
|
H A D | getmntent.c | 344 getaline(char *lp, FILE *fp) in getaline() function 374 if ((ret = getaline(line, fp)) != 0) in getmntent_compat()
|
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | sysfiles.c | 66 static int getaline(FILE *, char *); 191 while (getaline(f, buf) > 0) { in scansys() 241 while (getaline(f, buf) > 0) { in scancfg() 266 getaline(FILE *f, char *line) in getaline() function 736 while (getaline(f, buf) > 0) { in setconfig()
|
/titanic_41/usr/src/cmd/mail/ |
H A D | sendmail.c | 160 while ((n = getaline(line, sizeof (line), stdin)) > 0) { 287 n = getaline(buf, sizeof (buf), stdin); 385 ? getaline(buf, sizeof (buf), stdin)
|
/titanic_41/usr/src/cmd/diff3/ |
H A D | diff3prog.c | 105 static int getaline(FILE *b); 250 while (getaline(b)) in getchange() 257 getaline(FILE *b) in getaline() function 454 if ((j = getaline(fp[i])) == 0) in skip()
|
/titanic_41/usr/src/cmd/ypcmd/revnetgroup/ |
H A D | util.h | 56 char *getaline();
|
H A D | util.c | 38 getaline(line, maxlen, fp) in getaline() function
|
/titanic_41/usr/src/cmd/ipf/lib/common/ |
H A D | getline.c | 22 getaline(char *str, size_t size, FILE *file, int *linenum) in getaline() function
|
/titanic_41/usr/src/cmd/hal/probing/xkb/ |
H A D | probe-xkb.c | 146 getaline(FILE *fp) in getaline() function 206 while (getaline(fp)) { in sun_find_xkbnames()
|
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | utilities.c | 64 static int32_t getaline(FILE *, char *, int32_t); 220 if (getaline(stdin, line, sizeof (line)) == EOF) in reply() 232 getaline(FILE *fp, char *loc, int32_t maxlen) in getaline() function
|
/titanic_41/usr/src/cmd/vi/misc/ |
H A D | ctags.c | 171 static void getaline(long int where); 370 getaline(lineftell); 683 getaline(tokftell); in C_entries() 843 getaline(lineftell); in Y_entries() 950 getaline(where) in getaline() function
|
/titanic_41/usr/src/common/net/wanboot/ |
H A D | boot_http.c | 181 static int getaline(http_conn_t *, char *, int, boolean_t); 946 i = getaline(c_id, line, sizeof (line), B_FALSE); in http_process_headers() 1151 while ((i = getaline(c_id, line, sizeof (line), B_TRUE)) == 0 && in http_process_part_headers() 2303 while ((n = getaline(c_id, line, sizeof (line), bread)) > 0) { in read_headerlines() 2435 ok = ((i = getaline(c_id, line, sizeof (line), B_FALSE)) == 0); in get_chunk_header() 2439 i = getaline(c_id, line, sizeof (line), B_FALSE); in get_chunk_header() 2647 getaline(http_conn_t *c_id, char *line, int len, boolean_t bread) in getaline() function
|