Home
last modified time | relevance | path

Searched defs:BUILD_STRING (Results 1 – 23 of 23) sorted by relevance

/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/config/
H A Dconfig.c54 #define BUILD_STRING " [build" BUILD_ID_STR BUILD_SERIAL_STR "]" macro
56 #define BUILD_STRING "" macro
/dports/lang/python39/Python-3.9.9/Include/
H A Dopcode.h123 #define BUILD_STRING 157 macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dopcode.h123 #define BUILD_STRING 157 macro
/dports/lang/python310/Python-3.10.1/Include/
H A Dopcode.h131 #define BUILD_STRING 157 macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dopcode.h131 #define BUILD_STRING 157 macro
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dopcode.h125 #define BUILD_STRING 157 macro
/dports/lang/python37/Python-3.7.12/Include/
H A Dopcode.h126 #define BUILD_STRING 157 macro
/dports/lang/python38/Python-3.8.12/Include/
H A Dopcode.h125 #define BUILD_STRING 157 macro
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dopcode.h125 #define BUILD_STRING 157 macro
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dopcode.h125 #define BUILD_STRING 157 macro
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dopcode.h125 #define BUILD_STRING 157 macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dopcode.h126 #define BUILD_STRING 157 macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dopcode.h127 #define BUILD_STRING 157 macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dopcode.h125 #define BUILD_STRING 157 macro
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/
H A DMakefile313 BUILD_STRING := $(shell git describe --always --dirty --tags 2> /dev/null) macro
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/
H A DMakefile313 BUILD_STRING := $(shell git describe --always --dirty --tags 2> /dev/null) macro
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/
H A DMakefile313 BUILD_STRING := $(shell git describe --always --dirty --tags 2> /dev/null) macro
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/
H A DMakefile313 BUILD_STRING := $(shell git describe --always --dirty --tags 2> /dev/null) macro
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/
H A DMakefile313 BUILD_STRING := $(shell git describe --always --dirty --tags 2> /dev/null) macro
/dports/textproc/zorba/zorba-2.7.0/src/util/
H A Dstring_util.h145 #define BUILD_STRING(...) (::zorba::ztd::string_builder() << __VA_ARGS__) macro
/dports/lang/python311/Python-3.11.0a3/Include/
H A Dopcode.h107 #define BUILD_STRING 157 macro
/dports/databases/py-pony/pony-0.7.14/pony/orm/
H A Ddecompiling.py250 def BUILD_STRING(decompiler, count): member in Decompiler
/dports/devel/pytype/pytype-2021.9.9/pytype/pyc/
H A Dopcodes.py718 class BUILD_STRING(OpcodeWithArg): # Arg: Number of items class