/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/ |
A D | install_headers.sh | 8 dstdir=${2:-`. ./.config 2>/dev/null && echo ${DEVEL_PREFIX}/include`} 27 mkdir -p "${dstdir}" 2>/dev/null 46 mkdir -p "${dstdir}/$filename" 2>/dev/null 73 chmod -R u=rwX,go=rX . >/dev/null 2>&1 74 chown -R `id | sed 's/^uid=\([0-9]*\).*gid=\([0-9]*\).*$/\1:\2/'` . >/dev/null 2>&1
|
A D | relative_path.sh | 14 from=`(cd $1 > /dev/null && ${PWD_CMD-pwd} || echo $1) 2>/dev/null | sed 's,//*,/,g;s,/*$,,'` 15 target=`(cd $2 > /dev/null && ${PWD_CMD-pwd} || echo $2) 2>/dev/null | sed 's,//*,/,g;s,/*$,,'`
|
A D | randconfig.sh | 31 ARCH=$ARCH make $* randconfig > /dev/null 32 ARCH=$ARCH make $* silentoldconfig > /dev/null 42 make distclean > /dev/null || true
|
A D | MAKEALL | 52 if ${t}-gcc --help > /dev/null 2>&1 ; then 105 …header_path=${KERNEL_HEADERS:-$(echo '#include <linux/version.h>' | ${CROSS_COMPILE}cpp 2>/dev/nul…
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | mknod.c | 15 int mknod(const char *path, mode_t mode, dev_t dev) in mknod() argument 17 return mknodat(AT_FDCWD, path, mode, dev); in mknod() 20 int mknod(const char *path, mode_t mode, dev_t dev) in mknod() argument 25 k_dev = (dev) & ((1ULL << 32) - 1); in mknod()
|
A D | ustat.c | 24 int ustat(dev_t dev, struct ustat *ubuf) in _syscall2() 26 return __syscall_ustat(dev, ubuf); in _syscall2()
|
A D | mknodat.c | 13 int mknodat(int fd, const char *path, mode_t mode, dev_t dev) in mknodat() argument 18 k_dev = (dev) & ((1ULL << 32) - 1); in mknodat()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | sysmacros.h | 63 # define major(dev) gnu_dev_major (dev) argument 64 # define minor(dev) gnu_dev_minor (dev) argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | sem_open.c | 154 if (as->dev != bs->dev) in __sem_search() 156 return as->dev < bs->dev ? -1 : (as->dev == bs->dev ? 0 : 1); in __sem_search() 186 fake->dev = st.st_dev; in check_add_mapping() 210 newp->dev = st.st_dev; in check_add_mapping()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/lxdialog/ |
A D | check-lxdialog.sh | 7 pkg-config --libs ncursesw 2>/dev/null && exit 8 pkg-config --libs ncurses 2>/dev/null && exit 44 $cc -x c - -o $tmp 2>/dev/null <<'EOF'
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | check.sh | 3 $* -x c -o /dev/null - > /dev/null 2>&1 << EOF
|
A D | Makefile.kconfig | 223 pkg-config --libs menu panel ncurses 2>/dev/null \ 234 if ! pkg-config --exists QtCore 2> /dev/null; then \ 236 pkg-config --exists qt 2> /dev/null && pkg=qt; \ 237 pkg-config --exists qt-mt 2> /dev/null && pkg=qt-mt; \ 257 $(HOSTCXX) -print-multi-os-directory > /dev/null 2>&1 && \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/ |
A D | Makefile.arch | 22 …ut-var,IS_EABI,$(CC_IS_EABI_CHECK) -x c - -E -dM </dev/null 2>/dev/null | grep __ARM_EABI__ 2>&1 >…
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/ftw/ |
A D | ftw.c | 185 dev_t dev; member 216 dev_t dev; member 253 return (kp1->dev > kp2->dev) - (kp1->dev < kp2->dev); in object_compare() 263 newp->dev = st->st_dev; in add_object() 273 obj.dev = st->st_dev; in find_object() 429 || !(data->flags & FTW_MOUNT) || st.st_dev == data->dev)) in process_entry() 708 data.dev = st.st_dev; in ftw_startup()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/os/aix/ |
A D | t-aix | 2 BITS=$(shell if test -z "`$(CC) -x c -E /dev/null -g3 -o - | grep 64BIT`" ; then \ 7 …hell $(ARX) -X$(BITS) t ../ppc$(BITS)/$(PACKAGE)-v3/src/filesystem/.libs/libstdc++fs.a 2>/dev/null)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ |
A D | Makefile.am | 941 @-cd ${std_builddir} && $(LN_S) $? . 2>/dev/null 946 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null 950 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null 960 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null 977 @-cd ${ext_builddir} && $(LN_S) $? . 2>/dev/null 1033 @-cd ${tr1_builddir} && $(LN_S) $? . 2>/dev/null 1038 @-cd ${tr2_builddir} && $(LN_S) $? . 2>/dev/null 1053 @-cd ${debug_builddir} && $(LN_S) $? . 2>/dev/null 1089 } 2>/dev/null 1092 } 2>/dev/null [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ |
A D | Makefile.am | 1007 @-cd ${std_builddir} && $(LN_S) $? . 2>/dev/null 1012 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null 1016 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null 1026 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null 1043 @-cd ${ext_builddir} && $(LN_S) $? . 2>/dev/null 1099 @-cd ${tr1_builddir} && $(LN_S) $? . 2>/dev/null 1104 @-cd ${tr2_builddir} && $(LN_S) $? . 2>/dev/null 1124 @-cd ${debug_builddir} && $(LN_S) $? . 2>/dev/null 1160 } 2>/dev/null 1163 } 2>/dev/null [all …]
|
A D | Makefile.in | 24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 90 *) (install-info --version) >/dev/null 2>&1;; \ 1453 @-cd ${std_builddir} && $(LN_S) $? . 2>/dev/null 1458 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null 1462 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null 1489 @-cd ${ext_builddir} && $(LN_S) $? . 2>/dev/null 1545 @-cd ${tr1_builddir} && $(LN_S) $? . 2>/dev/null 1550 @-cd ${tr2_builddir} && $(LN_S) $? . 2>/dev/null 1606 } 2>/dev/null 1609 } 2>/dev/null [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ |
A D | Makefile.am | 1026 @-cd ${std_builddir} && $(LN_S) $? . 2>/dev/null 1031 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null 1040 @-cd ${c_base_builddir} && $(LN_S) $? . 2>/dev/null 1045 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null 1062 @-cd ${ext_builddir} && $(LN_S) $? . 2>/dev/null 1118 @-cd ${tr1_builddir} && $(LN_S) $? . 2>/dev/null 1123 @-cd ${tr2_builddir} && $(LN_S) $? . 2>/dev/null 1143 @-cd ${debug_builddir} && $(LN_S) $? . 2>/dev/null 1179 } 2>/dev/null 1182 } 2>/dev/null [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ |
A D | Makefile.am | 1019 @-cd ${std_builddir} && $(LN_S) $? . 2>/dev/null 1024 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null 1028 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null 1038 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null 1055 @-cd ${ext_builddir} && $(LN_S) $? . 2>/dev/null 1111 @-cd ${tr1_builddir} && $(LN_S) $? . 2>/dev/null 1116 @-cd ${tr2_builddir} && $(LN_S) $? . 2>/dev/null 1136 @-cd ${debug_builddir} && $(LN_S) $? . 2>/dev/null 1172 } 2>/dev/null 1175 } 2>/dev/null [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ |
A D | Makefile.am | 1066 @-cd ${std_builddir} && $(LN_S) $? . 2>/dev/null 1071 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null 1080 @-cd ${pstl_builddir} && $(LN_S) $? . 2>/dev/null 1090 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null 1107 @-cd ${ext_builddir} && $(LN_S) $? . 2>/dev/null 1163 @-cd ${tr1_builddir} && $(LN_S) $? . 2>/dev/null 1168 @-cd ${tr2_builddir} && $(LN_S) $? . 2>/dev/null 1188 @-cd ${debug_builddir} && $(LN_S) $? . 2>/dev/null 1224 } 2>/dev/null 1227 } 2>/dev/null [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | Rules.mak | 198 if $(CC) $(1) -S -o /dev/null -xc /dev/null > /dev/null 2>&1; \ 201 if $(CC) -Wa,$(1) -Wa,-Z -c -o /dev/null -xassembler /dev/null > /dev/null 2>&1; \ 204 …if $(CC) $(LDFLAG-fuse-ld) -Wl,$(1) $(CFLAG_-nostdlib) -o /dev/null -Wl,-b,binary /dev/null > /dev… 504 …ddis 11,30,_GLOBAL_OFFSET_TABLE_-.@ha" | $(CC) -c -x assembler -o /dev/null - 2> /dev/null && ech… 572 $(eval $(call cache-output-var,LDPIEFLAG,$(CC) -Wl$(comma)--help 2>/dev/null | grep -q -- -pie && e… 576 _LD_FLAG_ASNEEDED:=$(shell $(CC) -Wl,--help 2>/dev/null | grep -- --as-needed) 600 export ASNEEDED:=$(shell $(CC) -Wl,--help 2>/dev/null | grep -q -- --as-needed && echo "AS_NEEDED (… 609 export UBACKTRACE_ASNEEDED:=$(shell $(CC) -Wl,--help 2>/dev/null | grep -q -- --as-needed && \ 769 echo "extern __thread int foo;" | $(CC) -o /dev/null -S -xc - 2>&1)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ |
A D | Makefile.am | 971 @-cd ${std_builddir} && $(LN_S) $? . 2>/dev/null 976 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null 980 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null 990 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null 1007 @-cd ${ext_builddir} && $(LN_S) $? . 2>/dev/null 1063 @-cd ${tr1_builddir} && $(LN_S) $? . 2>/dev/null 1068 @-cd ${tr2_builddir} && $(LN_S) $? . 2>/dev/null 1083 @-cd ${debug_builddir} && $(LN_S) $? . 2>/dev/null 1119 } 2>/dev/null 1122 } 2>/dev/null [all …]
|
A D | Makefile.in | 24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 90 *) (install-info --version) >/dev/null 2>&1;; \ 1416 @-cd ${std_builddir} && $(LN_S) $? . 2>/dev/null 1421 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null 1425 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null 1452 @-cd ${ext_builddir} && $(LN_S) $? . 2>/dev/null 1508 @-cd ${tr1_builddir} && $(LN_S) $? . 2>/dev/null 1513 @-cd ${tr2_builddir} && $(LN_S) $? . 2>/dev/null 1564 } 2>/dev/null 1567 } 2>/dev/null [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ |
A D | Makefile.am | 1066 @-cd ${std_builddir} && $(LN_S) $? . 2>/dev/null 1071 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null 1080 @-cd ${pstl_builddir} && $(LN_S) $? . 2>/dev/null 1090 @-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null 1107 @-cd ${ext_builddir} && $(LN_S) $? . 2>/dev/null 1163 @-cd ${tr1_builddir} && $(LN_S) $? . 2>/dev/null 1168 @-cd ${tr2_builddir} && $(LN_S) $? . 2>/dev/null 1214 } 2>/dev/null 1217 } 2>/dev/null 1310 ${CONFIG_HEADER} > /dev/null 2>&1 \ [all …]
|