Searched refs:strncmp (Results 126 - 150 of 855) sorted by relevance

1234567891011>>

/external/jpeg/
H A Dansi2knr.c260 extern int strlen(), strncmp();
518 { if ( strlen(kp) == len && !strncmp(kp, buf, len) )
652 if ( !strncmp(p, "void", 4) )
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-mem.c223 if (!argc || !(strncmp(argv[0], "rec", 3) || mem_operation))
233 if (!strncmp(argv[0], "rec", 3))
235 else if (!strncmp(argv[0], "rep", 3))
/external/openssl/crypto/x509v3/
H A Dv3_pci.c126 if (strncmp(val->value, "hex:", 4) == 0)
160 else if (strncmp(val->value, "file:", 5) == 0)
197 else if (strncmp(val->value, "text:", 5) == 0)
/external/qemu/distrib/jpeg-6b/
H A Dansi2knr.c260 extern int strlen(), strncmp();
518 { if ( strlen(kp) == len && !strncmp(kp, buf, len) )
652 if ( !strncmp(p, "void", 4) )
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp154 (strncmp(locale, picoSupportedLang[picoCurrentLangIndex], 2) == 0)) {
160 if (strncmp(locale, picoSupportedLang[i], 2) == 0) {
1330 if (strncmp(property, "language", 8) == 0) {
1344 } else if (strncmp(property, "rate", 4) == 0) {
1354 } else if (strncmp(property, "pitch", 5) == 0) {
1364 } else if (strncmp(property, "volume", 6) == 0) {
1402 if (strncmp(property, "language", 8) == 0) {
1413 } else if (strncmp(property, "rate", 4) == 0) {
1422 } else if (strncmp(property, "pitch", 5) == 0) {
1431 } else if (strncmp(propert
[all...]
/external/openssl/ssl/
H A Ds23_srvr.c411 else if ((strncmp("GET ", (char *)p,4) == 0) ||
412 (strncmp("POST ",(char *)p,5) == 0) ||
413 (strncmp("HEAD ",(char *)p,5) == 0) ||
414 (strncmp("PUT ", (char *)p,4) == 0))
419 else if (strncmp("CONNECT",(char *)p,7) == 0)
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_at.c367 /* It will distinguish 'callheld' which could be matched by strncmp as 'call'. */
368 if (strncmp(name, bta_hf_client_indicators[i].name, bta_hf_client_indicators[i].namelen) != 0)
578 if (strncmp("\r\n"event, buf,sizeof("\r\n"event) - 1) != 0) return buf; \
584 if (strncmp("\r\n", buf, sizeof("\r\n") - 1) != 0) { \
739 if(strncmp("0",buffer, 1) == 0)
744 else if(strncmp("1x",buffer, 2) == 0)
749 else if(strncmp("1",buffer, 1) == 0)
754 else if(strncmp("2x",buffer, 2) == 0)
759 else if(strncmp("2",buffer, 1) == 0)
764 else if(strncmp("
[all...]
/external/openssl/crypto/pem/
H A Dpem_lib.c499 if (strncmp(header,"Proc-Type: ",11) != 0)
504 if (strncmp(header,"ENCRYPTED",9) != 0)
511 if (strncmp(header,"DEK-Info: ",10) != 0)
710 if (strncmp(buf,"-----BEGIN ",11) == 0)
714 if (strncmp(&(buf[11+i-6]),"-----\n",6) != 0)
741 if (strncmp(buf,"-----END ",9) == 0)
766 if (strncmp(buf,"-----END ",9) == 0)
798 if ( (strncmp(buf,"-----END ",9) != 0) ||
799 (strncmp(nameB->data,&(buf[9]),i) != 0) ||
800 (strncmp(
[all...]
/external/valgrind/main/coregrind/
H A Dm_libcproc.c86 if (VG_(strncmp)(varname, s, n) == 0 && s[n] == '=') {
102 if (!(VG_(strncmp)(varname, *from, len) == 0 && (*from)[len] == '=')) {
124 if (VG_(strncmp)(varname, *cpp, len) == 0 && (*cpp)[len] == '=') {
245 if (VG_(strncmp)(envp[i], "LD_PRELOAD=", 11) == 0) {
249 if (VG_(strncmp)(envp[i], "LD_LIBRARY_PATH=", 16) == 0) {
253 if (VG_(strncmp)(envp[i], "DYLD_INSERT_LIBRARIES=", 22) == 0) {
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLogoPlay.cpp340 SkASSERT(strncmp(data, pathPrefix, sizeof(pathPrefix) - 1) == 0);
345 SkASSERT(strncmp(data, "d=\"", 3) == 0);
350 SkASSERT(strncmp(data, "\"/>", 3) == 0);
/external/e2fsprogs/lib/ext2fs/
H A Dismounted.c260 if (strncmp(_PATH_DEV, s1, len) == 0)
266 if (strncmp(_PATH_DEV, s2, len) == 0) {
306 if (*buf && strncmp(buf, "Filename\t", 9))
/external/lldb/source/Target/
H A DPathMappingList.cpp193 if (::strncmp (pos->first.GetCString(), path_cstr, prefixLen) == 0)
215 if (::strncmp (pos->first.GetCString(), path, prefix_len) == 0)
242 if (::strncmp (pos->first.GetCString(), orig_path, prefix_len) == 0)
/external/skia/experimental/Intersection/
H A DLogoPlay.cpp340 SkASSERT(strncmp(data, pathPrefix, sizeof(pathPrefix) - 1) == 0);
345 SkASSERT(strncmp(data, "d=\"", 3) == 0);
350 SkASSERT(strncmp(data, "\"/>", 3) == 0);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h532 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n))
631 #undef strncmp macro
632 #define strncmp OS_DO_NOT_USE_strncmp macro
/external/wpa_supplicant_8/src/utils/
H A Dos.h532 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n))
631 #undef strncmp macro
632 #define strncmp OS_DO_NOT_USE_strncmp macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h532 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n))
631 #undef strncmp macro
632 #define strncmp OS_DO_NOT_USE_strncmp macro
/external/chromium_org/chrome/renderer/net/
H A Dpredictor_queue.cc45 0 == strncmp(source, &buffer_[readable_], unsigned_length) &&
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageReader.cpp426 if (!strncmp((char*)currentComponent, "GIF89a", 6))
428 else if (!strncmp((char*)currentComponent, "GIF87a", 6))
580 && (!strncmp((char*)currentComponent, "NETSCAPE2.0", 11) || !strncmp((char*)currentComponent, "ANIMEXTS1.0", 11)))
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddecode_test_driver.cc44 return strncmp(kVP8Name, codec_name, sizeof(kVP8Name) - 1) == 0;
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayType.h24 && strncmp(str, token, sizeof(str) - 1) == 0)
/external/chromium_org/third_party/skia/src/core/
H A DSkGraphics.cpp170 if (strncmp(flags, gFlags[i].fStr, paramLen) == 0) {
/external/chromium_org/third_party/skia/tests/
H A DAnnotationTest.cpp20 if (strncmp(&data[i], needle, nSize) == 0) {
H A DDocumentTest.cpp82 REPORTER_ASSERT(reporter, strncmp(header, "%PDF", 4) == 0);
/external/chromium_org/third_party/sqlite/src/tool/
H A Drollback-test.c89 }else if( strncmp(argv[i], "-pagesize=", 10)==0 ){
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
H A Dparse_delay_file.m9 if ~strncmp(textline, '#!NetEQ_Delay_Logging', 21)
22 if ~strncmp(textline, 'End of file', 21)

Completed in 826 milliseconds

1234567891011>>