Home
last modified time | relevance | path

Searched refs:initial_cwd (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dtlink.c42 static char initial_cwd[MAXPATHLEN + 1]; variable
278 getcwd (initial_cwd, sizeof (initial_cwd)); in tlink_init()
538 || chdir (initial_cwd) != 0) in recompile_files()
DChangeLog-200416805 * tlink.c (initial_cwd): New variable.
16808 duplicate verbose output of collect_execute. Restore initial_cwd.
/freebsd-12-stable/contrib/libarchive/libarchive/test/
Dtest_read_disk_directory_traversals.c88 char *initial_cwd, *cwd; in test_basic() local
532 initial_cwd = getcwd(NULL, PATH_MAX);/* Solaris getcwd needs the size. */ in test_basic()
534 initial_cwd = getcwd(NULL, 0); in test_basic()
568 assertEqualString(initial_cwd, cwd); in test_basic()
569 free(initial_cwd); in test_basic()