Searched refs:read_string (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | promptusr.c | 49 char read_string[BUFSIZ]; local 81 if (fgets(read_string, sizeof(read_string), stdin) == NULL) { 88 if ((cp = strchr(read_string, '\n'))) 94 read_string[sizeof(read_string)-1] = 0; 96 if ((p->response = malloc(strlen(read_string)+1)) == NULL) { 100 strcpy(p->response, read_string); 123 memset(read_string, 0, sizeof(read_string)); [all...] |
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | dryrun.c | 226 read_string(int fd, char *buffer) function 567 if (read_string(fd_cnb, &name[0]) == NULL) 570 if (read_string(fd_cnb, &fstype[0]) == NULL) 573 if (read_string(fd_cnb, &remote_name[0]) == NULL) 607 if (read_string(fd_cnb, &path[0]) == NULL) 610 local_ptr = read_string(fd_cnb, &local[0]);
|
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | dump.c | 1610 read_string(f, buf, len, lp) function 1844 if (read_string(filep, name, name_len, linenop)) { 1901 if (!error && read_string(filep, 2177 if (!read_string(filep, name, t2, linenop) &&
|
Completed in 735 milliseconds