Searched refs:slash_p (Results 1 – 1 of 1) sorted by relevance
34 const char *slash_p; in xmkdirp() local48 slash_p = strrchr (path, '/'); in xmkdirp()49 if (slash_p != NULL) in xmkdirp()51 while (slash_p > path && slash_p[-1] == '/') in xmkdirp()52 --slash_p; in xmkdirp()53 if (slash_p > path) in xmkdirp()55 char *parent = xstrndup (path, slash_p - path); in xmkdirp()
Completed in 3 milliseconds