Searched refs:read_string (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | promptusr.c | 48 char read_string[BUFSIZ]; in krb5_os_get_tty_uio() local 80 if (fgets(read_string, sizeof(read_string), stdin) == NULL) { in krb5_os_get_tty_uio() 87 if ((cp = strchr(read_string, '\n'))) in krb5_os_get_tty_uio() 93 read_string[sizeof(read_string)-1] = 0; in krb5_os_get_tty_uio() 95 if ((p->response = malloc(strlen(read_string)+1)) == NULL) { in krb5_os_get_tty_uio() 99 strcpy(p->response, read_string); in krb5_os_get_tty_uio() 122 memset(read_string, 0, sizeof(read_string)); in krb5_os_get_tty_uio()
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | dryrun.c | 226 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()
|
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | llex.c | 341 static void read_string (LexState *ls, int del, SemInfo *seminfo) { in read_string() function 465 read_string(ls, ls->current, seminfo); in llex()
|
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | dump.c | 1608 read_string(f, buf, len, lp) in read_string() function 1842 if (read_string(filep, name, name_len, linenop)) { 1899 if (!error && read_string(filep, 2175 if (!read_string(filep, name, t2, linenop) &&
|