Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.bin/chkey/
HDchkey.c250 char uidstr[10]; in ypgetpwuid() local
256 (void)sprintf(uidstr, "%d", uid); in ypgetpwuid()
257 if (yp_match(domain, "passwd.byuid", uidstr, strlen(uidstr), in ypgetpwuid()
/freebsd-13-stable/crypto/openssh/
HDsshconnect.h38 char *uidstr; member
59 "i", conn_info->uidstr, \
HDauth2-pubkey.c355 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()
HDauth.c389 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()
HDsftp-server.c1909 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()
HDsession.c1367 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()
HDreadconf.c670 char uidstr[32], *conn_hash_hex, *keyalias, *jmphost, *ruser; in expand_match_exec_or_include_path() local
692 snprintf(uidstr, sizeof(uidstr), "%llu", in expand_match_exec_or_include_path()
709 "i", uidstr, in expand_match_exec_or_include_path()
HDssh.c616 free(cinfo->uidstr); in ssh_conn_info_free()
1434 xasprintf(&cinfo->uidstr, "%llu", in main()
/freebsd-13-stable/usr.sbin/pwd_mkdb/
HDpwd_mkdb.c471 char uidstr[20]; in main() local
474 snprintf(uidstr, sizeof(uidstr), "%u", pwd.pw_uid); in main()
478 pwd.pw_name, pwd.pw_fields & _PWF_UID ? uidstr : "", in main()