Home
last modified time | relevance | path

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

/linux-6.3-rc2/scripts/
A Dlist-gitignored.c31 static bool ignore_case; variable
413 if (ignore_case) in wildmatch()
430 return ignore_case ? strncasecmp(a, b, count) : strncmp(a, b, count); in fspathncmp()
1008 ignore_case = true; in main()

Completed in 4 milliseconds