HomeSort by: relevance | last modified time | path
    Searched refs:a_gid (Results 1 - 10 of 10) sorted by relevancy

  /src/sbin/mount/
mountprog.h 30 gid_t a_gid(const char *);
fattr.c 60 a_gid(const char *s) function in typeref:typename:gid_t
  /src/sbin/chown/
chown.c 63 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 in typeref:typename:void
  /src/sbin/mount_udf/
mount_udf.c 120 nobody_gid = anon_gid = a_gid("nobody");
133 anon_gid = a_gid(optarg);
  /src/sbin/mount_ados/
mount_ados.c 97 args.gid = a_gid(optarg);
  /src/sbin/mount_filecore/
mount_filecore.c 149 args.gid = a_gid(optarg);
  /src/sbin/mount_ntfs/
mount_ntfs.c 98 args->gid = a_gid(optarg);
  /src/sbin/mount_msdos/
mount_msdos.c 119 args->gid = a_gid(optarg);
  /src/sbin/mount_cd9660/
mount_cd9660.c 124 args->gid = a_gid(optarg);
  /src/sbin/mount_tmpfs/
mount_tmpfs.c 163 gid = a_gid(optarg);

Completed in 14 milliseconds