Lines Matching refs:rest
440 char* path_join(const char *root, const char *path, const char *rest) {446 rest ? (endswith(path, "/") ? "" : "/") : NULL,447 rest && rest[0] == '/' ? rest+1 : rest,451 rest ? (endswith(path, "/") ? "" : "/") : NULL,452 rest && rest[0] == '/' ? rest+1 : rest,