Searched refs:src_pwd (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtoplev.c407 static const char *src_pwd; variable
409 /* Initialize src_pwd with the given string, and return true. If it
411 be called with a NULL argument to test whether src_pwd has NOT been
417 if (src_pwd)
419 if (strcmp (src_pwd, pwd) == 0)
425 src_pwd = xstrdup (pwd);
436 if (! src_pwd)
438 src_pwd = getpwd ();
439 if (!src_pwd)
440 src_pwd
[all...]

Completed in 76 milliseconds