Searched refs:make (Results 176 - 200 of 1433) sorted by relevance

1234567891011>>

/macosx-10.9.5/srm-7/
H A DMakefile13 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/GNUSource.make
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/
H A DMakefile33 include ../TEA.make
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/
H A DMakefile24 include ../TEA.make
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/demos/other/
H A Dgdbm.tcl139 proc make-datum {string} {
184 switch [gdbm_store $handles($name) [make-datum $key] [make-datum $content] $constants(GDBM_INSERT)] {
194 switch [gdbm_store $handles($name) [make-datum $key] [make-datum $content] $constants($writemodes($name))] {
202 extract-datum [gdbm_fetch $handles($name) [make-datum $key]]
206 gdbm_delete $handles($name) [make-datum $key]
210 gdbm_exists $handles($name) [make-datum $key]
236 extract-datum [gdbm_nextkey $handles($name) [make-datum $lastkey]]
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/
H A DMakefile26 include ../TEA.make
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/
H A DMakefile24 include ../TEA.make
/macosx-10.9.5/tcl-102/tcl_ext/snack/
H A DMakefile24 include ../TEA.make
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/
H A DMakefile22 include ../TEA.make
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/mac-mpw/
H A DREADME11 The <file>.make files are not MPW makefiles as such,
14 make characters.
/macosx-10.9.5/tcl-102/tcl_ext/tklib/
H A DMakefile24 include ../TEA.make
/macosx-10.9.5/tcl-102/tcl_ext/tktable/
H A DMakefile24 include ../TEA.make
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_setup_maker_0.9.rb29 rss = RSS::Maker.make("0.91") do |maker|
57 RSS::Maker.make("0.91") do |maker|
62 new_rss = RSS::Maker.make("0.91") do |maker|
99 rss = RSS::Maker.make("0.91") do |maker|
110 new_rss = RSS::Maker.make("0.91") do |maker|
130 rss = RSS::Maker.make("0.91") do |maker|
140 new_rss = RSS::Maker.make("0.91") do |maker|
160 rss = RSS::Maker.make("0.91") do |maker|
174 new_rss = RSS::Maker.make("0.91") do |maker|
211 rss = RSS::Maker.make("0.9
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr001/
H A Dchk.code5 # Check to make sure that the code samples in the documents build.
13 [ -f ../libdb.a ] || (cd .. && make libdb.a) || {
/macosx-10.9.5/BerkeleyDB-21/db/test/scr033/
H A Dchk.codegen5 # Check to make sure that the db_codegen examples build and compile.
13 (cd .. && make db_codegen > /dev/null) || {
/macosx-10.9.5/CPAN-52/
H A Dmake.pl5 # exec make, but first run make with a target of no64. If it outputs YES,
19 my $no64 = `make -C $dir no64`;
56 print "make @ARGV\n";
57 exec {'make'} 'make', @ARGV;
/macosx-10.9.5/CPANInternal-140/Clone/t/
H A Ddclone.t91 sub make { subroutine
99 $foo = FOO->make;
/macosx-10.9.5/JavaScriptCore-7537.78.1/JavaScriptCore.vcxproj/
H A Dbuild-generated-files.sh7 # Do a little dance to get the path into 8.3 form to make it safe for gnu make
15 # Do a little dance to get the path into 8.3 form to make it safe for gnu make
23 # Do a little dance to get the path into 8.3 form to make it safe for gnu make
36 make -f "$JavaScriptCore/DerivedSources.make" -j ${NUMCPUS} || exit 1
/macosx-10.9.5/PyRSS2Gen-5/
H A DMakefile20 include $(MAKEFILEPATH)/pb_makefiles/platform.make
21 include $(MAKEFILEPATH)/pb_makefiles/commands-$(OS).make
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dacl_comment.cpp36 // ACL's external representation. We make no use of the bytes read; thankfully,
73 CommentAclSubject *CommentAclSubject::Maker::make(const TypedList &list) const function in class:CommentAclSubject::Maker
87 CommentAclSubject *CommentAclSubject::Maker::make(Version, Reader &pub, Reader &) const function in class:CommentAclSubject::Maker
H A Dacl_password.cpp66 PasswordAclSubject *PasswordAclSubject::Maker::make(const TypedList &list) const function in class:PasswordAclSubject::Maker
83 PasswordAclSubject *PasswordAclSubject::Maker::make(Version, Reader &pub, Reader &priv) const function in class:PasswordAclSubject::Maker
H A Dacl_password.h63 PasswordAclSubject *make(const TypedList &list) const;
64 PasswordAclSubject *make(Version, Reader &pub, Reader &priv) const;
H A Dacl_process.h32 // make your own version of Environment and pass it to validate().
82 ProcessAclSubject *make(const TypedList &list) const;
83 ProcessAclSubject *make(Version, Reader &pub, Reader &priv) const;
H A Dacl_prompted.h70 PromptedAclSubject *make(const TypedList &list) const;
71 PromptedAclSubject *make(Version, Reader &pub, Reader &priv) const;
H A Dacl_threshold.h70 ThresholdAclSubject *make(const TypedList &list) const;
71 ThresholdAclSubject *make(Version, Reader &pub, Reader &priv) const;
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DExtendedAttribute.h68 static ExtendedAttribute* make(const Keychain &keychain, const PrimaryKey &primaryKey, const CssmClient::DbUniqueRecord &uniqueId);
69 static ExtendedAttribute* make(const Keychain &keychain, const PrimaryKey &primaryKey);

Completed in 201 milliseconds

1234567891011>>