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

/netbsd-6-1-5-RELEASE/sbin/mount/
H A Dmountprog.h30 gid_t a_gid(const char *);
H A Dfattr.c60 a_gid(const char *s) function
/netbsd-6-1-5-RELEASE/sbin/chown/
H A Dchown.c62 static void a_gid(const char *);
149 a_gid(cp);
155 a_gid(cp);
161 a_gid(*argv);
224 a_gid(const char *s) function
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dops_udf.c103 a_gid(const char *s, const char *id_type) function
169 gid_nobody = a_gid("nobody", "group");
216 udf_args.anon_gid = a_gid(str, MNTTAB_OPT_GROUP);
/netbsd-6-1-5-RELEASE/sbin/mount_udf/
H A Dmount_udf.c126 nobody_gid = anon_gid = a_gid("nobody");
139 anon_gid = a_gid(optarg);
/netbsd-6-1-5-RELEASE/sbin/mount_ados/
H A Dmount_ados.c97 args.gid = a_gid(optarg);
/netbsd-6-1-5-RELEASE/sbin/mount_filecore/
H A Dmount_filecore.c149 args.gid = a_gid(optarg);
/netbsd-6-1-5-RELEASE/sbin/mount_ntfs/
H A Dmount_ntfs.c98 args->gid = a_gid(optarg);
/netbsd-6-1-5-RELEASE/sbin/mount_msdos/
H A Dmount_msdos.c116 args->gid = a_gid(optarg);
/netbsd-6-1-5-RELEASE/sbin/mount_tmpfs/
H A Dmount_tmpfs.c101 gid = a_gid(optarg);

Completed in 77 milliseconds