Searched refs:read_line (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/cmd/krb5/kwarn/ |
H A D | kwarndtest.c | 40 static int read_line(char *buf, int size) in read_line() function 73 len = read_line(buf, 512); in main()
|
/titanic_41/usr/src/cmd/bart/ |
H A D | bart.h | 161 int read_line(FILE *, char *, int, int, char **, char *);
|
/titanic_41/usr/src/lib/efcode/engine/ |
H A D | interactive.c | 201 void read_line(fcode_env_t *); in do_interact() 203 read_line(env); in do_interact() 497 read_line(fcode_env_t *env) in read_line() function 806 FORTH(0, "read-line", read_line); in _init()
|
H A D | env.c | 180 read_line(env); in expect()
|
/titanic_41/usr/src/lib/nsswitch/compat/common/ |
H A D | compat_common.c | 455 read_line(f, buffer, buflen) in read_line() function 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);
|
/titanic_41/usr/src/cmd/fs.d/nfs/nfsmapid/ |
H A D | nfsmapid_test.c | 70 static int read_line(char *buf, int size) in read_line() function 286 len = read_line(buf, 512); in main()
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_confmgr.c | 59 read_line(FILE *fp, char *buffer, int buflen, char *errstr) in read_line() function 133 if ((linelen = read_line(fp, buffer, sizeof (buffer), in read_file()
|
/titanic_41/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 300 void read_line(fcode_env_t *);
|
/titanic_41/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_conf.h | 588 extern int read_line(int fd, char *buffer, int buflen);
|
H A D | nis_parse_ldap_conf.c | 740 if ((ret = read_line(fd, buf, sizeof (buf))) > 0) { in get_file_attr_val()
|
H A D | nis_parse_ldap_util.c | 632 read_line(int fd, char *buffer, int buflen) in read_line() function
|
/titanic_41/usr/src/cmd/gss/gssd/ |
H A D | gssdtest.c | 118 static int read_line(char *buf, int size) in read_line() function 151 len = read_line(buf, 512); in main()
|