Searched refs:s2Prefix (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/svr4pkg/pkgadm/ |
H A D | lock.c | 1297 char s2Prefix[MAXPATHLEN] = {'\0'}; in _lockMatch() local 1362 pkgstrGetToken_r((char *)NULL, s2Buf, 0, ".", s2Prefix, in _lockMatch() 1363 sizeof (s2Prefix)); in _lockMatch() 1365 s2Sfx = (strlen(s2Prefix) == in _lockMatch() 1380 s1Prefix, s1Sfx, s2Buf, s2Prefix, s2Sfx); in _lockMatch() 1401 if (strcmp(s1Prefix, s2Prefix) == 0) { in _lockMatch() 1403 s1Prefix, s2Prefix); in _lockMatch() 1410 s2Prefix); in _lockMatch() 1457 s2Prefix, s2Sfx); in _lockMatch()
|