Searched refs:mapped_path (Results 1 – 1 of 1) sorted by relevance
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ |
| H A D | ftpd.c | 1510 char mapped_path[MAXPATHLEN] = "/"; variable 1515 strcpy(path, mapped_path); in mapping_getwd() 1522 (void) strlcpy(path, mapped_path, size); in mapping_getcwd() 1542 if ((last = strrchr(mapped_path, '/'))) { in do_elem() 1544 if (last == mapped_path) in do_elem() 1552 if (!(mapped_path[0] == '/' && mapped_path[1] == '\0')) in do_elem() 1553 (void) strlcat(mapped_path, "/", sizeof(mapped_path)); in do_elem() 1554 (void) strlcat(mapped_path, dir, sizeof(mapped_path)); in do_elem() 1562 (void) strlcpy(old_mapped_path, mapped_path, sizeof(old_mapped_path)); in mapping_chdir() 1568 mapped_path[0] = '/'; in mapping_chdir() [all …]
|