/freebsd/usr.sbin/sa/tests/ |
H A D | legacy_test.sh | 7 ARCH=`uname -m` 27 install -c -m 644 $LCDIR/v1-$ARCH-acct.in v1-$ARCH-acct.in 28 install -c -m 644 $LCDIR/v2-$ARCH-acct.in v2-$ARCH-acct.in 33 sa -u v1-$ARCH-acct.in | check 1 $DIR/v1-$ARCH-u.out 34 sa -u v2-$ARCH-acct.in | check 2 $DIR/v2-$ARCH-u.out 37 sa -i v1-$ARCH-acct.in | check 3 $DIR/v1-$ARCH-sav.out 38 sa -im v1-$ARCH-acct.in | check 4 $DIR/v1-$ARCH-usr.out 41 sa -P $DIR/v1-$ARCH-sav.in -U $DIR/v1-$ARCH-usr.in /dev/null | 42 check 5 $DIR/v1-$ARCH-sav.out 43 sa -m -P $DIR/v1-$ARCH-sav.in -U $DIR/v1-$ARCH-usr.in /dev/null | [all …]
|
H A D | prime.sh | 21 ARCH=`uname -m` 26 $SANEW -u $LCDIR/v1-$ARCH-acct.in >v1-$ARCH-u.out 27 $SANEW -u $LCDIR/v2-$ARCH-acct.in >v2-$ARCH-u.out 28 $SANEW -i $LCDIR/v1-$ARCH-acct.in >v1-$ARCH-sav.out 29 $SANEW -im $LCDIR/v1-$ARCH-acct.in >v1-$ARCH-usr.out 30 cp $LCDIR/v1-$ARCH-acct.in acct.in 31 rm -f v1-$ARCH-sav.in v1-$ARCH-usr.in 32 $SAOLD -s -P v1-$ARCH-sav.in -U v1-$ARCH-usr.in acct.in >/dev/null 33 cp $LCDIR/v1-$ARCH-acct.in acct.in 34 rm -f v2-$ARCH-sav.in v2-$ARCH-usr.in [all …]
|
/freebsd/usr.bin/lastcomm/tests/ |
H A D | legacy_test.sh | 6 ARCH=`uname -m` 25 cat $DIR/v1-$ARCH-acct.in $DIR/v2-$ARCH-acct.in >v1v2-$ARCH-acct.in 26 cat $DIR/v2-$ARCH.out $DIR/v1-$ARCH.out >v1v2-$ARCH.out 30 lastcomm -cesuS -f $DIR/v1-$ARCH-acct.in | check 1 $DIR/v1-$ARCH.out 31 lastcomm -cesuS -f - <$DIR/v1-$ARCH-acct.in | tail -r | check 2 $DIR/v1-$ARCH.out 32 lastcomm -cesuS -f $DIR/v2-$ARCH-acct.in | check 3 $DIR/v2-$ARCH.out 33 lastcomm -cesuS -f - <$DIR/v2-$ARCH-acct.in | tail -r | check 4 $DIR/v2-$ARCH.out 34 lastcomm -cesuS -f v1v2-$ARCH-acct.in | check 5 v1v2-$ARCH.out 35 lastcomm -cesuS -f - <v1v2-$ARCH-acct.in | tail -r | check 6 v1v2-$ARCH.out
|
H A D | README | 5 2. Unpack the generated file and rename acct into VERSION-ARCH.acct. 6 3. Run lastcomm -cuseS -f VERSION-ARCH-acct.in | 7 awk '{$4 = ""; print}' >VERSION-ARCH.out. 8 4. Compare the reported values in VERSION-ARCH.out against the
|
/freebsd/contrib/ncurses/misc/ |
H A D | makellib | 54 ARCH=`uname -s` 55 if test "x$ARCH" = "xSunOS" ; then 57 5.*) ARCH=Solaris 62 DST="$HOME/lib/$ARCH/lint" 109 case "$ARCH" in 141 echo "Sorry. I do not know how to build a lint-library for $ARCH" 152 for p in $HOME/lib $HOME/lib/$ARCH $HOME/lib/$ARCH/lint
|
H A D | tdlint | 42 ARCH=`uname -s` 43 if test -z "$ARCH" ; then 47 case $ARCH in 56 5.*) ARCH=Solaris 64 for p in $HOME/lib/$ARCH/lint /usr/lib/lint /usr/lib
|
/freebsd/sys/contrib/device-tree/ |
H A D | Makefile | 94 $(Q)$(MAKE) ARCH=$* all_arch 97 $(Q)$(MAKE) ARCH=$* clean_arch 99 ifeq ($(ARCH),) 107 $(ALL_DTB) $(ALL_DTBO): ARCH=$(word 2,$(subst /, ,$@)) macro 109 $(Q)$(MAKE) ARCH=$(ARCH) $@ 113 ARCH_DTS := $(shell find src/$(ARCH) -name \*.dts) 114 ARCH_DTSO := $(shell find src/$(ARCH) -name \*.dtso) 119 src := src/$(ARCH) 120 obj := src/$(ARCH)
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_lwp_create.c | 70 #define INVALID_UCONTEXT(ARCH,NAME,DESC) \ argument 71 static void ARCH##_##NAME(ucontext_t *); \ 72 ATF_TC(lwp_create_##ARCH##_fail_##NAME); \ 73 ATF_TC_HEAD(lwp_create_##ARCH##_fail_##NAME, tc) \ 76 "on " #ARCH " due to " DESC); \ 79 ATF_TC_BODY(lwp_create_##ARCH##_fail_##NAME, tc) \ 87 ARCH##_##NAME(&uc); \ 92 static void ARCH##_##NAME(ucontext_t *uc) \
|
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | wintest.bat | 16 if "%2" == "x64" (SET ARCH=x64) else (SET ARCH=Win32) 18 SET LDFLAGS=/link /LTCG advapi32.lib ..\..\Build\%1\%ARCH%\libsodium.lib 27 SET PATH=..\..\Build\%1\%ARCH%;%PATH% 34 SET PATH=..\..\Build\%1\%ARCH%;%PATH%
|
/freebsd/contrib/bmake/ |
H A D | arch.c | 543 if (DEBUG(ARCH) || DEBUG(MAKE)) in ArchStatMember() 603 DEBUG0(ARCH, in ArchSVR4Entry() 616 DEBUG0(ARCH, "Reading an SVR4 name table failed\n"); in ArchSVR4Entry() 625 DEBUG1(ARCH, in ArchSVR4Entry() 636 DEBUG1(ARCH, "Could not parse SVR4 name %s\n", inout_name); in ArchSVR4Entry() 640 DEBUG2(ARCH, "SVR4 entry offset %s is greater than %lu\n", in ArchSVR4Entry() 645 DEBUG2(ARCH, "Replaced %s with %s\n", inout_name, &ar->fnametab[entry]); in ArchSVR4Entry() 721 DEBUG5(ARCH, "Reading archive %s member %.*s mtime %.*s\n", in ArchFindMember() 756 if (DEBUG(ARCH) || DEBUG(MAKE)) in ArchFindMember() 931 if (DEBUG(ARCH) || DEBUG(MAKE)) in RanlibOODate() [all …]
|
/freebsd/contrib/arm-optimized-routines/string/ |
H A D | Dir.mk | 9 ifeq ($(ARCH),) 15 string-lib-srcs := $(wildcard $(S)/$(ARCH)/*.[cS]) 16 string-lib-srcs += $(wildcard $(S)/$(ARCH)/experimental/*.[cS]) 20 string-arch-include-dir := $(wildcard $(S)/$(ARCH)) 21 string-arch-includes := $(wildcard $(S)/$(ARCH)/*.h)
|
/freebsd/sys/contrib/libsodium/dist-build/ |
H A D | android-build.sh | 21 if [ "x$TARGET_ARCH" = 'x' ] || [ "x$ARCH" = 'x' ] || [ "x$HOST_COMPILER" = 'x' ]; then 46 --arch="$ARCH" --install-dir="$TOOLCHAIN_DIR" || exit 1 68 --arch="$ARCH" --install-dir="$TOOLCHAIN_DIR" || exit 1
|
H A D | android-mips32.sh | 4 ARCH=mips HOST_COMPILER=mipsel-linux-android "$(dirname "$0")/android-build.sh"
|
H A D | android-arm.sh | 4 ARCH=arm HOST_COMPILER=arm-linux-androideabi "$(dirname "$0")/android-build.sh"
|
H A D | android-armv7-a.sh | 4 ARCH=arm HOST_COMPILER=arm-linux-androideabi "$(dirname "$0")/android-build.sh"
|
H A D | android-x86.sh | 4 ARCH=x86 HOST_COMPILER=i686-linux-android "$(dirname "$0")/android-build.sh"
|
H A D | android-armv8-a.sh | 4 NDK_PLATFORM=android-21 ARCH=arm64 HOST_COMPILER=aarch64-linux-android "$(dirname "$0")/android-bui…
|
/freebsd/crypto/openssh/ |
H A D | buildpkg.sh.in | 156 ARCH=`uname -m` 165 ARCH=`uname -p` 251 ARCH=$ARCH 256 PSTAMP="${UNAME_S} ${OS_VER} ${ARCH} `date '+%d%b%Y %H:%M'`" 659 echo | pkgtrans -os ${FAKE_ROOT} ${START}/$PKGNAME-$VERSION$REV-$UNAME_S-$ARCH.pkg 667 PSTAMP="${UNAME_S} ${OS_VER} ${ARCH} `date '+%d%b%Y %H:%M'`" 670 echo | pkgtrans -os ${FAKE_ROOT} ${START}/$PKGNAME-$VERSION$REV-$UNAME_S-$ARCH.pkg
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | Dir.mk | 20 ifneq ($(ARCH),aarch64) 33 math-lib-srcs += $(wildcard $(math-src-dir)/$(ARCH)/*.[cS]) 36 math-lib-srcs += $(wildcard $(math-src-dir)/$(ARCH)/*/*.[cS]) 42 math-lib-srcs += $(wildcard $(math-src-dir)/$(ARCH)/experimental/*/*.[cS]) 44 math-lib-srcs += $(wildcard $(math-src-dir)/$(ARCH)/experimental/*.[cS]) 105 build/include/test $(test-sig-dirs) $(addsuffix /$(ARCH),$(test-sig-dirs)) $(addsuffix /aarch64/exp… 199 $(ulp-input-dir) $(ulp-input-dir)/$(ARCH) $(ulp-input-dir)/aarch64/sve $(ulp-input-dir)/aarch64/adv… 253 $(generic-itvs): $(filter-out $(ulp-input-dir)/$(ARCH)/%,$(math-lib-itvs)) 255 arch-itvs = $(ulp-input-dir)/$(ARCH)/itvs 256 $(arch-itvs): $(filter $(ulp-input-dir)/$(ARCH)/%,$(math-lib-itvs))
|
/freebsd/contrib/capsicum-test/ |
H A D | GNUmakefile | 4 ARCH?=64 macro 5 ARCHFLAG=-m$(ARCH)
|
/freebsd/contrib/arm-optimized-routines/networking/ |
H A D | Dir.mk | 9 ifeq ($(ARCH),) 15 networking-lib-srcs := $(wildcard $(S)/*.[cS]) $(wildcard $(S)/$(ARCH)/*.[cS])
|
/freebsd/contrib/arm-optimized-routines/ |
H A D | config.mk.dist | 10 ARCH = aarch64 108 ifeq ($(ARCH),aarch64) 125 ifeq ($(ARCH),aarch64)
|
/freebsd/contrib/arm-optimized-routines/string/x86_64/ |
H A D | check-arch.S | 9 # error ARCH setting does not match the compiler.
|
/freebsd/contrib/arm-optimized-routines/string/aarch64/ |
H A D | check-arch.S | 9 # error ARCH setting does not match the compiler.
|
/freebsd/contrib/arm-optimized-routines/string/arm/ |
H A D | check-arch.S | 9 # error ARCH setting does not match the compiler.
|