Searched defs:read_line (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarndtest.c40 static int read_line(char *buf, int size) function
73 len = read_line(buf, 512);
/illumos-gate/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.c455 read_line(f, buffer, buflen) function
473 * ===> The code below that calls read_line() doesn't
575 if ((linelen = read_line(be->f, instr, be->minbuf)) < 0) {
779 linelen = read_line(be->f, instr, be->minbuf);
1044 linelen = read_line(be->f, instr, be->minbuf);
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid_test.c70 static int read_line(char *buf, int size) function
286 len = read_line(buf, 512);
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_confmgr.c59 read_line(FILE *fp, char *buffer, int buflen, char *errstr) function
133 if ((linelen = read_line(fp, buffer, sizeof (buffer),
218 /* Error in read_line */
226 /* Error in read_line */
/illumos-gate/usr/src/lib/efcode/engine/
H A Dinteractive.c201 void read_line(fcode_env_t *);
203 read_line(env);
497 read_line(fcode_env_t *env) function
806 FORTH(0, "read-line", read_line);
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssdtest.c118 static int read_line(char *buf, int size) function
151 len = read_line(buf, 512);
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c617 * FUNCTION: read_line
632 read_line(int fd, char *buffer, int buflen) function

Completed in 106 milliseconds