/bionic/libc/dns/resolv/ |
res_init.c | 362 cp[strcspn(cp, ";# \t\n")] = '\0'; 573 i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix) - 1); 581 i = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix2) - 1);
|
/external/toybox/scripts/ |
config2help.c | 440 int ff = strcspn(from, " ]"), tt = strcspn(to, " ]");
|
/bionic/libc/include/ |
string.h | 112 size_t strcspn(const char* __s, const char* __reject) __attribute_pure__;
|
/external/arm-optimized-routines/test/rtest/ |
main.c | 153 buf[strcspn(buf, "\r\n")] = '\0';
|
/external/kmod/testsuite/ |
init_module.c | 82 modnamelen = strcspn(s, ":");
|
/external/libdaemon/libdaemon/ |
dpid.c | 134 txt[strcspn(txt, "\r\n")] = 0;
|
/external/openssh/ |
auth2-chall.c | 168 strcspn(kbdintctxt->devices, ",") : 0;
|
authfile.c | 332 cp[strcspn(cp, "\r\n")] = '\0';
|
/external/selinux/libsemanage/src/ |
utilities.c | 83 off += strcspn(str + off, seps);
|
/frameworks/av/media/libmedia/ |
AudioParameter.cpp | 65 size_t eqIdx = strcspn(pair, "=");
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
PVRTPFXParser.cpp | 206 size_t n = strcspn(pszString, ",\t "); 228 size_t n = strcspn(pszString, ",\t "); 271 size_t n = strcspn(pszString, ",\t "); 286 size_t n = strcspn(pszString, "\t )"); 1077 size_t strCount(strcspn(aszDelimiterStart, " ")); [all...] |
/external/toybox/kconfig/ |
confdata.c | 515 l = strcspn(str, "\"\\"); 756 l = strcspn(str, "\"\\");
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
getpath.c | 388 VolLen = strcspn(path, "/\\:");
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
getpath.c | 319 VolLen = strcspn(path, "/\\:");
|
/external/compiler-rt/lib/asan/ |
asan_win_dll_thunk.cc | 402 INTERCEPT_LIBRARY_FUNCTION(strcspn); variable
|
/external/kmod/shared/ |
util.c | 138 i += strcspn(&s[i], "]");
|
/external/ppp/pppd/plugins/radius/ |
config.c | 211 if ((pos = strcspn(p, "\t ")) == 0) {
|
/external/toybox/toys/pending/ |
crontab.c | 133 int len = strcspn(ptr, " \t");
|
/external/u-boot/lib/ |
string.c | 291 * strcspn - Calculate the length of the initial substring of @s which does 296 size_t strcspn(const char *s, const char *reject) function
|
/external/u-boot/scripts/kconfig/ |
confdata.c | 374 (int)strcspn(line, "\r\n"), line); 513 l = strcspn(p, "\n"); 586 l = strcspn(p, "\n");
|
/external/skia/src/utils/win/ |
SkWGL_win.cpp | 29 size_t n = strcspn(extensionString, " ");
|
/external/skqp/src/utils/win/ |
SkWGL_win.cpp | 29 size_t n = strcspn(extensionString, " ");
|
/external/curl/lib/ |
urlapi.c | 581 size_t nfine = strcspn(part, badbytes); 612 len = strcspn(hostname, " "); [all...] |
/external/libnl/lib/ |
utils.c | 102 goodlen = strcspn(end, "#\r\n\t "); 527 plen = strcspn(p, " \t");
|
/external/libpcap/ |
pcap-sita.c | 274 pos = strcspn(buf, "#\n\r"); /* find the first comment character or EOL */ 286 *(ptr + strcspn(ptr, " \t")) = '\0'; /* null terminate the IP address so its a standalone string */ [all...] |