Searched refs:npath_pos (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dpath-util.c41 char *npath, *npath_pos; local
53 npath_pos = npath + strlen(npath);
60 npath_pos = npath + 1;
84 i_assert(npath_pos >= npath);
85 if ((npath_pos - npath) > 1) {
86 if (*(npath_pos-1) == '/')
87 npath_pos--;
88 for (; *(npath_pos-1) != '/'; npath_pos--);
92 i_assert(npath_pos >
[all...]

Completed in 9 milliseconds