Searched defs:getaline (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | getvfsent.c | 66 static int getaline(char *, FILE *); 179 if ((ret = getaline(line, fd)) != 0) 199 getaline(char *lp, FILE *fd) function
|
H A D | getmntent.c | 344 getaline(char *lp, FILE *fp) function 374 if ((ret = getaline(line, fp)) != 0)
|
/osnet-11/usr/src/cmd/hal/probing/xkb/ |
H A D | probe-xkb.c | 146 getaline(FILE *fp) function 206 while (getaline(fp)) {
|
/osnet-11/usr/src/lib/libnsl/dial/ |
H A D | sysfiles.c | 66 static int getaline(FILE *, char *); 191 while (getaline(f, buf) > 0) { 241 while (getaline(f, buf) > 0) { 266 getaline(FILE *f, char *line) function 736 while (getaline(f, buf) > 0) {
|
/osnet-11/usr/src/cmd/ldap/common/ |
H A D | ldaptest.c | 38 getaline( char *line, int len, FILE *fp, char *prompt ) function 60 getaline( buf, sizeof(buf), stdin, prompt ); 159 getaline( buf, sizeof(buf), stdin, prompt1 ); 166 getaline( buf, sizeof(buf), stdin, prompt2 ); 227 getaline( dn, sizeof(dn), stdin, 238 getaline( dn, sizeof(dn), stdin, "re-bind dn? " ); 243 getaline( passwd, sizeof(passwd), stdin, 392 while ( getaline( line, sizeof(line), stdin, "\ncommand? " ) != NULL ) { 401 getaline( dn, sizeof(dn), stdin, "dn? " ); 422 getaline( lin [all...] |
Completed in 19 milliseconds