Home
last modified time | relevance | path

Searched refs:a_uid (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/acl/
H A Dposixgroup.c255 Attribute *a_uid, in pg_dynacl_mask() local
258 a_uid = attr_find( user->e_attrs, pg_uidNumber ); in pg_dynacl_mask()
259 if ( !a_uid || !BER_BVISNULL( &a_uid->a_nvals[ 1 ] ) ) { in pg_dynacl_mask()
271 a_member->a_nvals, &a_uid->a_nvals[ 0 ], in pg_dynacl_mask()
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dops_udf.c111 a_uid(const char *s, const char *id_type) in a_uid() function
157 uid_nobody = a_uid("nobody", "user"); in mount_udf()
204 udf_args.anon_uid = a_uid(str, MNTTAB_OPT_USER); in mount_udf()
/netbsd-src/sbin/chown/
H A Dchown.c64 static void a_uid(const char *);
178 a_uid(*argv); in main()
280 a_uid(const char *s) in a_uid() function
/netbsd-src/sbin/mount_udf/
H A Dmount_udf.c119 nobody_uid = anon_uid = a_uid("nobody"); in mount_udf_parseargs()
137 anon_uid = a_uid(optarg); in mount_udf_parseargs()
/netbsd-src/sbin/mount/
H A Dmountprog.h31 uid_t a_uid(const char *);
H A Dfattr.c70 a_uid(const char *s) in a_uid() function
/netbsd-src/sbin/mount_filecore/
H A Dmount_filecore.c145 args.uid = a_uid(optarg); in mount_filecore()
/netbsd-src/sbin/mount_ados/
H A Dmount_ados.c93 args.uid = a_uid(optarg); in mount_ados()
/netbsd-src/sbin/mount_ntfs/
H A Dmount_ntfs.c94 args->uid = a_uid(optarg); in mount_ntfs_parseargs()
/netbsd-src/sbin/mount_cd9660/
H A Dmount_cd9660.c153 args->uid = a_uid(optarg); in mount_cd9660_parseargs()
/netbsd-src/sbin/mount_msdos/
H A Dmount_msdos.c115 args->uid = a_uid(optarg); in mount_msdos_parseargs()
/netbsd-src/sbin/mount_tmpfs/
H A Dmount_tmpfs.c198 uid = a_uid(optarg); in mount_tmpfs_parseargs()