Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dlegacy_hc.c115 mem_fmri_uriescape(const char *s, const char *xmark, char *buf, size_t len) in mem_fmri_uriescape() argument
128 if (xmark == NULL) in mem_fmri_uriescape()
129 xmark = empty_str; in mem_fmri_uriescape()
132 if (isalnum(c) || strchr(rfc2396_mark, c) || strchr(xmark, c)) in mem_fmri_uriescape()
142 if (isalnum(c) || strchr(rfc2396_mark, c) || strchr(xmark, c)) { in mem_fmri_uriescape()
H A Dmem.c140 mem_fmri_uriescape(const char *s, const char *xmark, char *buf, size_t len) in mem_fmri_uriescape() argument
153 if (xmark == NULL) in mem_fmri_uriescape()
154 xmark = empty_str; in mem_fmri_uriescape()
157 if (isalnum(c) || strchr(rfc2396_mark, c) || strchr(xmark, c)) in mem_fmri_uriescape()
167 if (isalnum(c) || strchr(rfc2396_mark, c) || strchr(xmark, c)) { in mem_fmri_uriescape()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_fmri.c86 fmd_fmri_uriescape(const char *s, const char *xmark, char *buf, size_t len) in fmd_fmri_uriescape() argument
99 if (xmark == NULL) in fmd_fmri_uriescape()
100 xmark = empty_str; in fmd_fmri_uriescape()
103 if (isalnum(c) || strchr(rfc2396_mark, c) || strchr(xmark, c)) in fmd_fmri_uriescape()
113 if (isalnum(c) || strchr(rfc2396_mark, c) || strchr(xmark, c)) { in fmd_fmri_uriescape()