Home
last modified time | relevance | path

Searched refs:last_dir (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/bmake/mk/
H A Dmeta2deps.py90 if last_dir == cwd:
91 last_dir = None
92 for d in [last_dir, cwd]:
140 rpath = resolve(path, cwd, last_dir, debug, debug_out)
318 self.last_dir = self.cwd
444 cwd = self.last_dir = self.cwd
477 self.cwd = cwd = self.last_dir = w[1]
486 pid_last_dir[last_pid] = self.last_dir
488 self.last_dir = pid_last_dir.get(pid, self.cwd)
506 self.last_dir = pid_last_dir[pid] = cwd
[all …]
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_shar.c52 char *last_dir; member
222 } else if (shar->last_dir == NULL) { in archive_write_shar_header()
227 shar->last_dir = p; in archive_write_shar_header()
228 } else if (strcmp(p, shar->last_dir) == 0) { in archive_write_shar_header()
231 } else if (strlen(p) < strlen(shar->last_dir) && in archive_write_shar_header()
232 strncmp(p, shar->last_dir, strlen(p)) == 0) { in archive_write_shar_header()
240 shar->last_dir = p; in archive_write_shar_header()
292 free(shar->last_dir); in archive_write_shar_header()
294 shar->last_dir = strdup(name); in archive_write_shar_header()
296 pp = strrchr(shar->last_dir, '/'); in archive_write_shar_header()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcfgcleanup.c1270 enum replace_direction dir, last_dir, afterlast_dir; in flow_find_cross_jump() local
1278 last_dir = afterlast_dir; in flow_find_cross_jump()
1347 afterlast_dir = last_dir; in flow_find_cross_jump()
1348 last_dir = dir; in flow_find_cross_jump()
1362 last1 = afterlast1, last2 = afterlast2, last_dir = afterlast_dir, ninsns--; in flow_find_cross_jump()
1389 *dir_p = last_dir; in flow_find_cross_jump()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcfgcleanup.c1342 enum replace_direction dir, last_dir, afterlast_dir; in flow_find_cross_jump() local
1350 last_dir = afterlast_dir; in flow_find_cross_jump()
1427 afterlast_dir = last_dir; in flow_find_cross_jump()
1428 last_dir = dir; in flow_find_cross_jump()
1441 last1 = afterlast1, last2 = afterlast2, last_dir = afterlast_dir, ninsns--; in flow_find_cross_jump()
1467 *dir_p = last_dir; in flow_find_cross_jump()