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

  /src/sbin/mount_hfs/
mount_hfs.c 108 mntoptparse_t optparse; local in function:mount_hfs_parseargs
117 optparse = getmntopts(optarg, mopts, mntflags, 0);
118 if (optparse == NULL)
120 freemntopts(optparse);

Completed in 11 milliseconds