Searched defs:getaline (Results 1 - 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Dutil.c38 getaline(line, maxlen, fp) function
/illumos-gate/usr/src/cmd/ypcmd/mknetid/
H A Dgetname.c34 * getaline()
39 getaline(line, maxlinelen, f, lcount, com) function
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dgetline.c22 getaline(char *str, size_t size, FILE *file, int *linenum) function
/illumos-gate/usr/src/tools/cscope-fast/
H A Dinput.c91 getaline(char s[], size_t size, int firstchar, BOOL iscaseless) 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)
199 getaline(char *lp, FILE *fd) function
H A Dgetmntent.c344 getaline(char *lp, FILE *fp) function
374 if ((ret = getaline(line, fp)) != 0)
/illumos-gate/usr/src/cmd/eqn/
H A Dio.c27 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 Dgethead.c228 getaline(char *ptr2line, int max, FILE *f) 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) function
483 while (getaline(fsystems, buf) != NULL)
751 while (getaline(f, buf) > 0) {
/illumos-gate/usr/src/cmd/hal/probing/xkb/
H A Dprobe-xkb.c146 getaline(FILE *fp) function
206 while (getaline(fp)) {
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddockdeps.c91 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 Dsysfiles.c66 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 Dcsplit.c82 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 Ddiff3prog.c105 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 Dutilities.c64 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 Dndmpd_dtime.c188 * 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 Dex_temp.c157 getaline(line tl) function
688 getaline(*addr);
H A Dexrecover.c710 getaline(*a1++);
758 getaline(line tl) function
/illumos-gate/usr/src/cmd/mailx/
H A Dcollect.c243 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 Dldaptest.c38 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 Dctags.c171 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 Drun.c158 getaline(void) function
/illumos-gate/usr/src/cmd/awk/
H A Drun.c361 getaline(Node **a, int n) function
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/
H A Dasm10k.c169 getaline(FILE *input, char **tokens) function
1038 while ((tokcnt = getaline(input, tokens)) != -1) {
/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c181 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...]

Completed in 245 milliseconds

12