Searched refs:opt (Results 251 - 275 of 1389) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/CPANInternal-159.1/Data-UUID-1.219/
H A DMakefile.PL67 my %opt;
68 GetOptions(\%opt, 's|state-storage-directory:s', 'd|default-umask:s',
70 pod2usage(1) if $opt{help};
71 pod2usage(-verbose => 2) if $opt{man};
81 $d = $opt{s} || $d;
87 $m = $opt{d} || $m;
/macosx-10.10.1/NFS-82/ncdestroy/
H A Dncdestroy.c51 int count, i, opt; local
61 while ((opt = getopt(argc, argv, "Pv")) != -1) {
62 switch (opt) {
/macosx-10.10.1/NFS-82/nfs4mapid/
H A Dnfs4mapid.c67 int opt; local
75 while ((opt = getopt(argc, argv, "u:g:G")) != -1) {
76 switch (opt) {
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/examples/
H A Drlcat.c81 int opt, Vflag, Nflag; local
90 while ((opt = getopt(argc, argv, "vEVN")) != EOF)
92 switch (opt)
/macosx-10.10.1/groff-38/groff/src/utils/lkbib/
H A Dlkbib.cpp49 int opt; local
55 while ((opt = getopt_long(argc, argv, "nvVi:t:p:", long_options, NULL))
57 switch (opt) {
/macosx-10.10.1/groff-38/groff/src/utils/lookbib/
H A Dlookbib.cpp54 int opt; local
60 while ((opt = getopt_long(argc, argv, "vVi:t:", long_options, NULL)) != EOF)
61 switch (opt) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/TableGen/
H A DMain.cpp32 cl::opt<std::string>
36 cl::opt<std::string>
42 cl::opt<std::string>
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dppp_option.h113 CFDictionaryRef optsdict, CFDictionaryRef setupdict, u_int32_t *opt, u_int32_t defaultval);
115 CFDictionaryRef optsdict, CFDictionaryRef setupdict, u_int32_t *opt, u_int32_t defaultval);
117 CFDictionaryRef optsdict, CFDictionaryRef setupdict, u_char *opt, u_int32_t optsiz, u_int32_t *outlen, u_char *defaultval);
/macosx-10.10.1/shell_cmds-179/which/
H A Dwhich.c51 int opt, status; local
55 while ((opt = getopt(argc, argv, "as")) != -1) {
56 switch (opt) {
/macosx-10.10.1/vim-55/src/tee/
H A Dtee.c76 int opt; local
84 while ((opt = getopt(argc, argv, "a")) != EOF)
86 switch (opt)
/macosx-10.10.1/Heimdal-398.1.2/kadmin/
H A Drename.c38 rename_entry(void *opt, int argc, char **argv) argument
/macosx-10.10.1/OpenSSH-189/openssh/contrib/hpux/
H A Dsshd.rc26 WHAT_PATH=/opt/openssh/sbin/sshd
34 # and /opt.
/macosx-10.10.1/OpenSSH-189/openssh/regress/
H A Druntests.sh8 while getopts "h?cvt:" opt; do
9 case "$opt" in
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/functions/
H A Dautoload.v2130 while getopts pu opt
132 case "$opt" in
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Drename31 while getopts "htv" opt; do
32 case "$opt" in
/macosx-10.10.1/curl-83.1.2/curl/tests/
H A Dsshhelp.pm14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
137 /opt/local/libexec
150 /opt/ssh/sbin
151 /opt/ssh/libexec
167 /opt/local/bin
168 /opt/local/sbin
169 /opt/local/libexec
173 /opt/gnutls/bin
174 /opt/gnutls/sbin
175 /opt/gnutl
[all...]
/macosx-10.10.1/dtrace-147/test/cmd/baddof/
H A DMakefile32 ROOTOPTPKG = $(ROOT)/opt/SUNWdtrt
/macosx-10.10.1/dtrace-147/test/cmd/badioctl/
H A DMakefile32 ROOTOPTPKG = $(ROOT)/opt/SUNWdtrt
/macosx-10.10.1/dtrace-147/test/cmd/scripts/
H A DMakefile32 ROOTOPTPKG = $(ROOT)/opt/SUNWdtrt
/macosx-10.10.1/gnutar-453/gnutar/scripts/
H A Drestore.in46 for opt
49 option=$opt
50 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
52 option="${prev}=$opt"
54 optarg=$opt
80 -*) bailout "Unknown option $opt. Try $PROGNAME --help for more info.";;
82 PATTERN=$opt
84 PATTERN="$PATTERN|$opt"
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-nit.c231 if (p->opt.buffer_size != 0)
232 nioc.nioc_bufspace = p->opt.buffer_size;
238 if (p->opt.immediate) {
247 if (p->opt.timeout != 0) {
249 nioc.nioc_timeout.tv_sec = p->opt.timeout / 1000;
250 nioc.nioc_timeout.tv_usec = (p->opt.timeout * 1000) % 1000000;
252 if (p->opt.promisc)
269 if (p->opt.rfmon) {
292 (void)strncpy(snit.snit_ifname, p->opt.source, NITIFSIZ);
/macosx-10.10.1/llvmCore-3425.0.34/examples/BrainF/
H A DBrainFDriver.cpp43 static cl::opt<std::string>
46 static cl::opt<std::string>
49 static cl::opt<bool>
52 static cl::opt<bool>
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMSubtarget.cpp27 static cl::opt<bool>
31 static cl::opt<bool>
34 static cl::opt<bool>
38 static cl::opt<bool>
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsMachineFunction.cpp21 static cl::opt<bool>
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp22 // -debug-compile - Command line option to inform opt and llc passes to
24 static cl::opt<bool, true>

Completed in 498 milliseconds

<<11121314151617181920>>