HomeSort by relevance Sort by last modified time
    Searched refs:strncmp (Results 251 - 275 of 1166) sorted by null

<<11121314151617181920>>

  /external/openssl/crypto/x509v3/
v3_pci.c 126 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/
ansi2knr.c 260 extern int strlen(), strncmp();
518 { if ( strlen(kp) == len && !strncmp(kp, buf, len) )
652 if ( !strncmp(p, "void", 4) )
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 154 (strncmp(locale, picoSupportedLang[picoCurrentLangIndex], 2) == 0)) {
160 if (strncmp(locale, picoSupportedLang[i], 2) == 0) {
    [all...]
  /external/wpa_supplicant_8/src/utils/
os.h 466 #define os_strncmp(s1, s2, n) strncmp((s1), (s2), (n))
527 #undef strncmp macro
528 #define strncmp OS_DO_NOT_USE_strncmp macro
  /frameworks/av/media/libstagefright/rtsp/
ASessionDescription.cpp 262 if (strncmp(value.c_str(), "npt=", 4)) {
308 if (!strncmp("now", s, 3)) {
322 if (!strncmp("now", s, 3)) {
  /hardware/qcom/audio/legacy/libalsa-intf/
alsaucm_test.c 108 if (!strncmp(cmdstr, exit_str, strlen(cmdstr))) {
152 if (!strncmp(argv[0], help_str, strlen(argv[0])))
178 if (strncmp(cmd->cmd_str, command, strlen(cmd->cmd_str)) == 0)
  /external/chromium_org/third_party/openssl/openssl/ssl/
s23_srvr.c 413 else if ((strncmp("GET ", (char *)p,4) == 0) ||
414 (strncmp("POST ",(char *)p,5) == 0) ||
415 (strncmp("HEAD ",(char *)p,5) == 0) ||
416 (strncmp("PUT ", (char *)p,4) == 0))
421 else if (strncmp("CONNECT",(char *)p,7) == 0)
  /external/openssl/ssl/
s23_srvr.c 413 else if ((strncmp("GET ", (char *)p,4) == 0) ||
414 (strncmp("POST ",(char *)p,5) == 0) ||
415 (strncmp("HEAD ",(char *)p,5) == 0) ||
416 (strncmp("PUT ", (char *)p,4) == 0))
421 else if (strncmp("CONNECT",(char *)p,7) == 0)
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 112 if (!strncmp((char *)m_nkind,"OMX.qcom.video.encoder.mpeg4",\
117 } else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.h263",\
121 } else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc",\
127 else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.vp8", \
    [all...]
  /hardware/qcom/display/msm8974/libexternal/
external.cpp 71 if(strncmp(fbType, "dtv panel", strlen("dtv panel")) == 0){
74 } else if(strncmp(fbType, "writeback panel",
149 if(!strncmp(s1,"hdmi",strlen(s1))) {
154 }else if(!strncmp(s1,"wfd",strlen(s1))) {
162 if(!strncmp(s1,"hdmi",strlen(s1))) {
166 }else if(!strncmp(s1,"wfd",strlen(s1))) {
220 if (strncmp(info, UNKNOWN_STRING, SPD_NAME_LENGTH)) {
  /external/chromium_org/third_party/openssl/openssl/crypto/pem/
pem_lib.c 499 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(&(buf[9+i]),"-----\n",6) != 0)
    [all...]
  /external/openssl/crypto/pem/
pem_lib.c 499 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(&(buf[9+i]),"-----\n",6) != 0)
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
server.c 416 if (strncmp ("QPassSignals:", arg_own_buf, 13) == 0) {
450 if (strncmp ("qRcmd,", arg_own_buf, 6) == 0) {
480 if (strncmp ("qThreadExtraInfo,", arg_own_buf, 17) == 0) {
536 && strncmp ("qXfer:features:read:", arg_own_buf, 20) == 0) {
598 if (strncmp ("qXfer:auxv:read:", arg_own_buf, 16) == 0) {
652 if (strncmp ("qSupported", arg_own_buf, 10) == 0
    [all...]
  /external/valgrind/main/coregrind/
m_libcproc.c 86 if (VG_(strncmp)(varname, s, n) == 0 && s[n] == '=') {
102 if (!(VG_(strncmp)(varname, *from, len) == 0 && (*from)[len] == '=')) {
123 if (VG_(strncmp)(varname, *cpp, len) == 0 && (*cpp)[len] == '=') {
244 if (VG_(strncmp)(envp[i], "LD_PRELOAD=", 11) == 0) {
248 if (VG_(strncmp)(envp[i], "LD_LIBRARY_PATH=", 16) == 0) {
252 if (VG_(strncmp)(envp[i], "DYLD_INSERT_LIBRARIES=", 22) == 0) {
  /frameworks/wilhelm/tests/sandbox/
playbq.c 188 } else if (!strncmp(arg, "-f", 2)) {
190 } else if (!strncmp(arg, "-n", 2)) {
192 } else if (!strncmp(arg, "-p", 2)) {
195 } else if (!strncmp(arg, "-P", 2)) {
198 } else if (!strncmp(arg, "-q", 2)) {
205 } else if (!strncmp(arg, "-Q", 2)) {
playbq.cpp 188 } else if (!strncmp(arg, "-f", 2)) {
190 } else if (!strncmp(arg, "-n", 2)) {
192 } else if (!strncmp(arg, "-p", 2)) {
195 } else if (!strncmp(arg, "-P", 2)) {
198 } else if (!strncmp(arg, "-q", 2)) {
205 } else if (!strncmp(arg, "-Q", 2)) {
multiplay.c 124 if (!strncmp(arg, "-n", 2))
126 else if (!strncmp(arg, "-v", 2))
128 else if (!strncmp(arg, "-t", 2))
  /hardware/qcom/display/msm8960/libexternal/
external.cpp 69 if(strncmp(fbType, "dtv panel", strlen("dtv panel")) == 0){
72 } else if(strncmp(fbType, "writeback panel",
147 if(!strncmp(s1,"hdmi",strlen(s1))) {
152 }else if(!strncmp(s1,"wfd",strlen(s1))) {
160 if(!strncmp(s1,"hdmi",strlen(s1))) {
164 }else if(!strncmp(s1,"wfd",strlen(s1))) {
  /hardware/qcom/display/msm8x26/libexternal/
external.cpp 69 if(strncmp(fbType, "dtv panel", strlen("dtv panel")) == 0){
72 } else if(strncmp(fbType, "writeback panel",
147 if(!strncmp(s1,"hdmi",strlen(s1))) {
152 }else if(!strncmp(s1,"wfd",strlen(s1))) {
160 if(!strncmp(s1,"hdmi",strlen(s1))) {
164 }else if(!strncmp(s1,"wfd",strlen(s1))) {
  /frameworks/wilhelm/tools/permute/
permute.c 314 if (!strncmp(arg, "-m", 2)) {
322 if (!strncmp(arg, "-s", 2)) {
330 if (!strncmp(arg, "-r", 2)) {
  /bionic/libc/arch-x86/
x86.mk 25 arch-x86/string/ssse3-strncmp-atom.S \
39 arch-x86/string/strncmp.S \
  /device/samsung/manta/libsensors/
SensorBase.cpp 128 strncmp(ent->d_name, type, strlen(type)) == 0) {
  /external/chromium_org/chrome/renderer/net/
predictor_queue.cc 45 0 == strncmp(source, &buffer_[readable_], unsigned_length) &&
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/gif/
GIFImageReader.cpp 433 if (!strncmp((char*)currentComponent, "GIF89a", 6))
435 else if (!strncmp((char*)currentComponent, "GIF87a", 6))
585 && (!strncmp((char*)currentComponent, "NETSCAPE2.0", 11) || !strncmp((char*)currentComponent, "ANIMEXTS1.0", 11)))
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayType.h 24 && strncmp(str, token, sizeof(str) - 1) == 0)

Completed in 559 milliseconds

<<11121314151617181920>>