OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:istreq_prefix
(Results
1 - 3
of
3
) sorted by null
/external/libxkbcommon/xkbcommon/src/
context.c
210
if (
istreq_prefix
("crit", level))
212
if (
istreq_prefix
("err", level))
214
if (
istreq_prefix
("warn", level))
216
if (
istreq_prefix
("info", level))
218
if (
istreq_prefix
("debug", level) ||
istreq_prefix
("dbg", level))
utils.h
68
istreq_prefix
(const char *s1, const char *s2)
function
/external/libxkbcommon/xkbcommon/src/xkbcomp/
symbols.c
875
else if (
istreq_prefix
("overlay", field) ||
876
istreq_prefix
("permanentoverlay", field)) {
[
all
...]
Completed in 209 milliseconds