Searched defs:mountlen (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_migrate.c221 size_t buflen, mountlen, mountptlen; local
250 mountlen = strlen(shp->sh_mountpoint);
313 (void) memmove(buf + mountlen + 1, buf,
315 (void) memcpy(buf, shp->sh_mountpoint, mountlen);
316 buf[mountlen] = '/';
319 if (strncmp(buf, shp->sh_mountpoint, mountlen) != 0)
346 slash = buf + mountlen - 1;

Completed in 23 milliseconds