Home
last modified time | relevance | path

Searched +refs:make +refs:temporary +refs:symbol (Results 1 – 25 of 25925) sorted by relevance

12345678910>>...1037

/dports/devel/cl-asdf/asdf-a58828745a610c1af841a86587ba197707c89eb3/test/
H A Dtest-utilities.script279 (defun defined-symbol-p (symbol)
288 (defined-symbol-p symbol)
289 ;;(symbol-call :swank :classify-symbol symbol)
442 (DBG "testing with-temporary-file")
512 (assert-equal 'symbol (find-standard-case-symbol "symbol" "asdf-test"))
536 (call-with-temporary-file
538 (DBG :call-with-temporary-file-thunk
546 (DBG :call-with-temporary-file-thunk
555 (call-with-temporary-file
580 (call-with-temporary-file
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/racket/
H A Dsyntax.rkt11 format-symbol
17 generate-temporary
135 (define (format-symbol fmt . args)
150 (define (make-subs who id fmt args arg-strs intro)
157 (cons (make-subrange (intro id) (intro arg)
187 [(symbol? x) (symbol->string x)]
200 (make-parameter #f
224 ;; generate-temporary : any -> identifier
225 (define (generate-temporary [stx 'g])
251 (let* ([name (generate-temporary)]
[all …]
H A Dfile.rkt12 make-temporary-file
77 (define tmp (make-temporary-file))
137 (define-syntax (make-temporary-file stx)
140 [x (identifier? #'x) #'make-temporary-file/proc]
169 #`(app make-temporary-file/proc
172 #'(app make-temporary-file/proc . whatever)])))
174 (define make-temporary-file/proc
186 (raise-argument-error 'make-temporary-file
190 (raise-argument-error 'make-temporary-file
230 make-temporary-file))
[all …]
/dports/lang/racket/racket-8.3/collects/racket/
H A Dsyntax.rkt11 format-symbol
17 generate-temporary
135 (define (format-symbol fmt . args)
150 (define (make-subs who id fmt args arg-strs intro)
157 (cons (make-subrange (intro id) (intro arg)
187 [(symbol? x) (symbol->string x)]
200 (make-parameter #f
224 ;; generate-temporary : any -> identifier
225 (define (generate-temporary [stx 'g])
251 (let* ([name (generate-temporary)]
[all …]
H A Dfile.rkt12 make-temporary-file
77 (define tmp (make-temporary-file))
137 (define-syntax (make-temporary-file stx)
140 [x (identifier? #'x) #'make-temporary-file/proc]
169 #`(app make-temporary-file/proc
172 #'(app make-temporary-file/proc . whatever)])))
174 (define make-temporary-file/proc
186 (raise-argument-error 'make-temporary-file
190 (raise-argument-error 'make-temporary-file
230 make-temporary-file))
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/typed-racket-lib/typed-racket/static-contracts/combinators/
H A Dname.rkt34 [lookup-name-sc (-> Type? symbol? (or/c #f static-contract?))]
41 (define name-sc-table (make-parameter (make-hash)))
42 (define name-defs-table (make-parameter (make-hash)))
46 (define name-defined-table (make-parameter (make-free-id-table)))
57 (parameterize ([name-sc-table (make-hash)]
58 [name-defs-table (make-hash)]
59 [name-defined-table (make-free-id-table)])
79 (values (generate-temporary)
80 (generate-temporary)
81 (generate-temporary)))
/dports/lang/racket/racket-8.3/share/pkgs/typed-racket-lib/typed-racket/private/
H A Dsyntax-properties.rkt19 #:with symbol (generate-temporary #'sym)
21 #'(λ (stx) (syntax-property stx symbol #t)))
25 #:with symbol (generate-temporary #'sym)
28 ((stx) (syntax-property stx symbol))
29 ((stx value) (syntax-property stx symbol value)))))
35 ;; TODO: make this an uninterned symbol once the phasing issue of the unit
37 (define symbol 'sym)
43 #:attr value (syntax-property #'e symbol)
/dports/print/lilypond/lilypond-2.22.1/ly/
H A Dmusic-functions-init.ly329 \temporary \override Stem.cross-staff = #cross-staff-connect
330 \temporary \override Flag.style = #'no-flag
526 \temporary \override NoteHead.Y-extent = #grob::always-Y-extent-from-stencil
544 … \temporary \override NoteHead.Y-extent = #(ly:make-unpure-pure-container ly:grob::stencil-height)
618 (symbol-list-or-symbol? ly:music?)
1395 (symbol-list-or-symbol? scheme?)
1461 (if (symbol? symbol)
1483 (symbol-list-or-symbol?)
1744 (symbol? symbol-list-or-symbol? ly:music?)
1768 temporary =
[all …]
/dports/print/lilypond-devel/lilypond-2.23.5/ly/
H A Dmusic-functions-init.ly407 \temporary \override Stem.cross-staff = #cross-staff-connect
408 \temporary \override Flag.style = #'no-flag
603 \temporary \override NoteHead.Y-extent = #grob::always-Y-extent-from-stencil
621 … \temporary \override NoteHead.Y-extent = #(ly:make-unpure-pure-container ly:grob::stencil-height)
693 (symbol-list-or-symbol? ly:music?)
1488 (symbol-list-or-symbol? scheme?)
1554 (if (symbol? symbol)
1576 (symbol-list-or-symbol?)
1874 (symbol? symbol-list-or-symbol? ly:music?)
1898 temporary =
[all …]
/dports/devel/gmake/make-4.3/
H A DREADME.VMS107 If the DCL symbol or logical name GNV$MAKE_USE_MCR exists, then
116 except for the cases documented below where a temporary DCL command
119 BUG: Testing has shown that the commands in the temporary command files
123 for child images to use. DCL symbol substitution is not done with these
127 When a temporary DCL command file is used, DCL symbol substitution
158 The DCL symbol or logical name GNV$MAKE_USE_CMD_FILE when set to a
160 then temporary DCL command files are always used for running commands.
206 $(<name-of-symbol-or-logical>). Variables defined in the Makefile
214 When GNU make reads in a symbol or logical name into the environment, it
217 DCL symbol for a child process, if the first dollar sign found is followed
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/PowerPC/
H A Daix-xcoff-externL.ll1 ;; Test to make sure a symbol name that starts with an 'L' could be succesfully
3 ;; 'L'/'.L' instead of 'L..' because the resulting symbol gets created as
4 ;; a temporary symbol.
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/PowerPC/
H A Daix-xcoff-externL.ll1 ;; Test to make sure a symbol name that starts with an 'L' could be succesfully
3 ;; 'L'/'.L' instead of 'L..' because the resulting symbol gets created as
4 ;; a temporary symbol.
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/PowerPC/
H A Daix-xcoff-externL.ll1 ;; Test to make sure a symbol name that starts with an 'L' could be succesfully
3 ;; 'L'/'.L' instead of 'L..' because the resulting symbol gets created as
4 ;; a temporary symbol.
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/PowerPC/
H A Daix-xcoff-externL.ll1 ;; Test to make sure a symbol name that starts with an 'L' could be succesfully
3 ;; 'L'/'.L' instead of 'L..' because the resulting symbol gets created as
4 ;; a temporary symbol.
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/PowerPC/
H A Daix-xcoff-externL.ll1 ;; Test to make sure a symbol name that starts with an 'L' could be succesfully
3 ;; 'L'/'.L' instead of 'L..' because the resulting symbol gets created as
4 ;; a temporary symbol.
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/PowerPC/
H A Daix-xcoff-externL.ll1 ;; Test to make sure a symbol name that starts with an 'L' could be succesfully
3 ;; 'L'/'.L' instead of 'L..' because the resulting symbol gets created as
4 ;; a temporary symbol.
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/PowerPC/
H A Daix-xcoff-externL.ll1 ;; Test to make sure a symbol name that starts with an 'L' could be succesfully
3 ;; 'L'/'.L' instead of 'L..' because the resulting symbol gets created as
4 ;; a temporary symbol.
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/PowerPC/
H A Daix-xcoff-externL.ll1 ;; Test to make sure a symbol name that starts with an 'L' could be succesfully
3 ;; 'L'/'.L' instead of 'L..' because the resulting symbol gets created as
4 ;; a temporary symbol.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/PowerPC/
H A Daix-xcoff-externL.ll1 ;; Test to make sure a symbol name that starts with an 'L' could be succesfully
3 ;; 'L'/'.L' instead of 'L..' because the resulting symbol gets created as
4 ;; a temporary symbol.
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/PowerPC/
H A Daix-xcoff-externL.ll1 ;; Test to make sure a symbol name that starts with an 'L' could be succesfully
3 ;; 'L'/'.L' instead of 'L..' because the resulting symbol gets created as
4 ;; a temporary symbol.
/dports/graphics/netpbm/netpbm-10.91.01/man/
H A Dlibmaketmpfile.311 pm_make_tmpfile() - create a temporary named file
24 This simple example creates a temporary file, writes "hello
59 \fBpm_make_tmpfile()\fP creates and opens a temporary file, returning
63 with proper interlocking to make sure that it actually creates a file
68 \fBpm_tmpfile()\fP, the operating system always deletes the temporary
72 The temporary file goes in the directory named by the
75 falls back to the value of the standard C library symbol
82 If \fBpm_make_tmpfile()\fP is unable to create a temporary file,
/dports/math/openblas/OpenBLAS-0.3.18/relapack/
H A Dconfig.md4 ReLAPACK has two configuration files: `make.inc`, which is included by the
11 flags for BLAS and LAPACK) are specified in `make.inc`. The test matrix size
14 The library `librelapack.a` is compiled by invoking `make`. The tests are
15 performed by either `make test` or calling `make` in the test folder.
62 Two of ReLAPACK's routines make use of temporary buffers, which are allocated
82 FORTRAN symbol names
85 Since these libraries usually have an underscore to their symbol names, ReLAPACK
/dports/x11-toolkits/rep-gtk2/rep-gtk_0.90.8.3/
H A Dbuild-gtk.jl110 ((map (make-string (1+ ?_)))
120 ((map (make-string (1+ ?-)))
493 ((temporary-stream (make-string-output-stream)))
494 (output-function fun temporary-stream)
632 `(symbol-name (nth 1 ,arg)))
641 (symbol-name type)
1134 ((temporary-output (make-string-output-stream)))
1162 ((temporary-output (make-string-output-stream)))
1169 ((temporary-output (make-string-output-stream)))
1170 (funcall to temporary-output type
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/cext-lib/compiler/commands/
H A Dctool.rkt25 (define dest-dir (make-parameter #f))
64 (define mzc-symbol (string->symbol (short-program+command-name)))
118 (error mzc-symbol "the destination directory does not exist: ~s" d))
126 (let ([v (string->symbol v)])
132 (list " " (symbol->string t)))
227 (let ([mode (let ([l (filter symbol? accum)])
229 (error mzc-symbol "no mode flag specified")
255 (let* ([base (extract-base-filename/c file mzc-symbol)]
265 (extract-base-filename/ext (ld-output) mzc-symbol)
266 ;; (for ([file source-files]) (extract-base-filename/o file mzc-symbol))
[all …]
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/doc/utils/
H A Dfile.scrbl44 @define[Function]{@name{temporary-directory} @args{:optional path}}
45 @desc{Returns operating system specific temporary directory path.
47 If optional argument @var{path} is given, the procedure replace the temporary
50 @define[Function]{@name{make-temporary-file} @args{:optional prefix}}
51 @desc{Creates temporary file and returns 2 values. One is the port, the other
54 The created temporary file won't be deleted automatically so it is users
108 must be a procedure accepts 2 arguments, a path string and a symbol. The given
109 symbol can be @code{directory}, @code{symbolic-link} or @code{file}.
137 must be a procedure accepts 2 arguments, a path string and a symbol. The given
138 symbol can be @code{directory}, @code{symbolic-link} or @code{file}.

12345678910>>...1037