Home
last modified time | relevance | path

Searched refs:isalnum (Results 1 – 6 of 6) sorted by relevance

/tools/include/linux/
Dctype.h23 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0) macro
/tools/perf/util/
Dexpr.y104 while (isalnum(*p) || *p == '_' || *p == '.' || *p == ':' || *p == '@' || *p == '\\') {
Dconfig.c141 return isalnum(c) || c == '-' || c == '_'; in iskeychar()
Dprobe-event.c199 if (!isalnum(*ptr2) && *ptr2 != '_') { in convert_exec_to_group()
/tools/perf/pmu-events/
Djevents.c720 } else if (!isalnum(c) && c != '_') { in file_name_to_table_name()
/tools/lib/traceevent/
Devent-parse.c943 if (isalnum(ch) || ch == '_') in get_type()
4364 if (isalnum(ptr[1])) { in make_bprint_args()
5052 if (isalnum(ptr[1])) in pretty_print()