Searched refs:uid_from_user (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/libc-pwcache/ |
H A D | pwcache.c | 398 uid_from_user(const char *name, uid_t *uid) in uid_from_user() function 609 r = uid_from_user(argv[i], &u); in main() 628 r = uid_from_user(argv[i], &u); in main()
|
/freebsd/tools/build/cross-build/include/common/ |
H A D | pwd.h | 50 int uid_from_user(const char *name, uid_t *uid);
|
/freebsd/include/ |
H A D | pwd.h | 167 int uid_from_user(const char *, uid_t *);
|
/freebsd/lib/libc/gen/ |
H A D | Symbol.map | 386 uid_from_user;
|
H A D | Makefile.inc | 475 pwcache.3 uid_from_user.3 \
|
/freebsd/contrib/mtree/ |
H A D | spec.c | 663 if (uid_from_user(val, &uid) == -1) in set()
|
/freebsd/usr.sbin/makefs/ |
H A D | mtree.c | 692 if (uid_from_user(value, &uid) == 0) in read_mtree_keywords()
|
/freebsd/usr.bin/xinstall/ |
H A D | xinstall.c | 338 if (uid_from_user(owner, &uid) == -1) { in main()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 7239 INTERCEPTOR(int, uid_from_user, const char *name, u32 *uid) { 7242 COMMON_INTERCEPTOR_ENTER(ctx, uid_from_user, name, uid); 7245 res = REAL(uid_from_user)(name, uid); 7250 #define INIT_UID_FROM_USER COMMON_INTERCEPT_FUNCTION(uid_from_user)
|