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

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_shadow.c85 char *checkpath, *checkend; local
126 checkend = checkpath;
127 while ((checkend = strrchr(checkend, '/')) != NULL) {
128 if (checkend != checkpath)
129 *checkend = '\0';
138 if (checkend == checkpath)

Completed in 15 milliseconds