Home
last modified time | relevance | path

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

/openbsd/usr.sbin/ldapd/
H A Dsyntax.c81 { "1.3.6.1.4.1.1466.115.121.1.44", "Printable String", syntax_is_printable_string },
84 { "1.3.6.1.4.1.1466.115.121.1.50", "Telephone Number", syntax_is_printable_string },
139 syntax_is_printable_string(struct schema *schema, char *value, size_t len) in syntax_is_printable_string() function
328 return syntax_is_printable_string(schema, value, len); in syntax_is_country()