Searched refs:vp (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/idn/
H A Dutf8.h89 idn_utf8_getwc(const char *s, size_t len, unsigned long *vp);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dfilechecker.c73 static char *get_ucs(char *p, unsigned long *vp);
223 get_ucs(char *p, unsigned long *vp) { argument
234 *vp = strtoul(p, &end, 16);
H A Dutf8.c112 idn_utf8_getwc(const char *s, size_t len, unsigned long *vp) { argument
176 *vp = v;
H A Dfilemapper.c86 static char *get_ucs(char *p, unsigned long *vp);
309 get_ucs(char *p, unsigned long *vp) { argument
320 *vp = strtoul(p, &end, 16);
H A Dpunycode.c100 int bias, unsigned long *vp);
360 punycode_getwc(const char *s, size_t len, int bias, unsigned long *vp) { argument
386 *vp = v;
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dloc_29.c36 unsigned char vp; local
67 vp = 0x13; /* 10.00 m */
434 vp = (man << 4) + exp;
440 RETERR(mem_tobuffer(target, &vp, 1));
472 unsigned char size, hp, vp; local
496 vp = sr.base[3];
497 INSIST((vp&0x0f) < 10 && (vp>>4) < 10);
498 if ((vp&0x0f)> 1)
499 sprintf(vbuf, "%lum", (vp>>
[all...]

Completed in 14 milliseconds