HomeSort by: relevance | last modified time | path
    Searched defs:getgrp (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/mount_ptyfs/
mount_ptyfs.c 120 static gid_t getgrp(const char *name);
132 getgrp(const char *name) function in typeref:typename:gid_t
167 args.gid = getgrp("tty");
183 args.gid = getgrp(getmntoptstr(mp, "group"));
191 args.gid = getgrp(optarg);
mount_ptyfs.c 120 static gid_t getgrp(const char *name);
132 getgrp(const char *name) function in typeref:typename:gid_t
167 args.gid = getgrp("tty");
183 args.gid = getgrp(getmntoptstr(mp, "group"));
191 args.gid = getgrp(optarg);
mount_ptyfs.c 120 static gid_t getgrp(const char *name);
132 getgrp(const char *name) function in typeref:typename:gid_t
167 args.gid = getgrp("tty");
183 args.gid = getgrp(getmntoptstr(mp, "group"));
191 args.gid = getgrp(optarg);

Completed in 30 milliseconds