Searched defs:read_line (Results 1 - 7 of 7) sorted by relevance
| /illumos-gate/usr/src/cmd/krb5/kwarn/ |
| H A D | kwarndtest.c | 40 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 D | compat_common.c | 455 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 D | nfsmapid_test.c | 70 static int read_line(char *buf, int size) function 286 len = read_line(buf, 512);
|
| /illumos-gate/usr/src/lib/libsldap/common/ |
| H A D | ns_confmgr.c | 59 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 D | interactive.c | 201 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 D | gssdtest.c | 118 static int read_line(char *buf, int size) function 151 len = read_line(buf, 512);
|
| /illumos-gate/usr/src/lib/libnisdb/ |
| H A D | nis_parse_ldap_util.c | 617 * FUNCTION: read_line 632 read_line(int fd, char *buffer, int buflen) function
|
Completed in 106 milliseconds