Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dldap_utils.c266 hex_char(int n) in hex_char() function
287 *filter_name++ = hex_char(c >> 4); in _ldap_filter_name()
288 *filter_name++ = hex_char(c & 0xf); in _ldap_filter_name()
/illumos-gate/usr/src/lib/nsswitch/ad/common/
H A Dad_common.c177 #define hex_char(n) "0123456789abcdef"[n & 0xf] macro
195 *filter_name++ = hex_char(c >> 4); in _ldap_filter_name()
196 *filter_name++ = hex_char(c & 0xf); in _ldap_filter_name()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dnldaputils.c183 hex_char(int n) in hex_char() function
233 *q++ = hex_char(*p >> 4); in sanitize_for_ldap_filter()
234 *q++ = hex_char(*p & 0xf); in sanitize_for_ldap_filter()