Searched refs:help (Results 126 - 150 of 1370) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/clang/bindings/python/examples/cindex/
H A Dcindex-dump.py65 help="Compute cursor IDs (very slow)",
68 help="Limit cursor expansion to depth N",
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/can/
H A Dcheck-can.in58 if ${kinit} --help 2>&1 | grep "CA certificates" > /dev/null; then
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Danalyze_brprob_spec.py29 help = 'Location with SPEC benchmarks') variable
33 parser.add_argument('-d', '--def-file', help = 'path to predict.def')
/netbsd-current/sys/external/isc/libsodium/dist/build-aux/
H A Dmissing28 echo 1>&2 "Try '$0 --help' for more information"
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
74 echo 1>&2 "Try '$0 --help' for more information"
89 case $2 in --version|--help) exit $st;; esac
/netbsd-current/sys/external/isc/libsodium/dist/
H A Dmissing28 echo 1>&2 "Try '$0 --help' for more information"
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
74 echo 1>&2 "Try '$0 --help' for more information"
89 case $2 in --version|--help) exit $st;; esac
/netbsd-current/external/bsd/libevent/dist/build-aux/
H A Dmissing28 echo 1>&2 "Try '$0 --help' for more information"
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
74 echo 1>&2 "Try '$0 --help' for more information"
89 case $2 in --version|--help) exit $st;; esac
/netbsd-current/external/mit/expat/dist/conftools/
H A Dmissing28 echo 1>&2 "Try '$0 --help' for more information"
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
74 echo 1>&2 "Try '$0 --help' for more information"
89 case $2 in --version|--help) exit $st;; esac
/netbsd-current/external/bsd/file/dist/
H A Dmissing28 echo 1>&2 "Try '$0 --help' for more information"
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
74 echo 1>&2 "Try '$0 --help' for more information"
89 case $2 in --version|--help) exit $st;; esac
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dplugin.h48 /* Additional information about the plugin. Used by --help and --version. */
53 const char *help; member in struct:plugin_info
78 const char *help; /* Help string provided by plugin. */ member in struct:plugin_name_args
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Dextract_symvers.in21 if test ${#} -lt 2 || test $1 = '--help'; then
49 if readelf --help | grep -- --wide > /dev/null; then
/netbsd-current/external/lgpl3/mpfr/dist/
H A Dmissing28 echo 1>&2 "Try '$0 --help' for more information"
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
74 echo 1>&2 "Try '$0 --help' for more information"
89 case $2 in --version|--help) exit $st;; esac
/netbsd-current/external/lgpl3/mpc/dist/build-aux/
H A Dmissing28 echo 1>&2 "Try '$0 --help' for more information"
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
74 echo 1>&2 "Try '$0 --help' for more information"
89 case $2 in --version|--help) exit $st;; esac
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dgcore-stale-thread.exp56 {The current thread <Thread ID 1> has terminated\. See `help thread'\.} \
/netbsd-current/crypto/external/bsd/heimdal/dist/
H A Dmissing28 echo 1>&2 "Try '$0 --help' for more information"
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
74 echo 1>&2 "Try '$0 --help' for more information"
89 case $2 in --version|--help) exit $st;; esac
/netbsd-current/external/bsd/openpam/dist/
H A Dmissing28 echo 1>&2 "Try '$0 --help' for more information"
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
74 echo 1>&2 "Try '$0 --help' for more information"
89 case $2 in --version|--help) exit $st;; esac
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dplugin.h48 /* Additional information about the plugin. Used by --help and --version. */
53 const char *help; member in struct:plugin_info
78 const char *help; /* Help string provided by plugin. */ member in struct:plugin_name_args
/netbsd-current/external/gpl3/gcc/dist/maintainer-scripts/
H A Dbranch_changer.py235 parser.add_argument('api_key', help='API key')
236 parser.add_argument('--remove', nargs='?', help='Remove a release from summary')
237 parser.add_argument('--add', nargs='?', help='Add a new release to summary, e.g. 6:7 will add 7 where 6 is included')
238 parser.add_argument('--limit', nargs='?', help='Limit number of bugs affected by the script')
239 parser.add_argument('--doit', action='store_true', help='Really modify BUGs in the bugzilla')
240 parser.add_argument('--new-target-milestone', help='Set a new target milestone, '
242 parser.add_argument('--add-known-to-fail', help='Set a new known to fail '
244 parser.add_argument('--comment', help='Comment a PR for which we set a new target milestore')
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dextract_symvers.in21 if test ${#} -lt 2 || test $1 = '--help'; then
49 if readelf --help | grep -- --wide > /dev/null; then
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dgcore-stale-thread.exp56 {The current thread <Thread ID 1> has terminated\. See `help thread'\.} \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dmissing28 echo 1>&2 "Try '$0 --help' for more information"
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
74 echo 1>&2 "Try '$0 --help' for more information"
89 case $2 in --version|--help) exit $st;; esac
/netbsd-current/external/mit/isl/dist/interface/
H A Dmissing28 echo 1>&2 "Try '$0 --help' for more information"
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
74 echo 1>&2 "Try '$0 --help' for more information"
89 case $2 in --version|--help) exit $st;; esac
/netbsd-current/external/mit/isl/dist/
H A Dmissing28 echo 1>&2 "Try '$0 --help' for more information"
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
74 echo 1>&2 "Try '$0 --help' for more information"
89 case $2 in --version|--help) exit $st;; esac
/netbsd-current/external/mpl/bind/dist/
H A Dmissing28 echo 1>&2 "Try '$0 --help' for more information"
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
74 echo 1>&2 "Try '$0 --help' for more information"
89 case $2 in --version|--help) exit $st;; esac
/netbsd-current/crypto/external/bsd/netpgp/dist/src/hkpclient/
H A Dhkpclient.lua42 help="--version"}
43 opt.add_option{"-m", "--mr", action="store_true", dest="mr", help="-m"}
44 opt.add_option{"-o", "--op", action="store", dest="op", help="-o op"}
45 opt.add_option{"-p", "--port", action="store", dest="port", help="-p port"}
46 opt.add_option{"-s", "--server", action="store", dest="server", help="-s server"}
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/
H A Dmerge_archives.py91 help='The output file. stdout is used if not given',
95 help='Paths to search for the libraries along', action='append',
99 help='The ar executable to use, finds \'ar\' in the path if not given',
105 help='The libtool executable to use, finds \'libtool\' in the path if not given',
109 help='The archives to merge')

Completed in 196 milliseconds

1234567891011>>