Searched refs:s1Prefix (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/svr4pkg/pkgadm/ |
H A D | lock.c | 1295 char s1Prefix[MAXPATHLEN] = {'\0'}; in _lockMatch() local 1338 pkgstrGetToken_r((char *)NULL, s1Buf, 0, ".", s1Prefix, in _lockMatch() 1339 sizeof (s1Prefix)); in _lockMatch() 1341 s1Sfx = (strlen(s1Prefix) == strlen(s1Buf) ? B_FALSE : B_TRUE); in _lockMatch() 1380 s1Prefix, s1Sfx, s2Buf, s2Prefix, s2Sfx); in _lockMatch() 1401 if (strcmp(s1Prefix, s2Prefix) == 0) { in _lockMatch() 1403 s1Prefix, s2Prefix); in _lockMatch() 1409 log_msg(LOG_MSG_DEBUG, MSG_LCKMCH_PFXNOMCH, s1Prefix, in _lockMatch() 1455 s1Prefix, s1Sfx); in _lockMatch()
|