Home
last modified time | relevance | path

Searched refs:strncmp (Results 1 – 25 of 32) sorted by relevance

12

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dunifdef.c673 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 Dconmakehash.c187 if (!strncmp(p, "idem", 4)) in main()
H A Dkallsyms.c643 else if (strncmp(argv[i], "--symbol-prefix=", 16) == 0) { in main()
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c261 #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 Dsumversion.c344 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 DapiDMX.c9475 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 DInternal_DMX_debug.c175 if(strncmp(pCh, "0x", 2) == 0) \
/utopia/UTPA2-700.0.x/projects/version/
H A Dversionembadder.c218 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 DapiMBX.c123 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 Dutopia_dev.c644 …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 Dzconf.gperf5 %compare-strncmp
H A Dzconf.hash.c238 if (*str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] == '\0') in kconf_id_lookup()
H A Dzconf.hash.c_shipped238 if (*str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] == '\0')
H A Dconfdata.c256 if (strncmp(p, "is not set", 10)) in conf_read_simple()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstring.h36 int _EXFUN(strncmp,(const char *, const char *, size_t));
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstring2.h920 # 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 DhalGPIO.c1441 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 DhalGPIO.c1431 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 Ddtc.h65 #define strneq(a, b, n) (strncmp((a), (b), (n)) == 0)
/utopia/UTPA2-700.0.x/modules/gpio/hal/M7821/gpio/
H A DhalGPIO.c1498 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 DhalGPIO.c1487 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 Dstring.h102 extern int strncmp (__const char *__s1, __const char *__s2, size_t __n)
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/
H A Dutopia.c195 if(strncmp(sConf,"MODULE_",7)!=0) in UtopiaConfigReadFile()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUSBDisk.c226 return (strncmp(t->name, USBBLOCK_DEVNAME, in is_usb_block_dev()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvIPAPool.c252 …&&(!strncmp((char *)(intptr_t)IPAPool_Info[i].Init_Param.pool_name, Init_Param->pool_name,strlen(I… in _findHeapId_InIPA_Pool_Table()

12