Searched defs:slash (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib-fs/ | ||
H A D | fs-posix.c | 244 const char *slash; local 251 if ((slash = strrchr(file->full_path, '/')) != NULL) { 252 str_append_n(str, file->full_path, slash - file->full_path); |
Completed in 12 milliseconds