Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dlock.c1288 char s2Prefix[MAXPATHLEN] = {'\0'}; in _lockMatch() local
1353 pkgstrGetToken_r((char *)NULL, s2Buf, 0, ".", s2Prefix, in _lockMatch()
1354 sizeof (s2Prefix)); in _lockMatch()
1356 s2Sfx = (strlen(s2Prefix) == in _lockMatch()
1371 s1Prefix, s1Sfx, s2Buf, s2Prefix, s2Sfx); in _lockMatch()
1392 if (strcmp(s1Prefix, s2Prefix) == 0) { in _lockMatch()
1394 s1Prefix, s2Prefix); in _lockMatch()
1401 s2Prefix); in _lockMatch()
1448 s2Prefix, s2Sfx); in _lockMatch()