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

/openbsd-current/sbin/mount_tmpfs/
H A Dmount_tmpfs.c66 static gid_t a_gid(const char *);
67 static uid_t a_gid(const char *);
102 gid = a_gid(optarg);
205 a_gid(const char *s) function
/openbsd-current/bin/chmod/
H A Dchmod.c51 gid_t a_gid(const char *);
198 gid = a_gid(cp);
208 gid = a_gid(cp);
213 gid = a_gid(*argv);
323 a_gid(const char *s) function
/openbsd-current/sbin/mount_ntfs/
H A Dmount_ntfs.c58 static gid_t a_gid(char *);
80 args.gid = a_gid(optarg);
135 a_gid(char *s) function
/openbsd-current/sbin/mount_msdos/
H A Dmount_msdos.c57 gid_t a_gid(char *);
90 args.gid = a_gid(optarg);
154 a_gid(char *s) function

Completed in 108 milliseconds