Searched refs:archlist (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libadm/common/
H A Dpkginfo.c525 archcmp(char *arch, char *archlist) argument
532 /* arch and archlist must not contain whitespace! */
534 while (*archlist) {
535 for (pt = arch; *pt && (*pt == *archlist); )
536 pt++, archlist++;
537 if (!*pt && (!*archlist || (*archlist == ',')))
539 while (*archlist) {
540 if (*archlist++ == ',')

Completed in 192 milliseconds