HomeSort by: relevance | last modified time | path
    Searched defs:make (Results 1 - 25 of 42) sorted by relevancy

1 2

  /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...]
  /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/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/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.old/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/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/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.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/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/external/public-domain/sqlite/dist/autosetup/
system.tcl 144 # The core of make-template, called recursively for each @include
239 # @make-template template ?outfile?
275 proc make-template {template {out {}}} {
294 # Make sure the directory exists
cc.tcl 8 # 'cc-check-types', 'cc-check-functions', 'cc-with' and 'make-config-header'
594 # @make-autoconf-h outfile ?auto-patterns=HAVE_*? ?bare-patterns=SIZEOF_*?
596 # Deprecated - see 'make-config-header'
597 proc make-autoconf-h {file {autopatterns {HAVE_*}} {barepatterns {SIZEOF_* HAVE_DECL_*}}} {
598 user-notice "*** make-autoconf-h is deprecated -- use make-config-header instead"
599 make-config-header $file -auto $autopatterns -bare $barepatterns
602 # @make-config-header outfile ?-auto patternlist? ?-bare patternlist? ?-none patternlist? ?-str patternlist? ...
620 proc make-config-header {file args} {
657 autosetup-error "Unknown type in make-config-header: $type
    [all...]
  /src/external/public-domain/sqlite/dist/autosetup/teaish/
core.tcl 104 # Whether or not "make dist" parts are enabled. They get enabled
108 # Whether or not "make install" parts are enabled. By default
115 # via teaish.make.in or provide a script-only extension, we will
119 # Files to include in the "make dist" bundle.
135 # Whether or not to allow a "full dist" - a "make dist" build which
668 proj-warn "Cannot find install binary, so 'make install' will not work."
672 proj-warn "Cannot find zip, so 'make dist.zip' will not work."
675 proj-warn "Cannot find tar, so 'make dist.tgz' will not work."
966 # which make up an extension and fills out no small amount of teaish
1071 # teaish.make[.in] provides some of the info for the main makefile
    [all...]
  /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)

Completed in 30 milliseconds

1 2