Searched refs:a_uid (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/amd/amd/
H A Dops_udf.c109 a_uid(const char *s, const char *id_type) function
155 uid_nobody = a_uid("nobody", "user");
202 udf_args.anon_uid = a_uid(str, MNTTAB_OPT_USER);
/freebsd-11-stable/sbin/mknod/
H A Dmknod.c99 a_uid(const char *s) function
158 uid = a_uid(argv[5]);
/freebsd-11-stable/usr.sbin/chown/
H A Dchown.c62 static void a_uid(const char *);
158 a_uid(*argv);
246 a_uid(const char *s) function
/freebsd-11-stable/sbin/mount_msdosfs/
H A Dmount_msdosfs.c64 static uid_t a_uid(char *);
99 uid = a_uid(optarg);
254 a_uid(char *s) function
/freebsd-11-stable/contrib/jemalloc/src/
H A Dprof.c178 uint64_t a_uid = a->thr_uid; local
181 ret = ((a_uid > b_uid) - (a_uid < b_uid));

Completed in 100 milliseconds