Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dsplit.c54 int trimtrail; in split() local
61 trimtrail = 1; in split()
65 trimtrail = 0; in split()
104 if (trimtrail && **(fp-1) == '\0') in split()
126 if (trimtrail) { in split()
/freebsd/lib/libc/regex/grot/
H A Dsplit.c23 int trimtrail; in split() local
30 trimtrail = 1; in split()
34 trimtrail = 0; in split()
73 if (trimtrail && **(fp-1) == '\0') in split()
95 if (trimtrail) { in split()