Searched refs:VER (Results 1 - 9 of 9) sorted by relevance
/third_party/musl/porting/linux/user/src/conf/ |
H A D | sysconf.c | 11 #define VER JT(1) macro 37 [_SC_REALTIME_SIGNALS] = VER, in sysconf() 39 [_SC_TIMERS] = VER, in sysconf() 40 [_SC_ASYNCHRONOUS_IO] = VER, in sysconf() 43 [_SC_FSYNC] = VER, in sysconf() 44 [_SC_MAPPED_FILES] = VER, in sysconf() 45 [_SC_MEMLOCK] = VER, in sysconf() 46 [_SC_MEMLOCK_RANGE] = VER, in sysconf() 47 [_SC_MEMORY_PROTECTION] = VER, in sysconf() 48 [_SC_MESSAGE_PASSING] = VER, in sysconf() [all...] |
/third_party/musl/src/conf/ |
H A D | sysconf.c | 12 #define VER JT(1) macro 43 [_SC_REALTIME_SIGNALS] = VER, in sysconf() 45 [_SC_TIMERS] = VER, in sysconf() 46 [_SC_ASYNCHRONOUS_IO] = VER, in sysconf() 49 [_SC_FSYNC] = VER, in sysconf() 50 [_SC_MAPPED_FILES] = VER, in sysconf() 51 [_SC_MEMLOCK] = VER, in sysconf() 52 [_SC_MEMLOCK_RANGE] = VER, in sysconf() 53 [_SC_MEMORY_PROTECTION] = VER, in sysconf() 54 [_SC_MESSAGE_PASSING] = VER, in sysconf() [all...] |
/third_party/zlib/ |
H A D | configure | 46 VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < ${SRCDIR}zlib.h` 47 VER3=`echo ${VER}|sed -n -e 's/\([0-9]\{1,\}\(\\.[0-9]\{1,\}\)\{1,2\}\).*/\1/p'` 48 VER1=`echo ${VER}|sed -n -e 's/\([0-9]\{1,\}\)\\..*/\1/p'` 265 SHAREDLIBV=libz.$VER$shared_ext 306 LDSHARED=${LDSHARED-"cc -shared -Wl,-soname,libz.so -Wl,-msym -Wl,-rpath,$(libdir) -Wl,-set_version,${VER}:1.0"} ;; 376 SHAREDLIBV=${SHAREDLIBV-"libz$shared_ext.$VER"} 463 echo Building static library $STATICLIB version $VER with $CC. | tee -a configure.log 860 echo VER = $VER >> configure.log 925 s/\@VERSION\@/$VER/ [all...] |
/third_party/musl/porting/liteos_a/user/src/conf/ |
H A D | sysconf.c | 11 #define VER JT(1) macro
|
/third_party/rust/crates/clap/examples/tutorial_builder/ |
H A D | 04_04_custom.rs | 10 .arg(arg!(--"set-ver" <VER> "set version manually")) in main()
|
H A D | 04_03_relations.rs | 9 .arg(arg!(--"set-ver" <VER> "set version manually")) in main()
|
/third_party/node/deps/brotli/c/include/brotli/ |
H A D | port.h | 182 #define BROTLI_IAR_VERSION BROTLI_MAKE_VERSION(VER / 100, __VER__ % 100, 0)
|
/third_party/skia/third_party/externals/brotli/c/include/brotli/ |
H A D | port.h | 182 #define BROTLI_IAR_VERSION BROTLI_MAKE_VERSION(VER / 100, __VER__ % 100, 0)
|
/third_party/python/Mac/BuildScript/ |
H A D | build-installer.py | 425 source="/Applications/Python %(VER)s", 451 topdir="/Library/Frameworks/Python.framework/Versions/%(VER)s/Resources/English.lproj/Documentation", 470 "/Library/Frameworks/Python.framework/Versions/%(VER)s/bin" 1432 VER=getVersion(),
|
Completed in 7 milliseconds