| /src/external/bsd/nvi/dist/perl_scripts/ |
| make.pl | 13 sub make { subroutine 15 open FH, "make 2>&1 |";
|
| /src/external/gpl2/gmake/dist/ |
| build_w32.bat | 4 rem This file is part of GNU Make.
6 rem GNU Make is free software; you can redistribute it and/or modify it under the
10 rem GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
15 rem GNU Make; see the file COPYING. If not, write to the Free Software
26 echo "Creating GNU Make for Windows 9X/NT/2K/XP"
28 set make=gnumake
variable 31 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D TIVOLI /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c variable.c
33 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c rule.c 163 set make= variable [all...] |
| misc.c | 1 /* Miscellaneous generic support functions for GNU Make. 5 This file is part of GNU Make. 7 GNU Make is free software; you can redistribute it and/or modify it under the 11 GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY 16 GNU Make; see the file COPYING. If not, write to the Free Software 19 #include "make.h" 346 /* Make sure we don't allocate 0, for pre-ANSI libraries. */ 639 /* Keep track of the user and group IDs for user- and make- access. */ 642 static enum { make, user } current_access; 680 current_access = make; 631 static enum { make, user } current_access; enumerator in enum:__anon6956 [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/ |
| scm-pretty-print.scm | 21 (define (make-pointer-iterator pointer len) 33 (make-iterator pointer (cons 0 len) next!))) 35 (define (make-pointer-iterator-except pointer len) 49 (make-iterator pointer (cons 0 len) next!))) 53 (define (make-string-printer val) 54 (make-pretty-printer-worker 63 (define (make-container-printer val) 70 (make-pretty-printer-worker 76 (make-pointer-iterator elements (value->integer len)))))) 80 (define (make-array-printer val [all...] |
| scm-frame-args.scm | 18 (define (make-pp_s-printer val) 19 (make-pretty-printer-worker 26 (define (make-pp_ss-printer val) 27 (make-pretty-printer-worker 31 (make-iterator val 32 (make-field-iterator (value-type val)) 48 (define (make-pretty-printer-dict) 49 (let ((dict (make-hash-table))) 50 (hash-set! dict "struct s" make-pp_s-printer) 51 (hash-set! dict "s" make-pp_s-printer [all...] |
| scm-section-script.scm | 20 (define (make-pp_ss-printer val) 21 (make-pretty-printer-worker 36 (define (make-pretty-printer-dict) 37 (let ((dict (make-hash-table))) 38 (hash-set! dict "struct ss" make-pp_ss-printer) 39 (hash-set! dict "ss" make-pp_ss-printer) 43 (make-pretty-printer 45 (let ((pretty-printers-dict (make-pretty-printer-dict)))
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/ |
| scm-pretty-print.scm | 21 (define (make-pointer-iterator pointer len) 33 (make-iterator pointer (cons 0 len) next!))) 35 (define (make-pointer-iterator-except pointer len) 49 (make-iterator pointer (cons 0 len) next!))) 53 (define (make-string-printer val) 54 (make-pretty-printer-worker 63 (define (make-container-printer val) 70 (make-pretty-printer-worker 76 (make-pointer-iterator elements (value->integer len)))))) 80 (define (make-array-printer val [all...] |
| scm-frame-args.scm | 18 (define (make-pp_s-printer val) 19 (make-pretty-printer-worker 26 (define (make-pp_ss-printer val) 27 (make-pretty-printer-worker 31 (make-iterator val 32 (make-field-iterator (value-type val)) 48 (define (make-pretty-printer-dict) 49 (let ((dict (make-hash-table))) 50 (hash-set! dict "struct s" make-pp_s-printer) 51 (hash-set! dict "s" make-pp_s-printer [all...] |
| scm-section-script.scm | 20 (define (make-pp_ss-printer val) 21 (make-pretty-printer-worker 36 (define (make-pretty-printer-dict) 37 (let ((dict (make-hash-table))) 38 (hash-set! dict "struct ss" make-pp_ss-printer) 39 (hash-set! dict "ss" make-pp_ss-printer) 43 (make-pretty-printer 45 (let ((pretty-printers-dict (make-pretty-printer-dict)))
|
| /src/external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/ |
| types.scm | 45 (make-field-iterator type))))) 58 (define-public (make-enum-hashtable enum-type) 73 enum-type SCM_ARG1 'make-enum-hashtable "enum") 74 (let ((htab (make-hash-table)))
|
| iterator.scm | 25 (define-public (make-list-iterator l) 27 (assert-type (list? l) l SCM_ARG1 'make-list-iterator "list") 35 (make-iterator l l next!)))
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| DeclAccessPair.h | 35 static DeclAccessPair make(NamedDecl *D, AccessSpecifier AS) { function in class:clang::DeclAccessPair
|
| /src/external/gpl3/gdb/dist/gdb/guile/lib/gdb/ |
| iterator.scm | 25 (define-public (make-list-iterator l) 27 (assert-type (list? l) l SCM_ARG1 'make-list-iterator "list") 35 (make-iterator l l next!)))
|
| types.scm | 45 (make-field-iterator type))))) 77 (define-public (make-enum-hashtable enum-type) 92 enum-type SCM_ARG1 'make-enum-hashtable "enum") 93 (let ((htab (make-hash-table)))
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/ |
| make_graph.py | 210 def make(self, res, of_name): member in class:image_maker 301 image_mkr.make(res, svg_of_name)
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/scripts/ |
| make_graph.py | 210 def make(self, res, of_name): member in class:image_maker 301 image_mkr.make(res, svg_of_name)
|
| /src/external/gpl3/gdb/lib/libiberty/ |
| Makefile | 20 COPTS.make-relative-prefix.c = -Wno-stack-protector
|
| /src/external/gpl3/gdb.old/lib/libiberty/ |
| Makefile | 20 COPTS.make-relative-prefix.c = -Wno-stack-protector
|
| /src/external/apache2/llvm/dist/clang/tools/libclang/ |
| CLog.h | 36 /// if (LogRef Log = Logger::make(__func__)) { 56 static LogRef make(llvm::StringRef name, function in class:clang::cxindex::Logger 99 if (clang::cxindex::LogRef Log = clang::cxindex::Logger::make(NAME))
|
| /src/external/gpl3/binutils/lib/libiberty/ |
| Makefile | 20 COPTS.make-relative-prefix.c = -Wno-stack-protector
|
| /src/external/gpl3/binutils.old/lib/libiberty/ |
| Makefile | 20 COPTS.make-relative-prefix.c = -Wno-stack-protector
|
| /src/usr.bin/error/ |
| input.c | 56 static Errorclass make(void); 98 || (( errorclass = make() ) != C_UNKNOWN) 173 * c) Noise from make ("Stop.") 564 make(void) function
|
| /src/external/bsd/zstd/dist/tests/ |
| test-zstd-versions.py | 25 make_cmd = 'make' 71 def make(targets, pipe=True): function 257 make(['clean'], False) # separate 'clean' target to allow parallel build 258 make(['dictBuilder'], False) 261 make(['clean'], False) # separate 'clean' target to allow parallel build 262 make(['zstd'], False) 268 make(['zstd'], False)
|
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| Ownership.h | 47 /// template argument is used to make sure that "Decl" pointers are not 60 static OpaquePtr make(PtrTy P) { OpaquePtr OP; OP.set(P); return OP; } function in class:clang::OpaquePtr 99 static UnionOpaquePtr make(OpaquePtr<T> P) { function in struct:clang::UnionOpaquePtr
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| ItaniumManglingCanonicalizer.cpp | 145 // Node is new. Make a note of that. 163 template<typename ...Args> Node *make(Args &&...As) { function in struct:__anon2207::CanonicalizerAllocator::MakeNodeImpl 170 return MakeNodeImpl<T>{*this}.make(std::forward<Args>(As)...); 198 Node *make(Node *Child) { function in struct:__anon2207::CanonicalizerAllocator::MakeNodeImpl 236 N = P->Demangler.make<itanium_demangle::NameType>("std"); 309 N = Demangler.make<itanium_demangle::NameType>(
|