Searched defs:rfile (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/3d/ |
H A D | vcs.c | 163 bprintf(&b, e, "out %s %s %s\n", state.path.vcs.rfile, state.path.vcs.version, state.path.vcs.rfile); 173 bprintf(&b, e, "%s__%d", state.path.vcs.rfile, state.pid); 189 * rfile: prefix/.../file_name/default 194 vcs_map(const char* path, char* rfile, char* version) argument 208 strcpy(rfile, path); 209 message((-2, "vcs: map path=%s rfile=%s version=%s", path, rfile, version)); 458 if (st->st_nlink <= 1 || vcs_map(path, state.path.vcs.rfile, state.path.vcs.version)) 461 message((-2, "vcs: real path=%s rfile [all...] |
Completed in 11 milliseconds