strncmp           214 core/gui_script.c         if (strncmp(ptr, "true", 4) == 0)
strncmp           221 core/gui_script.c         else if (strncmp(ptr, "false", 5) == 0)
strncmp           370 core/gui_script.c             if (strncmp(ptr,"table",5) == 0)
strncmp           378 core/gui_script.c         if (strncmp(ptr,"bool",4) == 0)
strncmp           385 core/gui_script.c         if (strncmp(ptr,"long",4) == 0)
strncmp           447 core/gui_script.c             if (strncmp("@title", ptr, 6)==0)
strncmp           451 core/gui_script.c             else if (strncmp("@subtitle", ptr, 9)==0)
strncmp           455 core/gui_script.c             else if (strncmp("@param", ptr, 6)==0)
strncmp           459 core/gui_script.c             else if (strncmp("@default", ptr, 8)==0)
strncmp           463 core/gui_script.c             else if (strncmp("@range", ptr, 6)==0)
strncmp           467 core/gui_script.c             else if (strncmp("@values", ptr, 7)==0)
strncmp           471 core/gui_script.c             else if (strncmp("@chdk_version", ptr, 13)==0)
strncmp           591 core/gui_script.c             if (strncmp("@param", ptr, 6) == 0) 
strncmp           617 core/gui_script.c                 if (strncmp("@default", ptr, 8)==0)
strncmp           206 core/lib_thumb.c         if (strncmp(p, s2, len) == 0)
strncmp            13 include/std/string.h extern int strncmp(const char *s1, const char *s2, long n);
strncmp            33 lib/armutil/reboot.c 	if(namelen > 3 && (strncmp(bootfile + namelen - 4,".FI",3) == 0)) {
strncmp           383 lib/ubasic/tokenizer.c       if(strncmp(ptr, kt->keyword, strlen(kt->keyword)) == 0) {
strncmp           127 modules/curves.c         if(strncmp(s,"A/",2)==0) strncpy(conf.curve_file,s,99);
strncmp           814 modules/dng.c                  if (strncmp(fn+i,"CR",2)==0) strcpy(fn+i,"WAV"); else strcpy(fn+i,"CRW");
strncmp           117 modules/edgeoverlay.c     if( strncmp(fn,EDGE_FILE_PREFIX,sizeof(EDGE_FILE_PREFIX)-1) == 0 )
strncmp           646 modules/file_shelter.c             if (strncmp(exmemtypes[i],get_exmem_type_name(n),strlen(exmemtypes[i]))==0) {
strncmp           974 modules/gui_fselect.c                     if (is_jpg(de.de->d_name) && (strncmp(match+4, de.de->d_name+4, 4) == 0))
strncmp          1045 modules/gui_fselect.c                     if (is_jpg(ptr2->name) && (strncmp(ptr->name+4, ptr2->name+4, 4) == 0))
strncmp            97 modules/gui_grid.c     if (strncmp(p,"trans",5) == 0)              rv = 255+1;
strncmp            98 modules/gui_grid.c     else if (strncmp(p,"black",5) == 0)         rv = 255+2;
strncmp            99 modules/gui_grid.c     else if (strncmp(p,"white",5) == 0)         rv = 255+3;
strncmp           100 modules/gui_grid.c     else if (strncmp(p,"red_dark",8) == 0)      rv = 255+5;
strncmp           101 modules/gui_grid.c     else if (strncmp(p,"red_light",9) == 0)     rv = 255+6;
strncmp           102 modules/gui_grid.c     else if (strncmp(p,"red",3) == 0)           rv = 255+4;
strncmp           103 modules/gui_grid.c     else if (strncmp(p,"green_dark",10) == 0)   rv = 255+8;
strncmp           104 modules/gui_grid.c     else if (strncmp(p,"green_light",11) == 0)  rv = 255+9;
strncmp           105 modules/gui_grid.c     else if (strncmp(p,"green",5) == 0)         rv = 255+7;
strncmp           106 modules/gui_grid.c     else if (strncmp(p,"blue_dark",9) == 0)     rv = 255+11;
strncmp           107 modules/gui_grid.c     else if (strncmp(p,"blue_light",10) == 0)   rv = 255+12;
strncmp           108 modules/gui_grid.c     else if (strncmp(p,"blue",4) == 0)          rv = 255+10;
strncmp           109 modules/gui_grid.c     else if (strncmp(p,"grey_trans",10) == 0)   rv = 255+19;
strncmp           110 modules/gui_grid.c     else if (strncmp(p,"grey_dark",9) == 0)     rv = 255+14;
strncmp           111 modules/gui_grid.c     else if (strncmp(p,"grey_light",10) == 0)   rv = 255+15;
strncmp           112 modules/gui_grid.c     else if (strncmp(p,"grey",4) == 0)          rv = 255+13;
strncmp           113 modules/gui_grid.c     else if (strncmp(p,"yellow_dark",11) == 0)  rv = 255+17;
strncmp           114 modules/gui_grid.c     else if (strncmp(p,"yellow_light",12) == 0) rv = 255+18;
strncmp           115 modules/gui_grid.c     else if (strncmp(p,"yellow",6) == 0)        rv = 255+16;
strncmp           116 modules/gui_grid.c     else if (strncmp(p,"magenta",7) == 0)       rv = 255+20;
strncmp           181 modules/gui_grid.c                 if (strncmp("@title", ptr, 6)==0) {
strncmp           184 modules/gui_grid.c                 } else if (strncmp("@line", ptr, 5)==0) {
strncmp           187 modules/gui_grid.c                 } else if (strncmp("@rectf", ptr, 6)==0) {
strncmp           190 modules/gui_grid.c                 } else if (strncmp("@rect", ptr, 5)==0) {
strncmp           193 modules/gui_grid.c                 } else if (strncmp("@elpsf", ptr, 6)==0) {
strncmp           196 modules/gui_grid.c                 } else if (strncmp("@elps", ptr, 5)==0) {
strncmp          1679 modules/luascript.c   if (strncmp("s", t, 1)==0) r = ttm->tm_sec;
strncmp          1680 modules/luascript.c   else if (strncmp("m", t, 1)==0) r = ttm->tm_min;
strncmp          1681 modules/luascript.c   else if (strncmp("h", t, 1)==0) r = ttm->tm_hour;
strncmp          1682 modules/luascript.c   else if (strncmp("D", t, 1)==0) r = ttm->tm_mday;
strncmp          1683 modules/luascript.c   else if (strncmp("M", t, 1)==0) r = ttm->tm_mon+1;
strncmp          1684 modules/luascript.c   else if (strncmp("Y", t, 1)==0) r = 1900+ttm->tm_year;
strncmp           103 modules/module_exportlist.c             strncmp
strncmp           452 modules/raw_merge.c         if (strncmp(n, "IMG", 3) == 0)
strncmp           643 modules/user_menu_edit.c                         if (strncmp("@title", ptr, 6)==0)
strncmp           928 platform/g7x2/sub/101a/boot.c     int skip = ((strncmp(name,"A/DCIM",6) == 0) && (name[l-9] == '_') && (strncmp(name+l-4, ".JPG", 4) != 0) && (strncmp(name+l-4, ".CR2", 4) != 0));
strncmp           937 platform/g7x2/sub/110b/boot.c     int skip = ((strncmp(name,"A/DCIM",6) == 0) && (name[l-9] == '_') && (strncmp(name+l-4, ".JPG", 4) != 0) && (strncmp(name+l-4, ".CR2", 4) != 0));
strncmp          1021 tools/capdis.c         if ( strncmp(argv[i],"-c=",3) == 0 ) {
strncmp          1024 tools/capdis.c         else if ( strncmp(argv[i],"-o=",3) == 0 ) {
strncmp          1027 tools/capdis.c         else if ( strncmp(argv[i],"-s=",3) == 0 ) {
strncmp          1034 tools/capdis.c         else if ( strncmp(argv[i],"-e=",3) == 0 ) {
strncmp          1037 tools/capdis.c         else if ( strncmp(argv[i],"-f=",3) == 0 ) {
strncmp          1054 tools/capdis.c         else if ( strncmp(argv[i],"-stubs=",7) == 0 ) {
strncmp          1057 tools/capdis.c         else if ( strncmp(argv[i],"-props=",7) == 0 ) {
strncmp          1096 tools/capdis.c         else if ( strncmp(argv[i],"-eret=",6) == 0 ) {
strncmp          1194 tools/code_gen.c             if (strncmp(line,"<<<",3) == 0)
strncmp           458 tools/elf2flt/elfflt.c     if(strncmp(name, ".text", 5) == 0) {
strncmp           463 tools/elf2flt/elfflt.c     } else if(strncmp(name, ".rel.text", 9) == 0) {
strncmp           466 tools/elf2flt/elfflt.c     } else if(strncmp(name, ".data", 5) == 0) {
strncmp           471 tools/elf2flt/elfflt.c     } else if(strncmp(name, ".rodata", 7) == 0) {
strncmp           476 tools/elf2flt/elfflt.c     } else if(strncmp(name, ".rel.rodata", 11) == 0) {
strncmp           479 tools/elf2flt/elfflt.c     } else if(strncmp(name, ".rel.data", 9) == 0) {
strncmp           482 tools/elf2flt/elfflt.c     } else if(strncmp(name, ".rela.", 6) == 0) {
strncmp           485 tools/elf2flt/elfflt.c     } else if(strncmp(name, ".symtab", 7) == 0) {
strncmp           488 tools/elf2flt/elfflt.c     } else if(strncmp(name, ".strtab", 7) == 0) {
strncmp           491 tools/elf2flt/elfflt.c     } else if(strncmp(name, ".bss", 4) == 0) {
strncmp           175 tools/elf2flt/myio.c 	if ( !strncmp( sym, prefix, prefixsize ) )
strncmp          4304 tools/finsig_dryos.c     if (strncmp(curr_name,"task_",5) == 0 ||
strncmp          4305 tools/finsig_dryos.c         strncmp(curr_name,"hook_",5) == 0) macro = "   DEF";
strncmp          5102 tools/finsig_dryos.c                 if ( strncmp(extyp,"EXMEM",5)==0 )
strncmp          8321 tools/finsig_dryos.c         if (strncmp(fns[k]->name,"hook_",5) != 0)
strncmp          3206 tools/finsig_thumb2.c                     if ( strncmp(extyp,"EXMEM",5)==0 )
strncmp          6829 tools/finsig_thumb2.c         if (strncmp(fns[k]->name,"hook_",5) == 0) {
strncmp          7017 tools/finsig_thumb2.c     if (strncmp(sig->name,"task_",5) == 0 ||
strncmp          7018 tools/finsig_thumb2.c         strncmp(sig->name,"hook_",5) == 0) macro = "   DEF";
strncmp          3286 tools/finsig_vxworks.c     if (strncmp(curr_name,"task_",5) == 0 ||
strncmp          3287 tools/finsig_vxworks.c         strncmp(curr_name,"hook_",5) == 0) macro = "   DEF";
strncmp          4131 tools/finsig_vxworks.c                 if ( strncmp(extyp,"EXMEM",5)==0 )
strncmp          6332 tools/finsig_vxworks.c         if (strncmp(fns[k]->name,"hook_",5) != 0)
strncmp          1045 tools/firmware_load.c                     if (idx_valid(fw,fw->cam_idx) && (strncmp((char*)fwadr(fw,fw->cam_idx),"Canon ",6) != 0))
strncmp          1052 tools/firmware_load.c                     if (idx_valid(fw,fw->cam_idx) && (strncmp((char*)fwadr(fw,fw->cam_idx),"Canon ",6) != 0))
strncmp          1080 tools/firmware_load.c             if (idx_valid(fw,k) && (strncmp((char*)fwadr(fw,k),"Canon ",6) == 0))
strncmp          1090 tools/firmware_load.c     if (idx_valid(fw,fw->cam_idx) && (strncmp((char*)fwadr(fw,fw->cam_idx),"Canon ",6) == 0))
strncmp           143 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int strncmp(const char *s1, const char *s2, int n);
strncmp           245 tools/makelang.c         if (strncmp(p, "#define", 7) == 0)
strncmp           243 tools/rawconvert.c 		if ( strncmp(argv[i],"-h=",3) == 0 ) {
strncmp           246 tools/rawconvert.c 		else if ( strncmp(argv[i],"-w=",3) == 0 ) {
strncmp            87 tools/stubs_load.c 	if ((strncmp(val,"0x",2) == 0) || (strncmp(val,"0X",2) == 0))
strncmp           355 tools/stubs_load.c         if(strncmp(nm,"PROPCASE_",9) != 0)
strncmp            77 tools/yuvconvert.c 		if ( strncmp(argv[i],"-h=",3) == 0 ) {
strncmp            80 tools/yuvconvert.c 		else if ( strncmp(argv[i],"-w=",3) == 0 ) {