Home
last modified time | relevance | path

Searched refs:strchr (Results 1 – 25 of 28) sorted by relevance

12

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dutil.c356 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 Dmenubox.c286 if (strchr("ynmh", key)) in dialog_menu()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstring2.h396 # 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 Dconfdata.c87 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 Dkxgettext.c16 int multiline = strchr(text, '\n') != NULL; in escape()
H A Dzconf.y604 while ((p = strchr(str, '"'))) { in print_quoted_string()
H A Dsymbol.c862 while ((src = strchr(in, '$'))) { in sym_expand_string_value()
H A Dzconf.tab.c2359 while ((p = strchr(str, '"'))) { in print_quoted_string()
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c1175 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 Dsumversion.c427 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 Dlex.l163 file = strchr(yytext, '\"')+1;
164 e = strchr(file, '\"');
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstring.h28 char *_EXFUN(strchr,(const char *, int));
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.l68 char *name = strchr(yytext, '\"') + 1;
H A Ddtc.c42 unit = strchr(tree->name, '@'); in fill_fullpaths()
H A Dtreesource.c59 || strchr("\a\b\t\n\v\f\r", c)); in isstring()
H A Dlivetree.c362 p = strchr(path, '/'); in get_node_by_path()
H A Dchecks.c264 if (strchr(get_unitname(node), '@')) in check_node_name_format()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dargz.h170 __entry = strchr (__entry, '\0') + 1; in __NTH()
H A Dstring.h167 extern char *strchr (__const char *__s, int __c)
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dconmakehash.c119 if ( (p = strchr(buffer, '\n')) != NULL ) in main()
H A Dkallsyms.c78 return str[0] == '$' && strchr("atd", str[1]) in is_arm_mapping_symbol()
H A Dunifdef.c1011 } else if (strchr(" \r\t", *cp) != NULL) { in skipcomment()
/utopia/UTPA2-700.0.x/modules/sys/drv/sys/
H A DdrvSYS.c1691 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 Dfixdep.c325 p = strchr(m, ':'); in parse_dep_file()
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/
H A Dfdt_ro.c147 q = strchr(p, '/'); in fdt_path_offset()

12