Searched refs:get_ucs (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dfilechecker.c73 static char *get_ucs(char *p, unsigned long *vp);
185 if ((s = get_ucs(s, ucs1)) == NULL)
201 if ((s = get_ucs(s + 1, ucs2)) == NULL)
223 get_ucs(char *p, unsigned long *vp) { function
H A Dfilemapper.c86 static char *get_ucs(char *p, unsigned long *vp);
290 if ((p = get_ucs(p, &v)) == NULL)
309 get_ucs(char *p, unsigned long *vp) { function
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Didnconv.c115 static unsigned long get_ucs(const char *p);
215 v = get_ucs(av[1]);
788 get_ucs(const char *p) { function

Completed in 211 milliseconds