Searched refs:initial_cwd (Results 1 – 3 of 3) sorted by relevance
42 static char initial_cwd[MAXPATHLEN + 1]; variable278 getcwd (initial_cwd, sizeof (initial_cwd)); in tlink_init()538 || chdir (initial_cwd) != 0) in recompile_files()
16805 * tlink.c (initial_cwd): New variable.16808 duplicate verbose output of collect_execute. Restore initial_cwd.
88 char *initial_cwd, *cwd; in test_basic() local532 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()