| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/ |
| H A D | util.c | 356 sp = strchr(word, ' '); in print_autowrap() 368 && (!(sp2 = strchr(sp, ' ')) in print_autowrap() 483 if (strchr("<[(", c)) in first_alpha() 485 if (strchr(">])", c) && in_paren > 0) in first_alpha() 488 if ((!in_paren) && isalpha(c) && strchr(exempt, c) == 0) in first_alpha()
|
| H A D | menubox.c | 286 if (strchr("ynmh", key)) in dialog_menu()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | string2.h | 396 # define strchr(s, c) \ macro 402 # define strchr(s, c) \ macro 405 : strchr (s, c))) 781 : (*((char *) __mempcpy (strchr (__dest, '\0'), \ 1111 ? strchr (s, __a0) \ 1155 ? strchr (haystack, \ 1227 if (__retval != NULL && (*__s = strchr (__retval, __reject)) != NULL) in __strsep_1c()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | confdata.c | 87 while ((src = strchr(in, '$'))) { in conf_expand_value() 252 p = strchr(line + 2 + strlen(CONFIG_), ' '); in conf_read_simple() 282 p = strchr(line + strlen(CONFIG_), '='); in conf_read_simple() 286 p2 = strchr(p, '\n'); in conf_read_simple() 747 while ((d = strchr(d, '/'))) { in conf_split_config()
|
| H A D | kxgettext.c | 16 int multiline = strchr(text, '\n') != NULL; in escape()
|
| H A D | zconf.y | 604 while ((p = strchr(str, '"'))) { in print_quoted_string()
|
| H A D | symbol.c | 862 while ((src = strchr(in, '$'))) { in sym_expand_string_value()
|
| H A D | zconf.tab.c | 2359 while ((p = strchr(str, '"'))) { in print_quoted_string()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | modpost.c | 1175 return str[0] == '$' && strchr("atd", str[1]) in is_arm_mapping_symbol() 2022 if (!(symname = strchr(line, '\t'))) in read_dump() 2025 if (!(modname = strchr(symname, '\t'))) in read_dump() 2028 if ((export = strchr(modname, '\t')) != NULL) in read_dump() 2030 if (export && ((end = strchr(export, '\t')) != NULL)) in read_dump()
|
| H A D | sumversion.c | 427 sources = strchr(file, '\n'); in get_src_version() 434 end = strchr(sources, '\n'); in get_src_version()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | lex.l | 163 file = strchr(yytext, '\"')+1; 164 e = strchr(file, '\"');
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | string.h | 28 char *_EXFUN(strchr,(const char *, int));
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-lexer.l | 68 char *name = strchr(yytext, '\"') + 1;
|
| H A D | dtc.c | 42 unit = strchr(tree->name, '@'); in fill_fullpaths()
|
| H A D | treesource.c | 59 || strchr("\a\b\t\n\v\f\r", c)); in isstring()
|
| H A D | livetree.c | 362 p = strchr(path, '/'); in get_node_by_path()
|
| H A D | checks.c | 264 if (strchr(get_unitname(node), '@')) in check_node_name_format()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | argz.h | 170 __entry = strchr (__entry, '\0') + 1; in __NTH()
|
| H A D | string.h | 167 extern char *strchr (__const char *__s, int __c)
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | conmakehash.c | 119 if ( (p = strchr(buffer, '\n')) != NULL ) in main()
|
| H A D | kallsyms.c | 78 return str[0] == '$' && strchr("atd", str[1]) in is_arm_mapping_symbol()
|
| H A D | unifdef.c | 1011 } else if (strchr(" \r\t", *cp) != NULL) { in skipcomment()
|
| /utopia/UTPA2-700.0.x/modules/sys/drv/sys/ |
| H A D | drvSYS.c | 1691 char *value = strchr(name, '='); in _MDrv_SYS_ParserCmdLine() 1730 char *x = strchr(ptr, ' '); in MDrv_SYS_ReadKernelCmdLine()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/basic/ |
| H A D | fixdep.c | 325 p = strchr(m, ':'); in parse_dep_file()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/ |
| H A D | fdt_ro.c | 147 q = strchr(p, '/'); in fdt_path_offset()
|