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

/freebsd-current/crypto/openssh/
H A Dsshconnect.h36 char *uidstr; member in struct:ssh_conn_info
57 "i", conn_info->uidstr, \
H A Dauth2-pubkey.c354 char serial_s[32], uidstr[32]; local
415 snprintf(uidstr, sizeof(uidstr), "%llu",
421 "U", uidstr,
626 char uidstr[32], *tmp, *command = NULL, **av = NULL; local
676 snprintf(uidstr, sizeof(uidstr), "%llu",
682 "U", uidstr,
H A Dauth.c390 char *file, uidstr[32], ret[PATH_MAX]; local
393 snprintf(uidstr, sizeof(uidstr), "%llu",
396 "u", pw->pw_name, "U", uidstr, (char *)NULL);
H A Dsftp-server.c1907 char *cp, *homedir = NULL, uidstr[32], buf[4*4096]; local
1957 snprintf(uidstr, sizeof(uidstr), "%llu",
1960 "u", user_pw->pw_name, "U", uidstr, (char *)NULL);
H A Dsession.c1378 char uidstr[32], *chroot_path, *tmp; local
1410 snprintf(uidstr, sizeof(uidstr), "%llu",
1413 "u", pw->pw_name, "U", uidstr, (char *)NULL);
H A Dreadconf.c660 char uidstr[32]; local
777 snprintf(uidstr, sizeof(uidstr), "%llu",
795 "i", uidstr,
H A Dssh.c616 free(cinfo->uidstr);
1427 xasprintf(&cinfo->uidstr, "%llu",
/freebsd-current/usr.bin/chkey/
H A Dchkey.c243 char uidstr[10]; local
249 (void)sprintf(uidstr, "%d", uid);
250 if (yp_match(domain, "passwd.byuid", uidstr, strlen(uidstr),
/freebsd-current/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c459 char uidstr[20]; local
462 snprintf(uidstr, sizeof(uidstr), "%u", pwd.pw_uid);
466 pwd.pw_name, pwd.pw_fields & _PWF_UID ? uidstr : "",

Completed in 231 milliseconds