Searched refs:OPTIONS (Results 1 - 25 of 121) sorted by relevance

12345

/macosx-10.10.1/bzip2-36/bzip2/
H A Dbzdiff22 OPTIONS=
26 -*) OPTIONS="$OPTIONS $ARG"; shift;;
48 bzip2 -cd "$FILE.bz2" | $comp $OPTIONS - "$FILE"
58 bzip2 -cdfq "$1" | $comp $OPTIONS - $tmp
62 *) bzip2 -cdfq "$1" | $comp $OPTIONS - "$2"
67 bzip2 -cdfq "$2" | $comp $OPTIONS "$1" -
69 *) $comp $OPTIONS "$1" "$2"
/macosx-10.10.1/vim-55/src/xxd/
H A DMake_amiga.mak5 OPTIONS = -so macro
6 #OPTIONS = -bs
12 CFLAGS = $(OPTIONS) -wapruq -ps -qf -DAMIGA -Dconst=
/macosx-10.10.1/OpenSSL098-52/src/shlib/
H A Dwin32dll.bat6 set OPTIONS=%OPTIONS1% %OPTIONS2% variable
8 cl /Felibeay32.dll /GD /MD /LD -DWIN32 %OPTIONS% ms\libeay32.def crypto\crypto.c crypto\bf\asm\b-win32.obj crypto\des\asm\c-win32.obj crypto\des\asm\d-win32.obj crypto\bn\asm\x86nt32.obj user32.lib gdi32.lib wsock32.lib
10 cl /Fessleay32.dll /GD /MD /LD -DWIN32 %OPTIONS% ms\ssleay32.def ssl\ssl.c libeay32.lib
12 cl /Fessleay.exe /MD -DWIN32 %OPTIONS% apps\eay.c ssleay32.lib libeay32.lib user32.lib wsock32.lib
H A Dwin32.bat6 set OPTIONS=%OPTIONS1% %OPTIONS2% variable
13 cl /Focrypto.obj -DWIN32 %OPTIONS% -c crypto\crypto.c
14 cl /Fossl.obj -DWIN32 %OPTIONS% -c ssl\ssl.c
15 cl /Foeay.obj -DWIN32 %OPTIONS% -c apps\eay.c
17 cl /Fessleay.exe %OPTIONS% eay.obj ssl.obj crypto.obj crypto\bf\asm\b-win32.obj crypto\des\asm\c-win32.obj crypto\des\asm\d-win32.obj crypto\bn\asm\x86nt32.obj user32.lib gdi32.lib wsock32.lib
/macosx-10.10.1/CPANInternal-159.1/Parse-Yapp-1.05/lib/Parse/Yapp/
H A DOptions.pm83 $self->{OPTIONS}{input}=join('',<IN>);
115 $self->{OPTIONS}{$key}=$value;
128 $self->{OPTIONS}{$key};
142 my($self)={ OPTIONS => { %default_options } };
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dgetflags.h106 } OPTIONS; typedef in typeref:struct:options
161 const OPTIONS table[]
167 const OPTIONS table[]
171 const OPTIONS table[],
177 const OPTIONS table[],
/macosx-10.10.1/sudo-73/src/
H A DMakefile.in224 $(CC) -c $(CPPFLAGS) $(CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(DEFS) $(OPTIONS) $<
227 $(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(DEFS) $(OPTIONS) $<
250 $(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) $(DEFS) $(OPTIONS) $(srcdir)/sudo_noexec.c
310 $(CC) -c $(CPPFLAGS) $(CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(DEFS) $(OPTIONS) $(srcdir)/aix.c
312 $(CC) -c $(CPPFLAGS) $(CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(DEFS) $(OPTIONS) $(srcdir)/alias.c
314 $(CC) -c $(CPPFLAGS) $(CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(DEFS) $(OPTIONS) $(srcdir)/alloc.c
316 $(CC) -c $(CPPFLAGS) $(CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(DEFS) $(OPTIONS) $(srcdir)/audit.c
318 $(CC) -c $(CPPFLAGS) $(CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(DEFS) $(OPTIONS) $(srcdir)/boottime.c
320 $(CC) -c $(CPPFLAGS) $(CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(DEFS) $(OPTIONS) $(srcdir)/bsm_audit.c
322 $(CC) -c $(CPPFLAGS) $(CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(DEFS) $(OPTIONS)
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/conf/
H A Dfiles8 OPTIONS/hw_ast optional hw_ast
9 OPTIONS/hw_footprint optional hw_footprint
10 OPTIONS/config_macf optional config_macf
11 OPTIONS/config_macf_socket_subset optional config_macf_socket_subset
12 OPTIONS/config_macf_socket optional config_macf_socket
13 OPTIONS/config_macf_net optional config_macf_net
14 OPTIONS/mach_assert optional mach_assert
15 OPTIONS/mach_compat optional mach_compat
16 OPTIONS/mach_counters optional mach_counters
17 OPTIONS/mach_debu
[all...]
/macosx-10.10.1/apache-793/httpd/build/rpm/
H A Dhttpd.init88 LANG=$HTTPD_LANG daemon --pidfile=${pidfile} $httpd $OPTIONS
140 LANG=$HTTPD_LANG $httpd $OPTIONS -t
145 LANG=$HTTPD_LANG $httpd $OPTIONS -k $@
H A Dhtcacheclean.init59 daemon --pidfile=${pidfile} $htcacheclean -d "$interval" -p "$cachepath" -l "$limit" -P "$pidfile" $OPTIONS
/macosx-10.10.1/apache-793/httpd/docs/conf/extra/
H A Dhttpd-dav.conf.in32 Require method GET POST OPTIONS
/macosx-10.10.1/libunwind-35.3/testsuite/
H A Drun-all-tests.pl28 # Search current directory for all files with TEST-OPTIONS: comments
34 open(FILE, "grep -H 'TEST-OPTIONS:' $testCaseFilter |");
37 if ($_ =~ m/^(.+):.+TEST-OPTIONS:(.+)/) {
/macosx-10.10.1/ruby-106/ruby/tool/
H A Deval.rb9 OPTIONS = %w{
20 opts = OPTIONS.dup
21 Configs = OPTIONS.map{|opt|
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/
H A Dhandler.rb26 OPTIONS = DumperOptions.new
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/doc/
H A Dmkitclman224 .SH "STANDARD OPTIONS"
232 .SH "ASSOCIATED OPTIONS"
241 .SH "INHERITED OPTIONS"
249 .SH "WIDGET-SPECIFIC OPTIONS"
/macosx-10.10.1/xnu-2782.1.97/SETUP/config/
H A Dlexer.l56 { "options", OPTIONS },
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/vms/tools/
H A Dmakevms.com99 $ LINK'LINK_OPTIONS' 'FILE','LIBPORT'/LIB,'LIB_DIR'TIFF/OPTIONS
102 'LIB_DIR'TIFF/OPTIONS,SYS$INPUT:/OPTIONS
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/port/
H A Dmnt.c528 #define OPTIONS(p) ((p)->mnt_opts)
530 #define OPTIONS(p) NiL
562 set(&mp->hdr, mnt->mnt_fsname, mnt->mnt_dir, mnt->mnt_type, OPTIONS(mnt));
594 #define OPTIONS(p) ((p)->mnt_opts)
596 #define OPTIONS(p) NiL
620 #define OPTIONS(p) ((p)->mnt_opts)
622 #define OPTIONS(p) NiL
635 #define OPTIONS(p) ((p)->mnt_opts)
689 set(&mp->hdr, mp->mnt->mnt_fsname, mp->mnt->mnt_dir, mp->mnt->mnt_type, OPTIONS(mp->mnt));
705 set(&mp->hdr, mp->mnt->mnt_fsname, mp->mnt->mnt_dir, stat(mp->mnt->mnt_dir, &st) ? FS_default : strlcpy(typ, fmtfs(&st), sizeof(typ)), OPTIONS(m
[all...]
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd_lexer.l55 options return OPTIONS;
/macosx-10.10.1/OpenSSH-189/openssh/contrib/redhat/
H A Dsshd.init50 $SSHD $OPTIONS && success || failure
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2base/
H A Dnroff_manmacros.tcl221 .SH "STANDARD OPTIONS"
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dmaketests.com235 'OPT_FILE' /OPTIONS
247 'OPT_FILE' /OPTIONS
762 $ TCPIP_LIB = "SYS$DISK:[-.VMS]SOCKETSHR_SHR.OPT /OPTIONS"
788 $ TCPIP_LIB = "SYS$DISK:[-.VMS]UCX_SHR_DECC.OPT /OPTIONS"
791 $ TCPIP_LIB = "SYS$DISK:[-.VMS]UCX_SHR_DECC_LOG.OPT /OPTIONS"
794 TCPIP_LIB = "SYS$DISK:[-.VMS]UCX_SHR_VAXC.OPT /OPTIONS"
808 $ TCPIP_LIB = "SYS$DISK:[-.VMS]TCPIP_SHR_DECC.OPT /OPTIONS"
/macosx-10.10.1/cups-408/cups/
H A DMakedefs.in119 # OPTIONS Defines other compile-time options (currently only -DDEBUG
124 @LARGEFILE@ @PTHREAD_FLAGS@ $(ONDEMANDFLAGS) $(OPTIONS)
126 @LARGEFILE@ @PTHREAD_FLAGS@ $(ONDEMANDFLAGS) $(OPTIONS)
152 OPTIONS =
/macosx-10.10.1/bind9-45.101/bind9/
H A Disc-config.sh.in27 Usage: isc-config [OPTIONS] [LIBRARIES]
/macosx-10.10.1/iodbc-42.5/iodbc/bin/
H A Diodbc-config.in86 iodbc-config [OPTIONS] [LIBRARIES]

Completed in 196 milliseconds

12345