/external/avahi/ |
config.h | 228 /* Define to 1 if you have the `strspn' function. */
|
/external/compiler-rt/lib/dfsan/ |
done_abilist.txt | 141 fun:strspn=discard
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_flags.inc | 177 "If set, uses custom wrappers for strspn and strcspn function "
|
/external/elfutils/libdwfl/ |
linux-proc-maps.c | 242 char *file = line + nread + strspn (line + nread, " \t");
|
/frameworks/av/camera/ |
CameraParameters2.cpp | 94 // XXX i think i can do this with strspn()
|
/ndk/sources/host-tools/ndk-stack/ |
ndk-stack-parser.c | 277 return str + strspn(str, " \t");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
string2.h | 1011 # define strspn macro 1028 # define strspn macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
string2.h | 1011 # define strspn macro 1028 # define strspn macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
string2.h | 1011 # define strspn macro 1028 # define strspn macro [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
gold.h | 257 return (name[strspn(name,
|
/external/iproute2/lib/ |
utils.c | 982 for (cp = line + strspn(line, ws); *cp; cp += strspn(cp, ws)) {
|
/external/avahi/avahi-daemon/ |
main.c | 190 p = ln + strspn(ln, "\t "); 194 p += strspn(p, "\t "); 207 p += strspn(p, "\t "); [all...] |
/bionic/libc/ |
libc.arm.brillo.map | 1010 strspn;
|
libc.arm.map | 1010 strspn;
|
libc.map.txt | 1035 strspn;
|
libc.mips.map | 1008 strspn;
|
libc.x86.map | 1006 strspn;
|
/device/lge/bullhead/power/ |
power.c | 589 size_t begin = strspn(line, " \t");
|
/external/autotest/client/tests/ipv6connect/src/ |
ipv6connect.c | 445 if (strspn(types, "OMT") != strlen(types)) {
|
/external/compiler-rt/lib/asan/ |
asan_win_dll_thunk.cc | 400 INTERCEPT_LIBRARY_FUNCTION(strspn); variable
|
/external/ltrace/etc/ |
libc.so.conf | 318 ulong strspn(string,string);
|
/external/toybox/kconfig/lxdialog/ |
util.c | 384 temp = strspn(label, " ");
|
/system/core/init/ |
util.cpp | 349 s += strspn(s, accept);
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
xmlconfig.c | 304 string += strspn (string, " \f\n\r\t\v"); 330 tail += strspn (tail, " \f\n\r\t\v"); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
shlwapi.h | 155 #define StrSpn __MINGW_NAME_AW(StrSpn) [all...] |