Searched refs:OPT (Results 1 - 25 of 69) sorted by relevance

123

/macosx-10.10.1/file-46/file/src/
H A Dfile_opts.h16 OPT('v', "version", 0, " output version information and exit\n")
17 OPT('m', "magic-file", 1, " LIST use LIST as a colon-separated list of magic\n"
21 OPT('z', "uncompress", 0, " try to look inside compressed files\n")
22 OPT('b', "brief", 0, " do not prepend filenames to output lines\n")
23 OPT('c', "checking-printout", 0, " print the parsed form of the magic file, use in\n"
27 OPT('e', "exclude", 1, " TEST exclude TEST from the list of test to be\n"
30 OPT('f', "files-from", 1, " FILE read the filenames to be examined from FILE\n")
31 OPT('F', "separator", 1, " STRING use string as separator instead of `:'\n")
33 OPT('I', "mime", 0, " output MIME type strings (--mime-type and\n"
38 OPT('
[all...]
/macosx-10.10.1/CPANInternal-159.1/Graph-0.94/util/
H A Dgrand.pl7 my %OPT = (seed => 42, test => 'apsp', fill => 0.50, V => 20, directed => 1);
28 for my $o (sort keys %OPT) {
30 $o = $OPT{$o}
39 'seed=n' => \$OPT{seed},
40 'test=s' => \$OPT{test},
41 'directed=n' => \$OPT{directed},
42 'fill=f' => \$OPT{fill},
44 $OPT{V} = shift if @ARGV;
46 usage() unless exists $TEST{$OPT{test}};
48 print "Running $OPT{tes
[all...]
/macosx-10.10.1/CPANInternal-159.1/Graph-0.96/util/
H A Dgrand.pl7 my %OPT = (seed => 42, test => 'apsp', fill => 0.50, V => 20, directed => 1);
28 for my $o (sort keys %OPT) {
30 $o = $OPT{$o}
39 'seed=n' => \$OPT{seed},
40 'test=s' => \$OPT{test},
41 'directed=n' => \$OPT{directed},
42 'fill=f' => \$OPT{fill},
44 $OPT{V} = shift if @ARGV;
46 usage() unless exists $TEST{$OPT{test}};
48 print "Running $OPT{tes
[all...]
/macosx-10.10.1/ncurses-44/ncurses/misc/
H A Dtdlint37 OPT=""
98 -n) if [ -z "$OPT" ]
100 OPT="-I."
102 OPT="$OPT $1"
104 -*) OPT="$OPT $1"
113 eval lint $OPT $FILES $LIBS
H A Dmakellib62 OPT=""
73 OPT="$OPT $1"
144 echo OPT "$OPT"
147 if ( lint $CREATE $OPT $TARGET )
/macosx-10.10.1/ncurses-44/ncurses/progs/
H A Dcapconvert96 OPT="-x"
98 if test $OPT $TMP ; then
100 test $OPT $TMP && OPT="-f"
102 OPT="-f"
111 if test $OPT $x/tic
124 if test $OPT ../misc/shlib ; then
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dtic54x-opc.c242 { "abs", 1,1,2,0xF485, 0xFCFF, {OP_SRC,OPT|OP_DST}, 0, REST},
243 { "add", 1,1,3,0xF400, 0xFCE0, {OP_SRC,OPT|OP_SHIFT,OPT|OP_DST}, 0, REST},/*SRC*/
244 { "add", 1,2,3,0xF480, 0xFCFF, {OP_SRC,OP_ASM,OPT|OP_DST}, 0, REST},/*SRC*/
247 { "add", 1,3,4,0x3C00, 0xFC00, {OP_Smem,OP_16,OP_SRC,OPT|OP_DST}, FL_SMR, REST},
249 { "add", 2,2,4,0x6F00, 0xFF00, {OP_Smem,OPT|OP_SHIFT,OP_SRC,OPT|OP_DST},
252 { "add", 2,2,4,0xF000, 0xFCF0, {OP_lk,OPT|OP_SHIFT,OP_SRC,OPT|OP_DST}, 0, REST},
253 { "add", 2,3,4,0xF060, 0xFCFF, {OP_lk,OP_16,OP_SRC,OPT|OP_DS
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dfilter.sh55 getopts $ARGV0 "$USAGE" OPT '-?'
59 while getopts $ARGV0 "$USAGE" OPT
60 do case $OPT in
H A Dcrossexec.sh69 getopts $ARGV0 "$USAGE" OPT '-?'
77 while getopts $ARGV0 "$USAGE" OPT
78 do case $OPT in
H A Dexecrate.sh54 getopts $ARGV0 "$USAGE" OPT '-?'
58 while getopts $ARGV0 "$USAGE" OPT
59 do case $OPT in
H A Dhurl.sh66 getopts $ARGV0 "$USAGE" OPT '-?'
72 while getopts $ARGV0 "$USAGE" OPT
73 do case $OPT in
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/comp_match/
H A DMakefile23 OPT=-g -O2 -DLDAP_COMPONENT macro
40 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(INCS) -c $?
43 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(INCS) -c $?
46 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(INCS) -c $?
49 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(INCS) -c $?
52 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(INCS) -c $?
55 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(INCS) -c $?
58 $(LIBTOOL) --mode=link $(CC) $(OPT) $(LIBS) -version-info 0:0:0 \
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Dirix6-5.h49 #define C_DEBUG_SWITCH -g3 -O -OPT:Olimit=3500
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/samba4/
H A DMakefile20 OPT=-g -O2 macro
45 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $?
48 $(LIBTOOL) --mode=link $(CC) $(OPT) -version-info 0:0:0 \
52 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $?
55 $(LIBTOOL) --mode=link $(CC) $(OPT) -version-info 0:0:0 \
59 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $?
62 $(LIBTOOL) --mode=link $(CC) $(OPT) -version-info 0:0:0 \
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/
H A DMakefile23 OPT=-g -O2 macro
53 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $<
56 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $?
61 $(LIBTOOL) --mode=link $(CC) $(OPT) -version-info 0:0:0 \
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/allowed/
H A DMakefile18 OPT=-g -O2 macro
34 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $?
37 $(LIBTOOL) --mode=link $(CC) $(OPT) -version-info 0:0:0 \
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/dupent/
H A DMakefile16 OPT=-DSLAPD_OVER_DUPENT=2 -g -O2 macro
18 #OPT=-DSLAPD_OVER_DUPENT=2 -g -O0
40 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $?
43 $(LIBTOOL) --mode=link $(CC) $(OPT) -version-info 0:0:0 \
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/noopsrch/
H A DMakefile16 OPT=-DSLAPD_OVER_NOOPSRCH=2 -g -O2 macro
18 #OPT=-DSLAPD_OVER_NOOPSRCH=2 -g -O0
40 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $?
43 $(LIBTOOL) --mode=link $(CC) $(OPT) -version-info 0:0:0 \
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/smbk5pwd/
H A DMakefile16 OPT=-g -O2 macro
44 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $?
47 $(LIBTOOL) --mode=link $(CC) $(OPT) -version-info 0:0:0 \
/macosx-10.10.1/ntp-92/ntpdc/
H A Dntpdc.h19 #define OPT 0x80 /* this argument is optional, or'd with type */ macro
/macosx-10.10.1/OpenSSH-189/openssh/contrib/
H A Dssh-copy-id103 OPT= OPTARG=
107 OPT="$(printf -- "$1"|cut -c1-2)"
112 OPT="$1"
117 OPT="$1"
125 OPT="$1"
149 case "$OPT" in
155 SSH_OPTS="${SSH_OPTS:+$SSH_OPTS }$OPT '$(quote "$OPTARG")'"
/macosx-10.10.1/vim-55/src/
H A DMake_bc5.mak282 OPT = -Od -N macro
285 OPT = -O1 -f- -d macro
287 OPT = -O2 -f- -d -Ocavi -O macro
289 OPT = -O2 -f- -d -Oc -O macro
292 OPT = $(OPT) -pr macro
295 OPT = $(OPT) -vi- macro
1053 char_u *all_cflags = (char_u *)"$(CC:\=\\) $(CFLAGS:\=\\) $(DEFINES) $(MBDEFINES) $(INTERP_DEFINES_ESC) $(OPT) $(EXETYPE) $(CPUARG) $(ALIGNARG) $(DEBUG_FLAG) $(CODEGUARD_FLAG)";
1112 $(OPT)
[all...]
/macosx-10.10.1/libarchive-30/libarchive/contrib/psota-benchmark/
H A Dtcp.sh7 OPT=("" "--seek" "-no-fsync")
89 time $tar $op ${OPT[$tar_num]} > /dev/null
91 time $tar $op ${OPT[$tar_num]} > /dev/null \
/macosx-10.10.1/ntp-92/ntpq/
H A Dntpq.h21 #define OPT 0x80 /* this argument is optional, or'd with type */ macro
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dverify_user.c203 #define OPT(V, D) ((vopt && (vopt->V)) ? (vopt->V) : (D)) macro
204 ret = verify_common(context, principal, OPT(server, NULL),
205 OPT(ccache, NULL),
206 OPT(keytab, NULL),
208 OPT(service, "host"), &cred);
209 #undef OPT macro

Completed in 404 milliseconds

123