Searched refs:mnt_copy (Results 1 – 1 of 1) sorted by relevance
1268 char mnt_copy[PATH_MAX]; in get_cacheid() local1271 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()