Home
last modified time | relevance | path

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

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