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

/netbsd-current/sbin/mount/
H A Dmountprog.h30 gid_t a_gid(const char *);
H A Dfattr.c60 a_gid(const char *s) function
/netbsd-current/sbin/chown/
H A Dchown.c63 static void a_gid(const char *);
168 a_gid(cp);
174 a_gid(cp);
180 a_gid(*argv);
265 a_gid(const char *s) function
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dops_udf.c99 a_gid(const char *s, const char *id_type) function
165 gid_nobody = a_gid("nobody", "group");
212 udf_args.anon_gid = a_gid(str, MNTTAB_OPT_GROUP);
/netbsd-current/sbin/mount_udf/
H A Dmount_udf.c120 nobody_gid = anon_gid = a_gid("nobody");
133 anon_gid = a_gid(optarg);
/netbsd-current/sbin/mount_ntfs/
H A Dmount_ntfs.c98 args->gid = a_gid(optarg);
/netbsd-current/sbin/mount_ados/
H A Dmount_ados.c97 args.gid = a_gid(optarg);
/netbsd-current/sbin/mount_filecore/
H A Dmount_filecore.c149 args.gid = a_gid(optarg);
/netbsd-current/sbin/mount_msdos/
H A Dmount_msdos.c119 args->gid = a_gid(optarg);
/netbsd-current/sbin/mount_cd9660/
H A Dmount_cd9660.c124 args->gid = a_gid(optarg);
/netbsd-current/sbin/mount_tmpfs/
H A Dmount_tmpfs.c163 gid = a_gid(optarg);

Completed in 141 milliseconds