Searched refs:uidstr (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | sshconnect.h | 38 char *uidstr; member 59 "i", conn_info->uidstr, \
|
H A D | auth2-pubkey.c | 355 char serial_s[32], uidstr[32]; in match_principals_command() local 416 snprintf(uidstr, sizeof(uidstr), "%llu", in match_principals_command() 422 "U", uidstr, in match_principals_command() 627 char uidstr[32], *tmp, *command = NULL, **av = NULL; in user_key_command_allowed2() local 677 snprintf(uidstr, sizeof(uidstr), "%llu", in user_key_command_allowed2() 683 "U", uidstr, in user_key_command_allowed2()
|
H A D | auth.c | 389 char *file, uidstr[32], ret[PATH_MAX]; in expand_authorized_keys() local 392 snprintf(uidstr, sizeof(uidstr), "%llu", in expand_authorized_keys() 395 "u", pw->pw_name, "U", uidstr, (char *)NULL); in expand_authorized_keys()
|
H A D | sftp-server.c | 1909 char *cp, *homedir = NULL, uidstr[32], buf[4*4096]; in sftp_server_main() local 1959 snprintf(uidstr, sizeof(uidstr), "%llu", in sftp_server_main() 1962 "u", user_pw->pw_name, "U", uidstr, (char *)NULL); in sftp_server_main()
|
H A D | session.c | 1367 char uidstr[32], *chroot_path, *tmp; in do_setusercontext() local 1399 snprintf(uidstr, sizeof(uidstr), "%llu", in do_setusercontext() 1402 "u", pw->pw_name, "U", uidstr, (char *)NULL); in do_setusercontext()
|
H A D | readconf.c | 658 char uidstr[32], *conn_hash_hex, *keyalias, *jmphost, *ruser; in expand_match_exec_or_include_path() local 680 snprintf(uidstr, sizeof(uidstr), "%llu", in expand_match_exec_or_include_path() 697 "i", uidstr, in expand_match_exec_or_include_path()
|
H A D | ssh.c | 616 free(cinfo->uidstr); in ssh_conn_info_free() 1427 xasprintf(&cinfo->uidstr, "%llu", in main()
|
/freebsd/usr.sbin/pwd_mkdb/ |
H A D | pwd_mkdb.c | 459 char uidstr[20]; in main() local 462 snprintf(uidstr, sizeof(uidstr), "%u", pwd.pw_uid); in main() 466 pwd.pw_name, pwd.pw_fields & _PWF_UID ? uidstr : "", in main()
|