Searched refs:str_match (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/usr.bin/window/ |
| D | lcmd1.c | 353 if (a->v_type == V_STR && str_match(a->v_str, "all", 3)) 432 if (str_match(v->v_str, "true", 1) 433 || str_match(v->v_str, "on", 2) 434 || str_match(v->v_str, "yes", 1)) 436 else if (str_match(v->v_str, "false", 1) 437 || str_match(v->v_str, "off", 2) 438 || str_match(v->v_str, "no", 1))
|
| D | string.c | 115 str_match(s, p, min) in str_match() function
|
| D | lcmd.c | 130 if (str_match(name, p->lc_name, p->lc_minlen))
|
| D | parser2.c | 124 !str_match(tmp, ap->arg_name,
|
| D | lcmd2.c | 122 && str_match(a->v_str, "children", 1)
|