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

/netbsd-6-1-5-RELEASE/sbin/mount/
H A Dmountprog.h31 uid_t a_uid(const char *);
H A Dfattr.c70 a_uid(const char *s) function
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/acl/
H A Dposixgroup.c251 Attribute *a_uid, local
254 a_uid = attr_find( user->e_attrs, pg_uidNumber );
255 if ( !a_uid || !BER_BVISNULL( &a_uid->a_nvals[ 1 ] ) ) {
267 a_member->a_nvals, &a_uid->a_nvals[ 0 ],
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dops_udf.c115 a_uid(const char *s, const char *id_type) function
161 uid_nobody = a_uid("nobody", "user");
208 udf_args.anon_uid = a_uid(str, MNTTAB_OPT_USER);
/netbsd-6-1-5-RELEASE/sbin/chown/
H A Dchown.c63 static void a_uid(const char *);
159 a_uid(*argv);
239 a_uid(const char *s) function
/netbsd-6-1-5-RELEASE/sbin/mount_udf/
H A Dmount_udf.c125 nobody_uid = anon_uid = a_uid("nobody");
143 anon_uid = a_uid(optarg);
/netbsd-6-1-5-RELEASE/sbin/mount_ados/
H A Dmount_ados.c93 args.uid = a_uid(optarg);
/netbsd-6-1-5-RELEASE/sbin/mount_filecore/
H A Dmount_filecore.c145 args.uid = a_uid(optarg);
/netbsd-6-1-5-RELEASE/sbin/mount_ntfs/
H A Dmount_ntfs.c94 args->uid = a_uid(optarg);
/netbsd-6-1-5-RELEASE/sbin/mount_msdos/
H A Dmount_msdos.c112 args->uid = a_uid(optarg);
/netbsd-6-1-5-RELEASE/sbin/mount_tmpfs/
H A Dmount_tmpfs.c132 uid = a_uid(optarg);

Completed in 182 milliseconds