| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | unifdef.c | 673 if (strncmp(cp, "\\\r\n", 3) == 0 || in parseline() 674 strncmp(cp, "\\\n", 2) == 0) in parseline() 860 } else if (strncmp(cp, "defined", 7) == 0 && endsym(cp[7])) { in eval_unary() 928 if (strncmp(cp, op->str, strlen(op->str)) == 0) in eval_table() 982 if (strncmp(cp, "\\\r\n", 3) == 0) in skipcomment() 984 else if (strncmp(cp, "\\\n", 2) == 0) in skipcomment() 988 if (strncmp(cp, "/\\\r\n", 4) == 0) { in skipcomment() 991 } else if (strncmp(cp, "/\\\n", 3) == 0) { in skipcomment() 994 } else if (strncmp(cp, "/*", 2) == 0) { in skipcomment() 997 } else if (strncmp(cp, "//", 2) == 0) { in skipcomment() [all …]
|
| H A D | conmakehash.c | 187 if (!strncmp(p, "idem", 4)) in main()
|
| H A D | kallsyms.c | 643 else if (strncmp(argv[i], "--symbol-prefix=", 16) == 0) { in main()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | modpost.c | 261 #define strstarts(str, prefix) (strncmp(str, prefix, strlen(prefix)) == 0) 569 if (strncmp(symname, "_restgpr_", sizeof("_restgpr_") - 1) == 0 || in ignore_undef_symbol() 570 strncmp(symname, "_savegpr_", sizeof("_savegpr_") - 1) == 0 || in ignore_undef_symbol() 571 strncmp(symname, "_rest32gpr_", sizeof("_rest32gpr_") - 1) == 0 || in ignore_undef_symbol() 572 strncmp(symname, "_save32gpr_", sizeof("_save32gpr_") - 1) == 0) in ignore_undef_symbol() 576 if (strncmp(symname, "_restgpr0_", sizeof("_restgpr0_") - 1) == 0 || in ignore_undef_symbol() 577 strncmp(symname, "_savegpr0_", sizeof("_savegpr0_") - 1) == 0) in ignore_undef_symbol() 593 strncmp(symname, "__ksymtab", 9) == 0) in handle_modversions() 604 if (strncmp(symname, CRC_PFX, strlen(CRC_PFX)) == 0) { in handle_modversions() 648 if (strncmp(symname, KSYMTAB_PFX, strlen(KSYMTAB_PFX)) == 0) { in handle_modversions() [all …]
|
| H A D | sumversion.c | 344 if (strncmp(line, "source_", sizeof("source_")-1) == 0) { in parse_source_files() 358 if (strncmp(line, "deps_", sizeof("deps_")-1) == 0) { in parse_source_files() 486 if (strncmp(version, "$Revision", strlen("$Revision")) != 0) in strip_rcs_crap()
|
| /utopia/UTPA2-700.0.x/modules/dmx/api/dmx/ |
| H A D | apiDMX.c | 9475 if(strncmp(ptr, "DMX_CAP_", 8) != 0) 13967 if(strncmp(psubcmd, "ts0", 3) == 0) 13971 else if(strncmp(psubcmd, "ts1", 3) == 0) 13975 else if(strncmp(psubcmd, "ts2", 3) == 0) 13979 else if(strncmp(psubcmd, "ts3", 3) == 0) 13983 else if(strncmp(psubcmd, "fi0", 3) == 0) 13987 else if(strncmp(psubcmd, "fi1", 3) == 0) 13991 else if(strncmp(psubcmd, "fi2", 3) == 0) 13995 else if(strncmp(psubcmd, "fi3", 3) == 0) 13999 else if(strncmp(psubcmd, "mf0", 3) == 0) [all …]
|
| H A D | Internal_DMX_debug.c | 175 if(strncmp(pCh, "0x", 2) == 0) \
|
| /utopia/UTPA2-700.0.x/projects/version/ |
| H A D | versionembadder.c | 218 if (strncmp(pbufLibR+count, UtopiaVersionStr, sizeof(UtopiaVersionStr)) == 0) in main() 246 if (strncmp(pbufVerR + count, UtopiaChangeListStr, sizeof(UtopiaChangeListStr) - 1) == 0) in main()
|
| /utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/api_mbx/ |
| H A D | apiMBX.c | 123 if (strncmp(Tab_DMBX_Class[i].name, name, MAX_DMBX_NAME_LEN) == 0) in _MApi_Search_ClassNum() 161 if (strncmp(Tab_DMBX_Class[i].name, temp_name, MAX_DMBX_NAME_LEN) == 0) in _MApi_Conduct_GenerateClass()
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_adaption/utopia/ |
| H A D | utopia_dev.c | 644 …if(TRUE==_mdb_fpioctl_list[i].used && 0==strncmp(_mdb_fpioctl_list[i].iname,(file->f_path.dentry->… in mdb_node_proc_write() 662 …if(TRUE==_mdb_fpioctl_list[i].used && 0==strncmp(_mdb_fpioctl_list[i].iname,(file->f_path.dentry->… in mdb_node_proc_read()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | zconf.gperf | 5 %compare-strncmp
|
| H A D | zconf.hash.c | 238 if (*str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] == '\0') in kconf_id_lookup()
|
| H A D | zconf.hash.c_shipped | 238 if (*str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] == '\0')
|
| H A D | confdata.c | 256 if (strncmp(p, "is not set", 10)) in conf_read_simple()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | string.h | 36 int _EXFUN(strncmp,(const char *, const char *, size_t));
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | string2.h | 920 # define strncmp(s1, s2, n) \ macro 926 ? strcmp (s1, s2) : strncmp (s1, s2, n)))
|
| /utopia/UTPA2-700.0.x/modules/gpio/hal/M7621/gpio/ |
| H A D | halGPIO.c | 1441 if(!strncmp(value, "out", 3)) in _HAL_Gpio_Get_InOut() 1445 else if (!strncmp(value, "in", 2)) in _HAL_Gpio_Get_InOut()
|
| /utopia/UTPA2-700.0.x/modules/gpio/hal/maxim/gpio/ |
| H A D | halGPIO.c | 1431 if(!strncmp(value, "out", 3)) in _HAL_Gpio_Get_InOut() 1435 else if (!strncmp(value, "in", 2)) in _HAL_Gpio_Get_InOut()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc.h | 65 #define strneq(a, b, n) (strncmp((a), (b), (n)) == 0)
|
| /utopia/UTPA2-700.0.x/modules/gpio/hal/M7821/gpio/ |
| H A D | halGPIO.c | 1498 if(!strncmp(value, "out", 3)) in _HAL_Gpio_Get_InOut() 1502 else if (!strncmp(value, "in", 2)) in _HAL_Gpio_Get_InOut()
|
| /utopia/UTPA2-700.0.x/modules/gpio/hal/maserati/gpio/ |
| H A D | halGPIO.c | 1487 if(!strncmp(value, "out", 3)) in _HAL_Gpio_Get_InOut() 1491 else if (!strncmp(value, "in", 2)) in _HAL_Gpio_Get_InOut()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | string.h | 102 extern int strncmp (__const char *__s1, __const char *__s2, size_t __n)
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/ |
| H A D | utopia.c | 195 if(strncmp(sConf,"MODULE_",7)!=0) in UtopiaConfigReadFile()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvUSBDisk.c | 226 return (strncmp(t->name, USBBLOCK_DEVNAME, in is_usb_block_dev()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | drvIPAPool.c | 252 …&&(!strncmp((char *)(intptr_t)IPAPool_Info[i].Init_Param.pool_name, Init_Param->pool_name,strlen(I… in _findHeapId_InIPA_Pool_Table()
|