Lines Matching defs:optr
347 char *token = NULL, *oname, *ename, *optr, *_optr, *nptr, *_list;
353 optr = _optr = oname = ename = *name;
360 if ((*optr != '$') || ((olen - *len) == 1)) {
368 (orig & LA_SER_MASK) && (*optr == '/') &&
369 (optr != oname) && (*(optr - 1) == '.'))
372 olen++, optr++;
380 if ((_len = (optr - _optr)) != 0) {
396 olen++, optr++;
400 if (strncmp(optr, MSG_ORIG(MSG_TKN_ORIGIN),
419 optr += MSG_TKN_ORIGIN_SIZE;
429 } else if (strncmp(optr, MSG_ORIG(MSG_TKN_PLATFORM),
456 optr += MSG_TKN_PLATFORM_SIZE;
466 } else if (strncmp(optr, MSG_ORIG(MSG_TKN_MACHINE),
493 optr += MSG_TKN_MACHINE_SIZE;
503 } else if (strncmp(optr, MSG_ORIG(MSG_TKN_OSNAME),
521 optr += MSG_TKN_OSNAME_SIZE;
531 } else if (strncmp(optr, MSG_ORIG(MSG_TKN_OSREL),
549 optr += MSG_TKN_OSREL_SIZE;
559 } else if ((strncmp(optr, MSG_ORIG(MSG_TKN_ISALIST),
590 optr += MSG_TKN_ISALIST_SIZE;
618 (void) strncpy(lptr, optr,
630 } else if (strncmp(optr, MSG_ORIG(MSG_TKN_CAPABILITY),
633 char *eptr = optr + MSG_TKN_CAPABILITY_SIZE;
652 optr += MSG_TKN_CAPABILITY_SIZE;
656 } else if (strncmp(optr, MSG_ORIG(MSG_TKN_HWCAP),
659 char *eptr = optr + MSG_TKN_HWCAP_SIZE;
682 optr += MSG_TKN_HWCAP_SIZE;
726 _optr = optr;
770 if ((_len = (optr - _optr)) != 0) {