| /freebsd-13-stable/usr.bin/chkey/ |
| HD | chkey.c | 250 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/ |
| HD | sshconnect.h | 38 char *uidstr; member 59 "i", conn_info->uidstr, \
|
| HD | 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()
|
| HD | 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()
|
| HD | 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()
|
| HD | 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()
|
| HD | readconf.c | 670 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()
|
| HD | ssh.c | 616 free(cinfo->uidstr); in ssh_conn_info_free() 1434 xasprintf(&cinfo->uidstr, "%llu", in main()
|
| /freebsd-13-stable/usr.sbin/pwd_mkdb/ |
| HD | pwd_mkdb.c | 471 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()
|