Searched refs:uid_from_user (Results 1 – 10 of 10) sorted by relevance
| /freebsd/tools/build/cross-build/include/common/ |
| H A D | pwd.h | 50 int uid_from_user(const char *name, uid_t *uid);
|
| /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/include/ |
| H A D | pwd.h | 167 int uid_from_user(const char *, uid_t *);
|
| /freebsd/lib/libc/gen/ |
| H A D | Symbol.map | 385 uid_from_user;
|
| H A D | Makefile.inc | 494 pwcache.3 uid_from_user.3 \
|
| /freebsd/contrib/mtree/ |
| H A D | spec.c | 665 if (uid_from_user(val, &uid) == -1) in set()
|
| /freebsd/usr.sbin/makefs/ |
| H A D | mtree.c | 693 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 | 7400 INTERCEPTOR(int, uid_from_user, const char *name, u32 *uid) { 7403 COMMON_INTERCEPTOR_ENTER(ctx, uid_from_user, name, uid); 7406 res = REAL(uid_from_user)(name, uid); 7411 #define INIT_UID_FROM_USER COMMON_INTERCEPT_FUNCTION(uid_from_user)
|
| /freebsd/sbin/pfctl/ |
| H A D | parse.y | 4442 if (uid_from_user($1, &uid) == -1) {
|