/linux-2.4.37.9/arch/alpha/ |
D | Makefile | 17 old_gas := $(shell if $(AS) --version 2>&1 | grep 'version 2.7' > /dev/null; then echo y; else echo… 20 have_mcpu := $(shell if $(CC) -mcpu=ev5 -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo y… 22 have_mcpu_pca56 := $(shell if $(CC) -mcpu=pca56 -S -o /dev/null -xc /dev/null > /dev/null 2>&1; the… 24 have_mcpu_ev6 := $(shell if $(CC) -mcpu=ev6 -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then ec… 26 have_mcpu_ev67 := $(shell if $(CC) -mcpu=ev67 -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then …
|
/linux-2.4.37.9/arch/sparc64/ |
D | Makefile | 15 CC := $(shell if $(CC) -m64 -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo $(CC); else e… 17 NEW_GCC := $(shell if $(CC) -m64 -mcmodel=medlow -S -o /dev/null -xc /dev/null >/dev/null 2>&1; the… 18 NEW_GAS := $(shell if $(LD) -V 2>&1 | grep 'elf64_sparc' > /dev/null; then echo y; else echo n; fi) 19 …ARED_REGS := $(shell if $(CC) -c -x assembler /dev/null -Wa,--help | grep undeclared-regs > /dev/n… 20 …MIT := $(shell if $(CC) -m64 -finline-limit=100000 -S -o /dev/null -xc /dev/null >/dev/null 2>&1; …
|
/linux-2.4.37.9/Documentation/BK-usage/ |
D | bz64wrap | 18 bzip2 -c /dev/null > /dev/null 2>&1 && BZIP=YES 21 $BASE64_ENCODE < /dev/null > /dev/null 2>&1 && BASE64=YES 28 $BASE64_ENCODE < /dev/null > /dev/null 2>&1 && BASE64=YES
|
D | unbz64wrap | 12 if mimencode -u < /dev/null > /dev/null 2>&1 ; then
|
/linux-2.4.37.9/arch/mips64/ |
D | Makefile | 29 check_gas = $(shell if $(CC) $(1) -Wa,-Z -c -o /dev/null -xassembler /dev/null > /dev/null 2>&1; th… 66 $(CC) $$gcc_opt$$cpu $$isa -S -o /dev/null \ 67 -xc /dev/null > /dev/null 2>&1 && \ 72 $(CC) $$gcc_opt$$cpu $$isa -S -o /dev/null \ 73 -xc /dev/null > /dev/null 2>&1 && \ 83 $(CC) $$gas_opt$$cpu $$gas_isa -Wa,-Z -c -o /dev/null \ 84 -xassembler /dev/null > /dev/null 2>&1 && \ 91 $(CC) $$gcc_abi $$gcc_opt$$gcc_cpu -S -o /dev/null \ 92 -xc /dev/null > /dev/null 2>&1 && \
|
/linux-2.4.37.9/arch/ppc64/ |
D | Makefile | 22 HAS_BIARCH := $(shell if $(CC) -m64 -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo … 36 … := $(shell if $(CC) -fno-zero-initialized-in-bss -S -o /dev/null -xc /dev/null > /dev/null 2>&1; …
|
/linux-2.4.37.9/arch/sparc/ |
D | Makefile | 18 IS_EGCS := $(shell if $(CC) -m32 -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo y; else e… 19 NEW_GAS := $(shell if $(LD) -V 2>&1 | grep 'elf64_sparc' > /dev/null; then echo y; else echo n; fi)
|
/linux-2.4.37.9/Documentation/sound/ |
D | MultiSound | 398 && ($dir/gettext --version >/dev/null 2>&1) 407 && ($dir/shar --print-text-domain-dir >/dev/null 2>&1) 423 touch -am 1231235999 $$.touch >/dev/null 2>&1 533 if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \ 534 && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then 535 md5sum -c << SHAR_EOF >/dev/null 2>&1 \ 987 if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \ 988 && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then 989 md5sum -c << SHAR_EOF >/dev/null 2>&1 \ 1017 if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \ [all …]
|
/linux-2.4.37.9/arch/alpha/lib/ |
D | strrchr.S | 38 andnot t1, t4, t1 # .. e1 : clear garbage from null test 51 beq t1, $loop # .. e1 : if we havnt seen a null, loop 55 negq t1, t4 # e0 : isolate first null byte match 58 or t4, t5, t4 # e1 : ... and including the null 60 and t3, t4, t3 # e0 : mask out char matches after null
|
D | stxcpy.S | 51 cmpbge zero, t2, t8 # .. e1 : bits set iff null found 84 zapnot t1, t6, t1 # e0 : clear src bytes >= null 86 zap t0, t8, t0 # e0 : clear dst bytes <= null 201 cmpbge zero, t1, t8 # e0 : is the null in this first bit? 205 stq_u t1, 0(a0) # e0 : the null was in the high-order bits 224 zapnot t1, t6, t1 # .. e1 : kill source bytes >= null 225 zap t0, t8, t0 # e0 : kill dest bytes <= null 277 srl t12, t5, t12 # e0 : adjust final null return value
|
D | ev67-strrchr.S | 60 andnot t1, t4, t1 # E : clear garbage from null test 78 beq t1, $loop # U : if we havnt seen a null, loop 83 negq t1, t4 # E : isolate first null byte match 86 or t4, t5, t4 # E : ... and including the null 88 and t3, t4, t3 # E : mask out char matches after null
|
D | ev6-stxcpy.S | 63 cmpbge zero, t2, t8 # E : bits set iff null found 99 zapnot t1, t6, t1 # U : clear src bytes >= null (stall) 102 zap t0, t8, t0 # E : clear dst bytes <= null 228 cmpbge zero, t1, t8 # E : is the null in this first bit? (stall) 232 stq_u t1, 0(a0) # L : the null was in the high-order bits 250 zapnot t1, t6, t1 # U : kill source bytes >= null (stall) 252 zap t0, t8, t0 # U : kill dest bytes <= null (2 cycle data stall) 307 srl t12, t5, t12 # U : adjust final null return value
|
D | strncpy_from_user.S | 48 cmpbge zero, t2, t8 # .. e1 : bits set iff null found 88 zapnot t0, t8, t0 # e0 : clear src bytes > null 89 zap t1, t8, t1 # .. e1 : clear dst bytes <= null 216 cmpbge zero, t0, t8 # e0 : is the null in this first bit? 219 stq_u t0, 0(a0) # e0 : the null was in the high-order bits 244 zapnot t0, t8, t0 # .. e1 : kill source bytes > null 245 zap t1, t8, t1 # e0 : kill dest bytes <= null 318 zapnot t0, t12, t4 # was last byte written null?
|
D | ev6-strncpy_from_user.S | 91 cmpbge zero, t2, t8 # E : bits set iff null found 145 zapnot t0, t8, t0 # U : clear src bytes > null 146 zap t1, t8, t1 # U : clear dst bytes <= null 269 cmpbge zero, t0, t8 # E : is the null in this first bit? 273 stq_u t0, 0(a0) # L : the null was in the high-order bits 296 zapnot t0, t8, t0 # U : kill source bytes > null 297 zap t1, t8, t1 # U : kill dest bytes <= null 387 zapnot t0, t12, t4 # U : was last byte written null?
|
D | stxncpy.S | 59 cmpbge zero, t2, t8 # .. e1 : bits set iff null found 99 zapnot t0, t8, t0 # e0 : clear src bytes > null 100 zap t1, t8, t1 # .. e1 : clear dst bytes <= null 232 cmpbge zero, t0, t8 # e0 : is the null in this first bit? 235 stq_u t0, 0(a0) # e0 : the null was in the high-order bits 260 zapnot t0, t8, t0 # .. e1 : kill source bytes > null 261 zap t1, t8, t1 # e0 : kill dest bytes <= null
|
D | ev6-stxncpy.S | 71 cmpbge zero, t2, t8 # E : bits set iff null found 124 zapnot t0, t8, t0 # U : clear src bytes > null (stall) 126 zap t1, t8, t1 # .. e1 : clear dst bytes <= null 276 cmpbge zero, t0, t8 # E : is the null in this first bit? (stall) 279 stq_u t0, 0(a0) # L : the null was in the high-order bits 303 zapnot t0, t8, t0 # U : kill source bytes > null 305 zap t1, t8, t1 # U : kill dest bytes <= null
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | Makefile | 38 …u-probe.o = $(shell if $(CC) $(CFLAGS) -Wa,-mdaddi -c -o /dev/null -xc /dev/null >/dev/null 2>&1; …
|
/linux-2.4.37.9/Documentation/s390/ |
D | config3270.sh | 30 if ! ls $P > /dev/null 2>&1; then 31 modprobe tub3270 > /dev/null 2>&1 33 ls $P > /dev/null 2>&1 || exit 1
|
/linux-2.4.37.9/arch/mips/ |
D | Makefile | 73 $(CC) $$gcc_opt$$cpu $$isa -S -o /dev/null \ 74 -xc /dev/null > /dev/null 2>&1 && \ 79 $(CC) $$gcc_opt$$cpu $$isa -S -o /dev/null \ 80 -xc /dev/null > /dev/null 2>&1 && \ 86 if $(CC) $$gcc_abi -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then \ 95 -o /dev/null -xassembler /dev/null > /dev/null 2>&1 && \ 102 $(CC) $$gcc_abi $$gcc_opt$$gcc_cpu -S -o /dev/null \ 103 -xc /dev/null > /dev/null 2>&1 && \
|
/linux-2.4.37.9/scripts/ |
D | ver_linux | 62 ldd -v > /dev/null 2>&1 && ldd -v || ldd --version |head -1 | awk \ 65 ls -l /usr/lib/lib{g,stdc}++.so 2>/dev/null | awk -F. \
|
D | Configure | 353 if expr "$ans" : '[0-9]*$' > /dev/null; then 383 if expr "$ans" : '0x[0-9a-fA-F][0-9a-fA-F]*$' > /dev/null; then 387 if expr "$ans" : '[0-9a-fA-F][0-9a-fA-F]*$' > /dev/null; then
|
/linux-2.4.37.9/arch/mips/galileo-boards/ev96100/ |
D | time.c | 253 goto null; in mips_timer_interrupt() 266 null: in mips_timer_interrupt()
|
/linux-2.4.37.9/ |
D | Makefile | 102 check_gcc = $(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo "$(1)";… 103 if_gcc4 = $(shell if echo __GNUC__ | $(CC) -E -xc - | grep -q '^4$$' > /dev/null 2>&1; then echo "$… 109 CFLAGS += $(call check_gcc,-fno-delete-null-pointer-checks,) 367 @expr length "$(KERNELRELEASE)" \<= $(uts_len) > /dev/null || \
|
/linux-2.4.37.9/arch/parisc/ |
D | Makefile | 101 @if [ $$(palo -f /dev/null >/dev/null 2>&1 ; echo $$?) != 2 ]; then \
|
/linux-2.4.37.9/arch/cris/drivers/bluetooth/ |
D | Makefile | 7 (cd .. && patch -N -r /tmp/bt.rej < bluetooth/bt.patch >/dev/null || true)
|