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

  /src/include/
mntopts.h 109 const char *getmntoptstr(mntoptparse_t, const char *);
  /src/lib/libutil/
getmntopts.c 64 getmntoptstr(mntoptparse_t mp, const char *opt) function in typeref:typename:const char *
88 const char *val = getmntoptstr(mp, opt);
Makefile 105 MLINKS+=getmntopts.3 getmntoptstr.3
  /src/sbin/mount_ptyfs/
mount_ptyfs.c 183 args.gid = getgrp(getmntoptstr(mp, "group"));
  /src/share/examples/puffs/pgfs/
mount.c 113 dbname = xstrcpy(getmntoptstr(mp, "dbname"));
114 dbuser = xstrcpy(getmntoptstr(mp, "dbuser"));

Completed in 15 milliseconds