Searched refs:last_path (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_delta/
H A Dpath_driver.c144 const char *last_path = NULL;
177 last_path = path;
206 common = (last_path[0] == '/')
207 ? svn_fspath__get_longest_ancestor(last_path, path, iterpool)
208 : svn_relpath_get_longest_ancestor(last_path, path, iterpool);
216 if ((i > 0) && (strlen(last_path) > common_len))
218 const char *rel = last_path + (common_len ? (common_len + 1) : 0);
285 last_path = path; /* lives in a pool outside our control. */
287 last_path = apr_pstrdup(pool, pdir); /* duping into POOL. */
142 const char *last_path = NULL; local
/freebsd-10.1-release/contrib/wpa/src/utils/
H A Dwpa_debug.c512 static char *last_path = NULL; variable
519 if (last_path) {
520 char *tmp = os_strdup(last_path);
542 if (last_path == NULL || os_strcmp(last_path, path) != 0) {
544 os_free(last_path);
545 last_path = os_strdup(path);
569 os_free(last_path);
570 last_path = NULL;
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_ra/
H A Dcompat.c226 const char *last_path;
250 const char *current_path = lrb->last_path;
298 lrb->last_path = NULL;
300 lrb->last_path = apr_pstrdup(lrb->pool, prev_path);
356 lrb.last_path = fs_path;
377 OLDEST, then lrb.last_path should be NULL.) */
379 lrb.peg_path = lrb.last_path;
380 if (lrb.last_path)
389 sizeof(rev), apr_pstrdup(pool, lrb.last_path));
428 const char *last_path;
224 const char *last_path; member in struct:log_receiver_baton
425 const char *last_path; member in struct:gls_log_receiver_baton
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_repos/
H A Drev_hunt.c1368 const char *last_path;
1411 sb->last_path, root, path_rev->path,
1430 sb->last_root, sb->last_path,
1441 sb->last_path = path_rev->path;
1486 sb.last_path = NULL;
1620 sb.last_path = NULL;
1367 const char *last_path; member in struct:send_baton
/freebsd-10.1-release/contrib/gcc/
H A Dopts.c259 static const char *last_path = NULL; local
261 if (path != last_path)
265 last_path = path;
H A Dgcc.c7542 const char *last_path = 0, *this_path;
7671 skip = (last_path != 0
7673 && ! strncmp (last_path, this_path, last_path_len));
7675 last_path = this_path;
7722 for (p1 = last_path; p1 < p && *p1 != ':'; p1++)
7512 const char *last_path = 0, *this_path; local

Completed in 95 milliseconds