HomeSort by: relevance | last modified time | path
    Searched defs:fixed_str (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/
str.c 310 const char *fixed_str = str; local in function:Str_Match
314 str = fixed_str;
372 if (asterisk && str == fixed_str) {
375 fixed_str = str;
390 fixed_str = str;
395 fixed_str += strlen(str);
404 fixed_str++;
str.c 310 const char *fixed_str = str; local in function:Str_Match
314 str = fixed_str;
372 if (asterisk && str == fixed_str) {
375 fixed_str = str;
390 fixed_str = str;
395 fixed_str += strlen(str);
404 fixed_str++;

Completed in 23 milliseconds