| /illumos-gate/usr/src/cmd/ypcmd/revnetgroup/ |
| H A D | util.c | 38 getaline(line, maxlen, fp) function
|
| /illumos-gate/usr/src/cmd/ypcmd/mknetid/ |
| H A D | getname.c | 34 * getaline() 39 getaline(line, maxlinelen, f, lcount, com) function
|
| /illumos-gate/usr/src/cmd/ipf/lib/common/ |
| H A D | getline.c | 22 getaline(char *str, size_t size, FILE *file, int *linenum) function
|
| /illumos-gate/usr/src/tools/cscope-fast/ |
| H A D | input.c | 91 getaline(char s[], size_t size, int firstchar, BOOL iscaseless) function
|
| /illumos-gate/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)
|
| /illumos-gate/usr/src/cmd/eqn/ |
| H A D | io.c | 27 static int getaline(char *); 53 while ((type = getaline(in)) != EOF) { 96 getaline(char *s) function 130 } while (getaline(in) == lefteq);
|
| /illumos-gate/usr/src/cmd/mail/ |
| H A D | gethead.c | 228 getaline(char *ptr2line, int max, FILE *f) function
|
| /illumos-gate/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) function 483 while (getaline(fsystems, buf) != NULL) 751 while (getaline(f, buf) > 0) {
|
| /illumos-gate/usr/src/cmd/hal/probing/xkb/ |
| H A D | probe-xkb.c | 146 getaline(FILE *fp) function 206 while (getaline(fp)) {
|
| /illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
| H A D | dockdeps.c | 91 static int getaline(FILE *fp); 123 while (getaline(fp)) { 309 getaline(FILE *fp) function 408 while (getaline(fp)) {
|
| /illumos-gate/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) {
|
| /illumos-gate/usr/src/cmd/csplit/ |
| H A D | csplit.c | 82 static char *getaline(int); 293 * ftello(), and getaline is called so that R.E. searching starts at the 309 (void) getaline(FALSE); /* then don't skip */ 313 while (getaline(FALSE) != NULL) { 406 * If getaline is called with a non-zero value, the current line 411 getaline(int bumpcur) function 570 if (getaline(TRUE) == NULL) 575 if (getaline(TRUE) != NULL) { 578 if (getaline(TRUE) == NULL)
|
| /illumos-gate/usr/src/cmd/diff3/ |
| H A D | diff3prog.c | 105 static int getaline(FILE *b); 250 while (getaline(b)) 257 getaline(FILE *b) function 454 if ((j = getaline(fp[i])) == 0)
|
| /illumos-gate/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) 232 getaline(FILE *fp, char *loc, int32_t maxlen) function
|
| /illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
| H A D | ndmpd_dtime.c | 188 * getaline 193 getaline(FILE *fp, char *line, int llen) function 487 if (getaline(fp, tbuf, sizeof (tbuf)) != tbuf)
|
| /illumos-gate/usr/src/cmd/vi/port/ |
| H A D | ex_temp.c | 157 getaline(line tl) function 688 getaline(*addr);
|
| H A D | exrecover.c | 710 getaline(*a1++); 758 getaline(line tl) function
|
| /illumos-gate/usr/src/cmd/mailx/ |
| H A D | collect.c | 243 if ((nread = getaline(linebuf,LINESIZE,stdin,&hasnulls)) == NULL) { 1226 getaline(char *line, int size, FILE *f, int *hasnulls) function
|
| /illumos-gate/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...] |
| /illumos-gate/usr/src/cmd/vi/misc/ |
| H A D | ctags.c | 171 static void getaline(long int where); 370 getaline(lineftell); 683 getaline(tokftell); 843 getaline(lineftell); 950 getaline(where) function
|
| /illumos-gate/usr/src/cmd/oawk/ |
| H A D | run.c | 158 getaline(void) function
|
| /illumos-gate/usr/src/cmd/awk/ |
| H A D | run.c | 361 getaline(Node **a, int n) function
|
| /illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/ |
| H A D | asm10k.c | 169 getaline(FILE *input, char **tokens) function 1038 while ((tokcnt = getaline(input, tokens)) != -1) {
|
| /illumos-gate/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); 1151 while ((i = getaline(c_id, line, sizeof (line), B_TRUE)) == 0 && 2288 * which is called by getaline(). 2303 while ((n = getaline(c_id, line, sizeof (line), bread)) > 0) { 2435 ok = ((i = getaline(c_id, line, sizeof (line), B_FALSE)) == 0); 2439 i = getaline(c_id, line, sizeof (line), B_FALSE); 2624 * getaline - Get lines of data from the HTTP response, up to 'len' bytes. 2647 getaline(http_conn_t *c_id, char *line, int len, boolean_t bread) function 2729 * resemble getaline() [all...] |