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

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/src/core/
SkGraphics.cpp 169 if (strncmp(flags, gFlags[i].fStr, paramLen) == 0) {
  /external/chromium_org/third_party/sqlite/src/tool/
rollback-test.c 89 }else if( strncmp(argv[i], "-pagesize=", 10)==0 ){
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
uncstring_test.c 100 if (strncmp(str, test->result, len) != 0) {
  /external/chromium_org/tools/android/common/
adb_connection.cc 97 strncmp("OKAY", response, kAdbStatusLength) != 0) {
  /external/dhcpcd/
if-options.c 146 if (match && strncmp(lst[i], match, l) == 0) {
632 if (strncmp(arg, "ip_address=", strlen("ip_address=")) == 0) {
640 } else if (strncmp(arg, "subnet_mask=", strlen("subnet_mask=")) == 0) {
643 } else if (strncmp(arg, "routes=", strlen("routes=")) == 0 ||
644 strncmp(arg, "static_routes=", strlen("static_routes=")) == 0 ||
645 strncmp(arg, "classless_static_routes=", strlen("classless_static_routes=")) == 0 ||
646 strncmp(arg, "ms_classless_static_routes=", strlen("ms_classless_static_routes=")) == 0)
669 } else if (strncmp(arg, "routers=", strlen("routers=")) == 0) {
688 if (strncmp(ifo->config[s], arg,
  /external/dropbear/
common-algo.c 201 && (strncmp(algos[i].name, algo, algolen) == 0)) {
loginrec.c 410 if ((strncmp(src, "/dev/", 5) == 0) || (dstsize < (strlen(src) + 5))) {
424 if (strncmp(src, "/dev/", 5) == 0)
445 if (strncmp(src, "/dev/", 5) == 0)
449 if (strncmp(src, "tty", 3) == 0)
696 if (!strncmp(ty->ty_name, ut->ut_line, sizeof(ut->ut_line)))
720 (strncmp(old_ut.ut_line, ut->ut_line, sizeof(ut->ut_line)) == 0) &&
721 (strncmp(old_ut.ut_name, ut->ut_name, sizeof(ut->ut_name)) == 0)) {
980 if (strncmp(li->username, ut->ut_name,
1135 if ( strncmp(li->username, utx->ut_name,
    [all...]
  /external/e2fsprogs/misc/
fsck.c 407 tpl = (strncmp(type, "fsck.", 5) ? "%s/fsck.%s" : "%s/%s");
710 else if (fstype && strncmp(fstype, "no", 2) &&
711 strncmp(fstype, "opts=", 5) && strncmp(fstype, "loop", 4) &&
776 if (strncmp(s, "no", 2) == 0) {
786 else if (strncmp(s, "opts=", 5) == 0) {
934 (!strncmp(instance_list->device, BASE_MD, sizeof(BASE_MD)-1) ||
935 !strncmp(device, BASE_MD, sizeof(BASE_MD)-1)))
1177 !strncmp(argv[i+1], "-", 1) == 0) {
  /external/elfutils/libasm/
libasmP.h 302 #define asm_emit_symbol_p(name) (strncmp (name, ".L", 2) != 0)
  /external/libvorbis/examples/
encoder_example.c 88 if ( ! strncmp((char*)readbuffer, "da", 2) ){
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
aliased.php 31 if(strncmp($real_path, SOURCE_ROOT, $base_path_len)) {
  /external/linux-tools-perf/
builtin-report.c 373 if (!strncmp(tok, "graph", strlen(arg)))
376 else if (!strncmp(tok, "flat", strlen(arg)))
379 else if (!strncmp(tok, "fractal", strlen(arg)))
382 else if (!strncmp(tok, "none", strlen(arg))) {
  /external/llvm/runtime/libprofile/
CommonProfiling.c 65 while (argc > 1 && !strncmp(argv[1], "-llvmprof-", 10)) {
  /external/openssh/
auth2-jpake.c 287 if (strncmp(authctxt->pw->pw_passwd, "$2$", 3) == 0 &&
297 } else if (strncmp(authctxt->pw->pw_passwd, "$2a$", 4) == 0 &&
307 } else if (strncmp(authctxt->pw->pw_passwd, "$1$", 3) == 0 &&
321 } else if (strncmp(authctxt->pw->pw_passwd, "_", 1) == 0 &&
loginrec.c 564 if ((strncmp(src, "/dev/", 5) == 0) || (dstsize < (strlen(src) + 5)))
578 if (strncmp(src, "/dev/", 5) == 0)
601 if (strncmp(src, "/dev/", 5) == 0)
605 if (strncmp(src, "tty", 3) == 0)
855 if (!strncmp(ty->ty_name, ut->ut_line, sizeof(ut->ut_line)))
892 (strncmp(old_ut.ut_line, ut->ut_line, sizeof(ut->ut_line)) == 0) &&
893 (strncmp(old_ut.ut_name, ut->ut_name, sizeof(ut->ut_name)) == 0))
1167 if (strncmp(li->username, ut->ut_name,
    [all...]
  /external/oprofile/daemon/
opd_extended.c 44 if(!strncmp(name, ext_feature_table[i].feature,
  /external/skia/src/animator/
SkDisplayType.h 24 && strncmp(str, token, sizeof(str) - 1) == 0)
  /external/skia/src/core/
SkGraphics.cpp 169 if (strncmp(flags, gFlags[i].fStr, paramLen) == 0) {
  /external/skia/tests/
AnnotationTest.cpp 20 if (strncmp(&data[i], needle, nSize) == 0) {
  /external/stlport/test/unit/
copy_test.cpp 45 CPPUNIT_ASSERT(!strncmp(string, result, 23));
  /external/wpa_supplicant_8/src/utils/
edit_readline.c 54 if (strncmp(pending_completions[pos], text, len) == 0)
  /frameworks/base/media/tests/players/
invoke_mock_media_player.cpp 64 if (strncmp(url, kPing, strlen(kPing)) == 0) {
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 104 if (0 == strncmp(pInput.c_str(),
  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamOutALSA.cpp 101 else if(!strncmp(mHandle->useCase, SND_USE_CASE_VERB_IP_VOICECALL,
102 sizeof(mHandle->useCase)) || !strncmp(mHandle->useCase,
257 if((!strncmp(mHandle->useCase, SND_USE_CASE_VERB_IP_VOICECALL, strlen(SND_USE_CASE_VERB_IP_VOICECALL))) ||
258 (!strncmp(mHandle->useCase, SND_USE_CASE_MOD_PLAY_VOIP, strlen(SND_USE_CASE_MOD_PLAY_VOIP)))) {
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_vsync.cpp 113 if (!strncmp(str, "VSYNC=", strlen("VSYNC="))) {

Completed in 1849 milliseconds

<<11121314151617181920>>