Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dstr.c310 const char *fixed_str = str; in Str_Match() local
314 str = fixed_str; in Str_Match()
369 if (asterisk && str == fixed_str) { in Str_Match()
372 fixed_str = str; in Str_Match()
387 fixed_str = str; in Str_Match()
392 fixed_str += strlen(str); in Str_Match()
401 fixed_str++; in Str_Match()