Home
last modified time | relevance | path

Searched refs:mnt_copy (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/cachefs/mount/
H A Dmount.c1268 char mnt_copy[PATH_MAX]; in get_cacheid() local
1271 if (strlen(mntp) >= sizeof (mnt_copy)) in get_cacheid()
1273 (void) strcpy(mnt_copy, mntp); in get_cacheid()
1274 c1 = mnt_copy + strlen(mnt_copy) - 1; in get_cacheid()
1278 if ((strlen(fsidp) + strlen(mnt_copy) + 2) >= in get_cacheid()
1284 strcat(buf, mnt_copy); in get_cacheid()