Searched
full:strncmp (Results
351 -
375 of
747) sorted by null
<<11121314151617181920>>
/external/iproute2/ip/ |
xfrm_state.c | 130 if (slen > 2 && strncmp(key, "0x", 2) == 0) { 197 if (len > 2 && strncmp(*argv, "0x", 2) == 0) {
|
/external/ipsec-tools/src/racoon/ |
handler.c | 1544 if (strncmp(p->mode_cfg->login, login, LOGINLEN) == 0) 1561 if (strncmp(p->mode_cfg->login, login, LOGINLEN) == 0) {
|
privsep.c | 1104 if (strncmp(*e, *be, strlen(*be)) == 0) { 1145 if (strncmp(path, rpath, len) != 0)
|
/external/jpeg/ |
config.guess | 822 if (strncmp(un.version, "V2", 2) == 0) { 825 if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
|
/external/libpcap/ |
pcap-bpf.c | 1019 if (strncmp(osinfo.release, "4.3-", 4) == 0 || 1020 strncmp(osinfo.release, "4.4-", 4) == 0)
|
pcap-dos.c | 639 if (pktInfo.error && !strncmp(dev->name,"pkt",3)) 927 if (dev_name && strncmp(dev_name,"pkt",3)) [all...] |
pcap-linux.c | 334 strncmp(utsname.release, "2.0", 3) == 0)) { [all...] |
/external/libpng/contrib/gregbook/ |
rpng-win.c | 247 if (!strncmp(*argv, "-gamma", 2)) { 255 } else if (!strncmp(*argv, "-bgcolor", 2)) {
|
/external/libxml2/ |
xmlstring.c | 200 * a strncmp for xmlChar's 214 tmp = strncmp((const char *)str1, (const char *)str2, len);
|
/external/quake/quake/src/QW/client/ |
cl_parse.c | 367 if (strncmp(cls.downloadtempname,"skins/",6)) 417 if (strncmp(cls.downloadtempname,"skins/",6)) {
|
menu.c | 695 if (!strncmp (b, command, l) ) 718 if (!strncmp (b, command, l) )
|
/external/webkit/WebCore/platform/graphics/win/ |
QTMovieWin.cpp | [all...] |
/frameworks/base/core/jni/ |
android_server_BluetoothEventLoop.cpp | 821 if (!strncmp(c_property, "Powered", strlen("Powered"))) { 825 if (!strncmp(c_value, "true", strlen("true"))) [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/ |
collect2 | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/ |
collect2 | |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/ |
collect2 | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/ |
fixincl | |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/ |
fixincl | |
/ndk/build/platforms/android-3/arch-arm/usr/lib/ |
libc.so | |
/ndk/build/platforms/android-4/arch-arm/usr/lib/ |
libc.so | |
/ndk/build/platforms/android-5/arch-arm/usr/lib/ |
libc.so | |
/ndk/build/platforms/android-5/arch-x86/usr/lib/ |
libc.so | |
/ndk/build/platforms/android-8/arch-arm/usr/lib/ |
libc.so | |
/ndk/build/platforms/android-8/arch-x86/usr/lib/ |
libc.so | |
/external/dropbear/ |
keyimport.c | 386 0 != strncmp(buffer, "-----BEGIN ", 11) || 406 if (0 == strncmp(buffer, "-----END ", 9) && 427 if (strncmp(p, "DES-EDE3-CBC,", 13)) { [all...] |
Completed in 483 milliseconds
<<11121314151617181920>>