Searched refs:uidstr (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | sshconnect.h | 39 char *uidstr; member 60 "i", conn_info->uidstr, \
|
| H A D | auth2-pubkey.c | 361 char serial_s[32], uidstr[32]; in match_principals_command() local 422 snprintf(uidstr, sizeof(uidstr), "%llu", in match_principals_command() 428 "U", uidstr, in match_principals_command() 633 char uidstr[32], *tmp, *command = NULL, **av = NULL; in user_key_command_allowed2() local 683 snprintf(uidstr, sizeof(uidstr), "%llu", in user_key_command_allowed2() 689 "U", uidstr, in user_key_command_allowed2()
|
| H A D | sftp-server.c | 1882 char *cp, *homedir = NULL, uidstr[32], buf[4*4096]; in sftp_server_main() local 1931 snprintf(uidstr, sizeof(uidstr), "%llu", in sftp_server_main() 1934 "u", user_pw->pw_name, "U", uidstr, (char *)NULL); in sftp_server_main()
|
| H A D | session.c | 1196 char uidstr[32], *chroot_path, *tmp; in do_setusercontext() local 1240 snprintf(uidstr, sizeof(uidstr), "%llu", in do_setusercontext() 1243 "u", pw->pw_name, "U", uidstr, (char *)NULL); in do_setusercontext()
|
| H A D | ssh.c | 607 free(cinfo->uidstr); in ssh_conn_info_free() 1418 xasprintf(&cinfo->uidstr, "%llu", in main()
|
| /netbsd-src/external/bsd/libbind/dist/irs/ |
| H A D | dns_pw.c | 130 char uidstr[16]; in pw_byuid() local 132 sprintf(uidstr, "%lu", (u_long)uid); in pw_byuid() 133 return (getpwcommon(this, uidstr, "uid")); in pw_byuid()
|
| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | test-spawn.c | 1375 char uidstr[10]; in TEST_IMPL() local 1391 snprintf(uidstr, sizeof(uidstr), "%d", pw->pw_uid); in TEST_IMPL() 1393 options.args[2] = uidstr; in TEST_IMPL()
|