Home
last modified time | relevance | path

Searched refs:uidstr (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshconnect.h39 char *uidstr; member
60 "i", conn_info->uidstr, \
H A Dauth2-pubkey.c361 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 Dsftp-server.c1882 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 Dsession.c1196 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 Dssh.c607 free(cinfo->uidstr); in ssh_conn_info_free()
1418 xasprintf(&cinfo->uidstr, "%llu", in main()
/netbsd-src/external/bsd/libbind/dist/irs/
H A Ddns_pw.c130 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 Dtest-spawn.c1375 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()