Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDprotoize.c494 static char *cwd_buffer; variable
1060 const char *const cwd2 = (cwd) ? cwd : cwd_buffer; in abspath()
1177 char *cwd_p = cwd_buffer; in shortpath()
4402 cwd_buffer = getpwd ();
4403 if (!cwd_buffer)
4411 directory_list = string_list_cons (cwd_buffer, NULL);