Home
last modified time | relevance | path

Searched full:program (Results 1 – 4 of 4) sorted by relevance

/tinycbor-2.7.6/
DMakefile.configure6 PROGRAM-open_memstream = extern int open_memstream(); int main() { return open_memstream(); }
7 PROGRAM-funopen = extern int funopen(); int main() { return funopen(); }
8 PROGRAM-fopencookie = extern int fopencookie(); int main() { return fopencookie(); }
9 PROGRAM-gc_sections = int main() {}
12 PROGRAM-cjson = \#include <stdlib.h>\n
13 PROGRAM-cjson += \#include <cjson/cJSON.h>\n
14 PROGRAM-cjson += int main() { return cJSON_False; }
16 PROGRAM-system-cjson = $(PROGRAM-cjson)
26 $(if $(V),,@)if printf "$($(subst check-,PROGRAM-,$@))" | \
D.appveyor.yml12 …if /i "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2013" (call "C:\Program Files (x86)\Microsof…
14 …if /i "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2015" (call "C:\Program Files (x86)\Microsof…
16 …if /i "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2017" (call "C:\Program Files (x86)\Microsof…
DDoxyfile654 # The FILE_VERSION_FILTER tag can be used to specify a program or script that
656 # the version control system). Doxygen will invoke the program by executing (via
659 # by doxygen. Whatever the program writes to standard output is used as the file
850 # The INPUT_FILTER tag can be used to specify a program that doxygen should
851 # invoke to filter for each input file. Doxygen will invoke the filter program
858 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
1818 # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
/tinycbor-2.7.6/src/
Dcborparser.c125 * program may crash.