Home
last modified time | relevance | path

Searched refs:read_string (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dpromptusr.c49 char read_string[BUFSIZ]; in krb5_os_get_tty_uio() local
81 if (fgets(read_string, sizeof(read_string), stdin) == NULL) { in krb5_os_get_tty_uio()
88 if ((cp = strchr(read_string, '\n'))) in krb5_os_get_tty_uio()
94 read_string[sizeof(read_string)-1] = 0; in krb5_os_get_tty_uio()
96 if ((p->response = malloc(strlen(read_string)+1)) == NULL) { in krb5_os_get_tty_uio()
100 strcpy(p->response, read_string); in krb5_os_get_tty_uio()
123 memset(read_string, 0, sizeof(read_string)); in krb5_os_get_tty_uio()
/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Ddryrun.c226 read_string(int fd, char *buffer) in read_string() function
567 if (read_string(fd_cnb, &name[0]) == NULL) in read_continue_bin()
570 if (read_string(fd_cnb, &fstype[0]) == NULL) in read_continue_bin()
573 if (read_string(fd_cnb, &remote_name[0]) == NULL) in read_continue_bin()
607 if (read_string(fd_cnb, &path[0]) == NULL) in read_continue_bin()
610 local_ptr = read_string(fd_cnb, &local[0]); in read_continue_bin()
/titanic_41/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c1610 read_string(f, buf, len, lp) in read_string() function
1844 if (read_string(filep, name, name_len, linenop)) {
1901 if (!error && read_string(filep,
2177 if (!read_string(filep, name, t2, linenop) &&