Searched refs:xmark (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | legacy_hc.c | 117 mem_fmri_uriescape(const char *s, const char *xmark, char *buf, size_t len) in mem_fmri_uriescape() argument 130 if (xmark == NULL) in mem_fmri_uriescape() 131 xmark = empty_str; in mem_fmri_uriescape() 134 if (isalnum(c) || strchr(rfc2396_mark, c) || strchr(xmark, c)) in mem_fmri_uriescape() 144 if (isalnum(c) || strchr(rfc2396_mark, c) || strchr(xmark, c)) { in mem_fmri_uriescape()
|
H A D | mem.c | 140 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()
|
/titanic_50/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_fmri.c | 86 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()
|