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()
372 if (asterisk && str == fixed_str) { in Str_Match()
375 fixed_str = str; in Str_Match()
390 fixed_str = str; in Str_Match()
395 fixed_str += strlen(str); in Str_Match()
404 fixed_str++; in Str_Match()