Lines Matching refs:optr

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