Home
last modified time | relevance | path

Searched refs:getaline (Results 1 – 25 of 54) sorted by relevance

123

/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c227 getaline( dn, sizeof(dn), stdin, in bind_prompt()
436 getaline( line, sizeof(line), stdin, in main()
462 getaline( line, sizeof(line), stdin, in main()
470 getaline( line, sizeof(line), stdin, in main()
475 getaline( line, sizeof(line), stdin, in main()
689 getaline( line, sizeof(line), stdin, in main()
695 getaline( line, sizeof(line), stdin, in main()
762 getaline( line, sizeof(line), stdin, in main()
785 getaline( line, sizeof(line), stdin, in main()
891 getaline( line, sizeof(line), stdin, in main()
[all …]
/illumos-gate/usr/src/cmd/csplit/
H A Dcsplit.c86 static char *getaline(int);
313 (void) getaline(FALSE); /* then don't skip */ in findline()
317 while (getaline(FALSE) != NULL) { in findline()
415 getaline(int bumpcur) in getaline() function
574 if (getaline(TRUE) == NULL) in to_line()
579 if (getaline(TRUE) != NULL) { in to_line()
582 if (getaline(TRUE) == NULL) in to_line()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vwind.c201 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 Dex_vops3.c331 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 Dex_cmdsub.c256 getaline(*a1); in join()
413 getaline(*tad1++); in getcopy()
426 getaline(*tad1++); in getput()
493 getaline(*unddol); in pragged()
521 getaline(dol[1]); in pragged()
1136 getaline(*addr1); in zop2()
1172 getaline(*addr); in plines()
H A Dex_set.c189 getaline(*tmpadr); in set()
231 getaline(*tmpadr); in set()
H A Dex_vadj.c90 getaline(*tp); in vopen()
685 getaline(*tp); in vredraw()
729 getaline(*tp); in vredraw()
897 getaline(dot[l - vcline]); in vsync1()
/illumos-gate/usr/src/cmd/eqn/
H A Dio.c27 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()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcommand.c234 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()
H A Dinput.c91 getaline(char s[], size_t size, int firstchar, BOOL iscaseless) in getaline() function
/illumos-gate/usr/src/cmd/bnu/
H A Dsysfiles.c54 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
482 while (getaline(fsystems, buf) != 0) in getsysline()
748 while (getaline(f, buf) > 0) { in setconfig()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddockdeps.c91 static int getaline(FILE *fp);
123 while (getaline(fp)) { in dockdeps()
309 getaline(FILE *fp) in getaline() function
408 while (getaline(fp)) { in ckpreq()
/illumos-gate/usr/src/cmd/ypcmd/mknetid/
H A Dmknetid.c57 extern char **getaline();
172 while (lp = getaline(line, sizeof (line), mf, &curline, "#")) {
219 while (lp = getaline(line, sizeof (line), gf, &curline, "")) {
252 while (lp = getaline(line, sizeof (line), pf, &curline, "")) {
291 while (lp = getaline(line, sizeof (line), hf, &curline, "#")) {
H A Dgetname.c39 getaline(line, maxlinelen, f, lcount, com) in getaline() function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetvfsent.c66 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 Dgetmntent.c343 getaline(char *lp, FILE *fp) in getaline() function
373 if ((ret = getaline(line, fp)) != 0) in getmntent_compat()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dsysfiles.c66 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()
/illumos-gate/usr/src/cmd/diff3/
H A Ddiff3prog.c105 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()
/illumos-gate/usr/src/cmd/mail/
H A Dsendmail.c159 while ((n = getaline(line, sizeof (line), stdin)) > 0) { in sendmail()
286 n = getaline(buf, sizeof (buf), stdin); in sendmail()
384 ? getaline(buf, sizeof (buf), stdin) in sendmail()
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Dutil.h56 char *getaline();
H A Dutil.c38 getaline(line, maxlen, fp) in getaline() function
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dgetline.c22 getaline(char *str, size_t size, FILE *file, int *linenum) in getaline() function
/illumos-gate/usr/src/cmd/hal/probing/xkb/
H A Dprobe-xkb.c146 getaline(FILE *fp) in getaline() function
206 while (getaline(fp)) { in sun_find_xkbnames()
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c168 static void getaline(long int);
358 getaline(lineftell); in find_entries()
657 getaline(tokftell); in C_entries()
816 getaline(lineftell);
929 getaline(long int where) function
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c66 static int32_t getaline(FILE *, char *, int32_t);
223 if (getaline(stdin, line, sizeof (line)) == EOF) in reply()
235 getaline(FILE *fp, char *loc, int32_t maxlen) in getaline() function

123