Home | History | Annotate | Download | only in tests

Lines Matching defs:tail

34     size_t (*splitpath) (const char *path, const char **tail);
42 /* correct tail returned */
43 const char *tail;
106 const char *tail;
114 headlen = test->splitpath(test->input, &tail);
123 if (strcmp(tail, test->tail) != 0) {
125 "splitpath_%s(\"%s\") bad tail: expected \"%s\", got \"%s\"!",
126 funcname, test->input, test->tail, tail);