Lines Matching defs:with
8 # 'cc-check-types', 'cc-check-functions', 'cc-with' and 'make-config-header'
69 # Defines a variable with the size determined, or 'unknown' otherwise.
113 set with {}
119 lappend with $i
123 if {[llength $with]} {
124 cc-with [list -includes $with] {
136 # made for each '$required' file, and if found, it is included with '#include'.
213 # with '$extralibs' as '-lotherlib1 -lotherlib2'.
221 cc-with [list -libs $otherlibs] {
228 cc-with [list -libs -l$lib] {
394 # @cc-with settings ?{ script }?
403 ## cc-with {-lang c++} {
404 ## # This will check with the C++ compiler
406 ## cc-with {-includes signal.h} {
407 ## # This will check with the C++ compiler, signal.h and any existing includes.
415 ## cc-with {-libs {-lc -lm}} {
416 ## cc-with {-libs -ldl} {
425 ## cc-with {} {
428 proc cc-with {settings args} {
432 autosetup-error "usage: cc-with settings ?script?"
487 cc-with $args {
499 # Compiling real code with an unchecked header file
535 autosetup-error "cctest called with unknown language: $opts(-lang)"
570 set err [catch {exec-with-stderr {*}$cmdline} result errinfo]