Searched refs:trimtrail (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dsplit.c54 int trimtrail; local
61 trimtrail = 1;
65 trimtrail = 0;
104 if (trimtrail && **(fp-1) == '\0')
126 if (trimtrail) {
/freebsd-11-stable/lib/libc/regex/grot/
H A Dsplit.c26 int trimtrail; local
33 trimtrail = 1;
37 trimtrail = 0;
76 if (trimtrail && **(fp-1) == '\0')
98 if (trimtrail) {

Completed in 65 milliseconds