Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c99 static int buildcode(fm_dc_handle_t *dhp, const char *rhsp,
104 char *rhsp; /* rhs associated with last lhs (or NULL) */ member
155 char *rhsp; /* prop right-hand-side */ in fm_dc_opendict() local
159 if ((rhsp = getenv(Debugenv)) != NULL) in fm_dc_opendict()
160 debug = atoi(rhsp); in fm_dc_opendict()
261 if ((rhsp = nextrhs(&pstate)) == NULL) { in fm_dc_opendict()
273 (propp->rhs = strdup(rhsp)) == NULL) { in fm_dc_opendict()
289 prop_name = rhsp; in fm_dc_opendict()
291 prop_version = strtoul(rhsp, NULL, 0); in fm_dc_opendict()
293 dhp->maxkey = strtoul(rhsp, NULL, 0); in fm_dc_opendict()
[all …]
/titanic_50/usr/src/cmd/vi/port/
H A Dex_re.c745 unsigned char *rhsp; in vi_compile() local
884 rhsp = rhsbuf; in vi_compile()
885 while (*rhsp) { in vi_compile()
886 if (!isascii(*rhsp)) { in vi_compile()
887 if ((len = mbtowc((wchar_t *)0, (char *)rhsp, MB_CUR_MAX)) > 1) { in vi_compile()
890 strncpy(gp, rhsp, len); in vi_compile()
891 rhsp += len; gp += len; in vi_compile()
896 if (*rhsp == '\\') { in vi_compile()
897 c = *++rhsp; in vi_compile()
907 if ((len = mbtowc((wchar_t *)0, (char *)rhsp, MB_CUR_MAX)) <= 1) { in vi_compile()
[all …]
/titanic_50/usr/src/cmd/pgrep/
H A Didtab.c76 idtab_compare(const void *lhsp, const void *rhsp) in idtab_compare() argument
79 idkey_t rhs = *((idkey_t *)rhsp); in idtab_compare()