| /netbsd-src/external/gpl3/gcc.old/dist/maintainer-scripts/ |
| H A D | gcc_release | 156 if ! grep "GCC ${RELEASE} released." ${SOURCE_DIRECTORY}/${x} > /dev/null ; then 160 * GCC ${RELEASE} released. 171 if [ `cat ${SOURCE_DIRECTORY}/gcc/BASE-VER` != ${RELEASE} ]; then 173 error "Release number ${RELEASE} does not match BASE-VER" 178 echo ${RELEASE} > BASE-VER) || \ 182 error "Release number ${RELEASE} does not immediately follow BASE-VER" 196 TAG="releases/gcc-${RELEASE}" 210 ${GIT} tag -s -m "GCC ${RELEASE} release" "${TAG}" && \ 236 changedir "gcc-${RELEASE}" 282 # gcc-"${RELEASE}".tar.xz tarball. [all …]
|
| H A D | update_web_docs_svn | 42 RELEASE="" 48 if [ -n "$RELEASE" ]; then 52 RELEASE="${1#-r}" 53 if [ -z "$RELEASE" ]; then 55 RELEASE="$1" 56 if [ -z "$RELEASE" ]; then 85 if [ -n "$RELEASE" ] && [ -z "$SUBDIR" ]; then 106 if [ -z "$RELEASE" ]; then 107 RELEASE=trunk 115 if [ "$RELEASE" = "trunk" ]; then [all …]
|
| H A D | update_web_docs_git | 42 RELEASE="" 48 if [ -n "$RELEASE" ]; then 52 RELEASE="${1#-r}" 53 if [ -z "$RELEASE" ]; then 55 RELEASE="$1" 56 if [ -z "$RELEASE" ]; then 85 if [ -n "$RELEASE" ] && [ -z "$SUBDIR" ]; then 106 if [ -z "$RELEASE" ]; then 107 RELEASE=master 115 if [ "$RELEASE" = "master" ]; then [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/ |
| H A D | gcc_release | 156 if ! grep "GCC ${RELEASE} released." ${SOURCE_DIRECTORY}/${x} > /dev/null ; then 160 * GCC ${RELEASE} released. 171 if [ `cat ${SOURCE_DIRECTORY}/gcc/BASE-VER` != ${RELEASE} ]; then 173 error "Release number ${RELEASE} does not match BASE-VER" 178 echo ${RELEASE} > BASE-VER) || \ 182 error "Release number ${RELEASE} does not immediately follow BASE-VER" 196 TAG="releases/gcc-${RELEASE}" 210 ${GIT} tag -s -m "GCC ${RELEASE} release" "${TAG}" && \ 236 changedir "gcc-${RELEASE}" 282 # gcc-"${RELEASE}".tar.xz tarball. [all …]
|
| H A D | update_web_docs_git | 42 RELEASE="" 48 if [ -n "$RELEASE" ]; then 52 RELEASE="${1#-r}" 53 if [ -z "$RELEASE" ]; then 55 RELEASE="$1" 56 if [ -z "$RELEASE" ]; then 85 if [ -n "$RELEASE" ] && [ -z "$SUBDIR" ]; then 106 if [ -z "$RELEASE" ]; then 107 RELEASE=master 115 if [ "$RELEASE" = "master" ]; then [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | makedefs | 237 RELEASE=`(uname -r) 2>/dev/null` 239 RELEASE_MAJOR=`expr "$RELEASE" : '\([0-9]*\)'` || exit 1 245 2) SYSTEM="$1"; RELEASE="$2";; 249 case "$SYSTEM.$RELEASE" in 443 case $RELEASE in 462 case $RELEASE in 466 case $RELEASE in 470 case $RELEASE in 475 case $RELEASE in 479 case $RELEASE in [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
| H A D | config.pm | 32 my $RELEASE; 84 my $HPUXVER = $RELEASE; 111 my $VERS = $RELEASE; 140 my $OSFMAJOR = $RELEASE; 253 ($SYSTEM, undef, $RELEASE, $VERSION, $MACHINE) = POSIX::uname(); 254 my $sys = "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}";
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_mutex.h | 39 void Unlock() RELEASE() { atomic_store(&state_, 0, memory_order_release); } in Unlock() 209 void Unlock() RELEASE() { in Unlock() 370 ~GenericScopedLock() RELEASE() { mu_->Unlock(); } in RELEASE() function 386 ~GenericScopedReadLock() RELEASE() { mu_->ReadUnlock(); } in RELEASE() function 407 ALWAYS_INLINE ~GenericScopedRWLock() RELEASE() { in ~GenericScopedRWLock()
|
| H A D | sanitizer_thread_safety.h | 35 #define RELEASE(...) THREAD_ANNOTATION(release_capability(__VA_ARGS__)) macro
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| H A D | mutex.h | 43 #define RELEASE(...) \ macro 80 void unlock() RELEASE() { mut_.unlock(); } in unlock() 92 ~MutexLock() RELEASE() {} in RELEASE() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| H A D | mutex.h | 43 #define RELEASE(...) \ macro 80 void unlock() RELEASE() { mut_.unlock(); } in unlock() 92 ~MutexLock() RELEASE() {} in RELEASE() function
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ |
| H A D | config | 55 [ "$RELEASE" ] || RELEASE=`(uname -r) 2>/dev/null` || RELEASE="unknown" 107 case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in 129 HPUXVER=`echo ${RELEASE}|sed -e 's/[^.]*.[0B]*//'` 184 VERS=`echo ${RELEASE} | sed -e 's/[-(].*//'` 229 OSFMAJOR=`echo ${RELEASE}| sed -e 's/^V\([0-9]*\)\..*$/\1/'`
|
| /netbsd-src/sys/dev/bluetooth/ |
| H A D | btkbd.c | 466 #define RELEASE 0x100 macro 508 ? PRESS : RELEASE)); in btkbd_input() 521 ADDKEY(key | RELEASE); in btkbd_input() 565 if (key & RELEASE) in btkbd_input() 598 key & RELEASE ? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN, in btkbd_input()
|
| /netbsd-src/external/bsd/file/dist/ |
| H A D | RELEASE-PROCEDURE | 1 # HOW TO RELEASE FILE 3 @(#) $File: RELEASE-PROCEDURE,v 1.7 2021/10/18 16:38:25 christos Exp $
|
| H A D | Makefile.am | 3 EXTRA_DIST = MAINT RELEASE-PROCEDURE README.DEVELOPER README.md \
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/examples/ |
| H A D | gcc-svn-env | 57 export RELEASE=3_4_6="2006-03-06" 58 export RELEASE=3_4_5="2005-11-30"
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/ |
| H A D | gcc-svn-env | 57 export RELEASE=3_4_6="2006-03-06" 58 export RELEASE=3_4_5="2005-11-30"
|
| /netbsd-src/sys/dev/usb/ |
| H A D | ukbd.c | 96 #define RELEASE 0x100 macro 660 key = 0x00e6 | RELEASE; in ukbd_translate_modifier() 834 key = i | ((isset(ud->keys, i) ? PRESS : RELEASE)); in ukbd_decode() 866 cbuf[j-1] |= (key & RELEASE) ? 0x80 : 0; in ukbd_decode() 873 if (key & RELEASE) in ukbd_decode() 907 key&RELEASE ? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN, in ukbd_decode() 1034 *type = c & RELEASE ? WSCONS_EVENT_KEY_UP : WSCONS_EVENT_KEY_DOWN; in ukbd_cngetc()
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ThreadSafetyAnalysis.rst | 79 as such (using ``ACQUIRE``/``RELEASE``). 215 ACQUIRE(...), ACQUIRE_SHARED(...), RELEASE(...), RELEASE_SHARED(...), RELEASE_GENERIC(...) 226 ``RELEASE``, ``RELEASE_SHARED``, and ``RELEASE_GENERIC`` declare that the 228 (exclusively for ``RELEASE``, shared for ``RELEASE_SHARED``, exclusively or 241 void cleanupAndUnlock() RELEASE(mu) { 252 If no argument is passed to ``ACQUIRE`` or ``RELEASE``, then the argument is 268 void Unlock() RELEASE() { mu.Unlock(); } 412 applying to that set of associated capabilities, while ``RELEASE`` implies that 748 MutexUnlocker(Mutex* m) RELEASE(m) : mu(m) { mu->Unlock(); } 828 #define RELEASE(...) \ [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/cmake/caches/ |
| H A D | PGO-stage2.cmake | 1 set(CMAKE_BUILD_TYPE RELEASE CACHE STRING "")
|
| H A D | PGO.cmake | 1 set(CMAKE_BUILD_TYPE RELEASE CACHE STRING "")
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/ |
| H A D | asan_device_setup | 184 RELEASE=$(adb_shell getprop ro.build.version.release) 186 if echo "$RELEASE" | grep '^4\.' >&/dev/null; then 190 if echo "$RELEASE" | grep '^8\.0\.' >&/dev/null; then
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
| H A D | CMakeLists.txt | 38 -DCMAKE_BUILD_TYPE:STRING=RELEASE 64 -DCMAKE_BUILD_TYPE:STRING=RELEASE
|
| /netbsd-src/distrib/mac68k/miniroot/ |
| H A D | install.md | 130 echo "Welcome to the NetBSD/${MACHINE} ${RELEASE} installation program."
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | Makefile.am | 21 RELEASE = -release 2.1 macro 266 GENERIC_LDFLAGS = -version-info $(VERSION_INFO) $(RELEASE) $(NO_UNDEFINED) $(AM_LDFLAGS)
|