Home | History | Annotate | Download | only in make-3.81

Lines Matching full:current_directory

907   PATH_VAR (current_directory);
1090 if (getcwd_fs (current_directory, GET_PATH_MAX) == 0)
1092 if (getcwd (current_directory, GET_PATH_MAX) == 0)
1098 error (NILF, "getwd: %s", current_directory);
1100 current_directory[0] = '\0';
1104 directory_before_chdir = xstrdup (current_directory);
1292 if (current_directory[0] != '\0'
1300 argv[0] = concat (current_directory, "/", argv[0]);
1302 if (current_directory[0] != '\0'
1304 argv[0] = concat (current_directory, "/", argv[0]);
1433 starting_directory = current_directory;
1437 if (getcwd_fs (current_directory, GET_PATH_MAX) == 0)
1439 if (getcwd (current_directory, GET_PATH_MAX) == 0)
1445 error (NILF, "getwd: %s", current_directory);
1450 starting_directory = current_directory;
1453 (void) define_variable ("CURDIR", 6, current_directory, o_file, 0);