Searched hist:289943 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/lib/libc/gen/
H A Dfnmatch.cdiff 289943 Sun Oct 25 21:52:14 MDT 2015 jilles MFC r288309: fnmatch(): Remove exponential behaviour as in sh r229201.

The old code was exponential in the number of asterisks in the pattern.
However, once a match has been found upto the next asterisk, the previous
asterisks are no longer relevant.

Completed in 100 milliseconds