HomeSort by: relevance | last modified time | path
    Searched refs:optparse (Results 1 - 3 of 3) 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);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
litlint.py 10 import optparse
61 parser = optparse.OptionParser()
  /src/libexec/httpd/lua/
optparse.lua 2 -- Interface based on Pythons optparse.
3 -- http://docs.python.org/lib/module-optparse.html

Completed in 12 milliseconds