Lines Matching full:but
15 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
43 * which is like POSIX basename() but puts the result in a user
51 * but basename("foo/bar/") is still "bar" -- no trailing
58 * As a special but useful case, if you supply NULL for the <buf>
71 * forgiving but matches libc basename_r(), and avoids in r_basename()
139 * This is much like POSIX dirname(), but is reentrant.
153 * As a special but useful case, if you supply NULL for the <buf>
166 * forgiving but matches libc dirname(), and avoids breaking in r_dirname()
186 * "//foo" (or "/foo/", etc, but we already in r_dirname()
188 * to the leading "/", which is what we want; but in r_dirname()
192 * ".", but in all cases, the LENGTH of the in r_dirname()