Lines Matching defs:cwd
1728 /* A:foo -> A:/cwd/foo; A: -> A:/cwd */
1732 /* upath is a relative pathname, prepend cwd */
1928 * - if file starts with ./ or ../ append cwd and file to result
1931 * then cwd is appended to result.
1940 make_path(const char *cwd, const char *file,
1981 (cwd && *cwd)) {
1982 len = strlen(cwd);
1984 memcpy(xp, cwd, len);