Home
last modified time | relevance | path

Searched defs:nuids (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dsftp-usergroup.c103 u_int *uids, u_int nuids, u_int *gids, u_int ngids) in lookup_and_record()
177 u_int *uids = NULL, nuids = 0, *gids = NULL, ngids = 0; in get_remote_user_groups_from_glob() local
216 u_int *uids = NULL, nuids = 0, *gids = NULL, ngids = 0; in get_remote_user_groups_from_dirents() local
H A Dsftp-client.c2848 const u_int *uids, u_int nuids, in sftp_get_users_groups_by_id()
/dflybsd-src/bin/ps/
H A Dps.c125 int prtheader, wflag, what, xflg, uid, nuids; in main() local
477 getuids(const char *arg, int *nuids) in getuids()