Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dlock.c1286 char s1Prefix[MAXPATHLEN] = {'\0'}; in _lockMatch() local
1329 pkgstrGetToken_r((char *)NULL, s1Buf, 0, ".", s1Prefix, in _lockMatch()
1330 sizeof (s1Prefix)); in _lockMatch()
1332 s1Sfx = (strlen(s1Prefix) == strlen(s1Buf) ? B_FALSE : B_TRUE); in _lockMatch()
1371 s1Prefix, s1Sfx, s2Buf, s2Prefix, s2Sfx); in _lockMatch()
1392 if (strcmp(s1Prefix, s2Prefix) == 0) { in _lockMatch()
1394 s1Prefix, s2Prefix); in _lockMatch()
1400 log_msg(LOG_MSG_DEBUG, MSG_LCKMCH_PFXNOMCH, s1Prefix, in _lockMatch()
1446 s1Prefix, s1Sfx); in _lockMatch()