Searched
full:strncmp (Results
326 -
350 of
747) sorted by null
<<11121314151617181920>>
/external/v8/samples/ |
shell.cc | 78 } else if (strncmp(str, "--", 2) == 0) {
|
/external/v8/src/ |
log-utils.cc | 403 && strncmp(record.start(), curr.start(), record.length()) == 0) {
|
/external/v8/test/cctest/ |
test-heap-profiler.cc | 330 if (strncmp(constructor, lines_[i], cons_len) == 0 &&
|
/external/webkit/WebCore/platform/graphics/android/ |
ImageSourceAndroid.cpp | 261 if (buffer.size() > 3 && strncmp(contents, "GIF8", 4) == 0 &&
|
/external/webkit/WebCore/platform/image-decoders/png/ |
PNGImageDecoder.cpp | 220 if (!strncmp(warningMsg, "Missing PLTE before tRNS", 24))
|
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
wpa_ctrl.c | 209 if (strncmp(entry.d_name, local_socket_prefix, prefixlen) == 0) {
|
/external/yaffs2/yaffs2/utils/ |
mkyaffs2image.c | 509 if (!strncmp(argv[optind + 2], "convert", strlen("convert")))
|
mkyaffsimage.c | 544 if ((argc == 4) && (!strncmp(argv[3], "convert", strlen("convert"))))
|
/external/zlib/contrib/untgz/ |
untgz.c | 449 if (strncmp(fname,buffer.header.name,SHORTNAMESIZE-1) != 0)
|
/frameworks/base/cmds/keystore/ |
keystore.c | 307 if (!strncmp(name, file->d_name, n)) {
|
/frameworks/base/core/jni/ |
android_net_wifi_Wifi.cpp | 338 if (lastSpace && !strncmp(lastSpace - 4, "rssi", 4)) {
|
/packages/experimental/procstatlog/ |
procstatlog.c | 179 if (strncmp(line, "Device ", 7) == 0) {
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_stdinc.h | 525 #define SDL_strncmp strncmp
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_stdinc.h | 525 #define SDL_strncmp strncmp
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/ |
collect2 | |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/ |
libmng_types.h | 214 #include <string.h> /* "strncmp" + "strcmp" */
|
/prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/ |
collect2 | |
/prebuilt/windows/sdl/include/SDL/ |
SDL_stdinc.h | 525 #define SDL_strncmp strncmp
|
/system/core/nexus/ |
Supplicant.cpp | 130 } else if (rc < 0 || !strncmp(reply, "FAIL", 4)) {
|
/system/core/sh/ |
histedit.c | 455 if (*s == *p && strncmp(s, p, plen) == 0) {
|
/external/qemu/ |
i386-dis.c | [all...] |
/external/bison/lib/ |
getopt.c | 503 if (!strncmp (p->name, d->__nextchar, nameend - d->__nextchar)) 874 if (!strncmp (p->name, d->__nextchar, nameend - d->__nextchar))
|
/external/clearsilver/imd/ |
imd.c | 114 if (strncmp(data, "GIF87a", 6) && strncmp(data, "GIF89a", 6))
|
/external/giflib/ |
dgif_lib.c | 143 if (strncmp(GIF_STAMP, Buf, GIF_VERSION_POS) != 0) { 210 if (strncmp(GIF_STAMP, Buf, GIF_VERSION_POS) != 0) { [all...] |
/external/grub/lib/ |
getopt.c | 659 if (!strncmp (p->name, nextchar, nameend - nextchar)) 847 if (!strncmp (p->name, nextchar, nameend - nextchar))
|
Completed in 403 milliseconds
<<11121314151617181920>>