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

/dovecot/src/lib/
H A Dpath-util.c124 char *npath_link; local
161 npath_link = (npath_pos + 1) + ltlen;
163 i_assert(npath_link >= npath_pos);
164 i_assert((size_t)((npath_link - npath) + lsize) < asize);
167 if ((ret=readlink(npath, npath_link, lsize)) < 0) {
173 npath_link[ret] = '\0';
202 i_assert(npath_link >= npath);
206 i_assert((size_t)((npath_link - npath) + ret + tlen) < asize);
207 memcpy(npath_link + ret, npath_pos + 1, tlen);
209 i_assert((size_t)((npath_link
[all...]

Completed in 7 milliseconds