Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_yacc.y202 char temp_cwd[MAXPATHLEN]; variable
204 strcpy(temp_cwd, cwd);
206 if (strlen(temp_cwd) == 1) {
207 if (temp_cwd[0] != '/') {
211 strcpy(temp_cwd, "/");
214 dirname(temp_cwd);
219 len = strlen(temp_cwd);
221 temp_cwd[len] = '/';
222 temp_cwd[len + 1] = '\0';
231 strcpy(temp_cwd, "/");
[all …]