Searched refs:null (Results 1 – 25 of 196) sorted by relevance
12345678
/glibc-2.36/iconvdata/ |
D | run-iconv-test.sh | 41 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then 61 $PROG -f $from -t $t testdata/$from < /dev/null > $temp1 || 66 LC_ALL=C cmp $temp1 testdata/$from..$t > /dev/null 2>&1 || 71 $PROG -f $t -t $to -o $temp2 $temp1 < /dev/null || 76 LC_ALL=C cmp testdata/$from $temp2 > /dev/null 2>&1 || 87 $PROG -f $from -t $t testdata/suntzus < /dev/null | 103 ! grep '<U....><U....>' ../localedata/charmaps/$from > /dev/null; then 106 testdata/$from < /dev/null > $temp1 || 111 LC_ALL=C cmp $temp1 testdata/$from..$t > /dev/null 2>&1 || 117 -o $temp2 $temp1 < /dev/null || [all …]
|
/glibc-2.36/scripts/ |
D | config.guess | 119 …{ tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp… 120 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } || 121 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure… 127 if ($driver -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then 147 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown 148 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown 149 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown 150 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown 173 cc_set_libc=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` 178 command -v ldd >/dev/null && [all …]
|
/glibc-2.36/timezone/ |
D | tzselect.ksh | 46 ($AWK -v x=y 'BEGIN { exit 123 }') </dev/null >/dev/null 2>&1 89 (eval 'set --; select x; do break; done; exit') </dev/null 2>/dev/null 189 { tmp=`(mktemp -d) 2>/dev/null` || { 195 2>/dev/null &&
|
/glibc-2.36/ |
D | configure | 19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 27 case `(set -o) 2>/dev/null` in #( 122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 145 BASH_ENV=/dev/null 146 ENV=/dev/null 147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 201 if (eval "$as_required") 2>/dev/null; then : 206 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : 222 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : [all …]
|
/glibc-2.36/mach/ |
D | Machrules | 123 $(MIG) - /dev/null -prefix __ \ 126 -server /dev/null -user /dev/null -header /dev/null 154 $(MIG) - /dev/null -prefix _S_ \ 156 -user /dev/null -header /dev/null \ 165 $(MIG) - /dev/null $(MIGFLAGS) $(MIGFLAGS-$*) \ 166 -header $@ -server /dev/null -user /dev/null 172 $(MIG) - /dev/null $(MIGFLAGS) $(MIGFLAGS-$*) -prefix __ \ 173 -header $@ -server /dev/null -user /dev/null
|
/glibc-2.36/sysdeps/riscv/ |
D | preconfigure.ac | 6 xlen=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | sed -n 's/^#define __riscv_xlen \(.*\)/\1/p'` 7 flen=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | sed -n 's/^#define __riscv_flen \(.*\)/\1/p'` 8 …float_abi=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | sed -n 's/^#define __riscv_float_abi_\([^ … 9 …atomic=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | grep '#define __riscv_atomic' | cut -d' ' -f2`
|
D | preconfigure | 6 xlen=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | sed -n 's/^#define __riscv_xlen \(.*\)/\1/p'` 7 flen=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | sed -n 's/^#define __riscv_flen \(.*\)/\1/p'` 8 …float_abi=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | sed -n 's/^#define __riscv_float_abi_\([^ … 9 …atomic=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | grep '#define __riscv_atomic' | cut -d' ' -f2`
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/ |
D | configure | 40 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br… 41 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 77 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 106 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 107 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 145 $EGREP "4 8 8" >/dev/null 2>&1; then : 156 $EGREP "4 4 4" >/dev/null 2>&1; then : 178 $EGREP "yes" >/dev/null 2>&1; then : 191 $EGREP "yes" >/dev/null 2>&1; then :
|
/glibc-2.36/sysdeps/s390/ |
D | configure.ac | 17 if AC_TRY_COMMAND([${CC-cc} -mhtm -O2 -S conftest.c -o - | grep -w tbegin > /dev/null]) ; 42 if AC_TRY_COMMAND([${CC-cc} --shared conftest.c -o conftest.o &> /dev/null]) ; 66 if AC_TRY_COMMAND([${CC-cc} --shared conftest.c -o conftest.o &> /dev/null]) ; 94 -o conftest.o &> /dev/null]) ; 123 -o conftest.o &> /dev/null]) ; 149 -o conftest.o &> /dev/null]) ; 177 -o conftest.o &> /dev/null]) ; 203 -o conftest.o &> /dev/null]) ;
|
D | configure | 19 if { ac_try='${CC-cc} -mhtm -O2 -S conftest.c -o - | grep -w tbegin > /dev/null' 54 if { ac_try='${CC-cc} --shared conftest.c -o conftest.o &> /dev/null' 90 if { ac_try='${CC-cc} --shared conftest.c -o conftest.o &> /dev/null' 129 -o conftest.o &> /dev/null' 168 -o conftest.o &> /dev/null' 204 -o conftest.o &> /dev/null' 242 -o conftest.o &> /dev/null' 279 -o conftest.o &> /dev/null'
|
/glibc-2.36/sysdeps/alpha/ |
D | stxcpy.S | 63 cmpbge zero, t2, t7 # .. e1 : bits set iff null found 95 zapnot t1, t6, t1 # e0 : clear src bytes >= null 97 zap t0, t7, t0 # e0 : clear dst bytes <= null 205 cmpbge zero, t1, t7 # e0 : is the null in this first bit? 209 stq_u t1, 0(a0) # e0 : the null was in the high-order bits 228 zapnot t1, t6, t1 # .. e1 : kill source bytes >= null 229 zap t0, t7, t0 # e0 : kill dest bytes <= null 281 srl t8, t5, t8 # e0 : adjust final null return value
|
D | strrchr.S | 58 andnot t1, t4, t1 # .. e1 : clear garbage from null test 71 beq t1, $loop # .. e1 : if we havnt seen a null, loop 75 negq t1, t4 # e0 : isolate first null byte match 78 or t4, t5, t4 # e1 : ... and including the null 80 and t3, t4, t3 # e0 : mask out char matches after null
|
/glibc-2.36/sysdeps/alpha/alphaev6/ |
D | stxcpy.S | 63 cmpbge zero, t2, t10 # E : bits set iff null found 99 zapnot t1, t6, t1 # U : clear src bytes >= null (stall) 102 zap t0, t10, t0 # E : clear dst bytes <= null 221 cmpbge zero, t1, t10 # E : is the null in this first bit? (stall) 225 stq_u t1, 0(a0) # L : the null was in the high-order bits 243 zapnot t1, t6, t1 # U : kill source bytes >= null (stall) 245 zap t0, t10, t0 # U : kill dest bytes <= null (2 cycle data stall) 300 srl t8, t5, t8 # U : adjust final null return value
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/ |
D | configure | 51 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br… 52 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 88 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 117 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 118 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 163 $EGREP "yes" >/dev/null 2>&1; then : 196 $EGREP "yes" >/dev/null 2>&1; then : 224 $EGREP "yes" >/dev/null 2>&1; then :
|
/glibc-2.36/sysdeps/csky/ |
D | preconfigure | 6 abi=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | 8 hard_float=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | 10 hard_float_sf=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | 12 hard_float_abi=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null |
|
D | preconfigure.ac | 6 abi=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | 8 hard_float=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | 10 hard_float_sf=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | 12 hard_float_abi=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null |
|
/glibc-2.36/sysdeps/sh/ |
D | preconfigure | 37 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br… 38 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 74 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 103 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 104 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 144 $EGREP "yes" >/dev/null 2>&1; then :
|
/glibc-2.36/sysdeps/microblaze/ |
D | preconfigure | 37 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br… 38 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 74 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 103 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 104 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 144 $EGREP "yes" >/dev/null 2>&1; then :
|
/glibc-2.36/sysdeps/alpha/alphaev67/ |
D | strrchr.S | 64 andnot t1, t4, t1 # E : clear garbage from null test 82 beq t1, $loop # U : if we havnt seen a null, loop 87 negq t1, t4 # E : isolate first null byte match 90 or t4, t5, t4 # E : ... and including the null 92 and t3, t4, t3 # E : mask out char matches after null
|
/glibc-2.36/sysdeps/sparc/sparc32/ |
D | configure | 38 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br… 39 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 75 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 104 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 105 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 150 $EGREP "yes" >/dev/null 2>&1; then : 186 if grep '__atomic_compare_exchange_4' conftest.s >/dev/null; then
|
/glibc-2.36/sysdeps/nios2/ |
D | configure | 38 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br… 39 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 75 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 104 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 105 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 150 $EGREP "yes" >/dev/null 2>&1; then :
|
/glibc-2.36/sysdeps/mips/ |
D | configure | 40 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br… 41 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 77 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 106 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 107 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 152 $EGREP "yes" >/dev/null 2>&1; then :
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/ |
D | configure | 40 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br… 41 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 77 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 106 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 107 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 145 $EGREP "4 8 8" >/dev/null 2>&1; then :
|
/glibc-2.36/sysdeps/arm/ |
D | preconfigure | 21 archcppflag=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | 87 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br… 88 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 124 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 153 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 154 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 194 $EGREP "yes" >/dev/null 2>&1; then :
|
/glibc-2.36/sysdeps/powerpc/powerpc64/power8/ |
D | memchr.S | 163 beq L(null) 170 ble cr6, L(null) 179 ble cr6, L(null) 188 ble cr6, L(null) 276 L(null): 284 beq L(null)
|
12345678