Searched defs:vp (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dutf8.c112 idn_utf8_getwc(const char *s, size_t len, unsigned long *vp) { argument
176 *vp = v;
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 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.11.3/lib/dns/rdata/generic/
H A Dloc_29.c27 unsigned char vp; local
58 vp = 0x13; /* 10.00 m */
425 vp = (man << 4) + exp;
431 RETERR(mem_tobuffer(target, &vp, 1));
463 unsigned char size, hp, vp; local
497 vp = sr.base[3];
498 INSIST((vp&0x0f) < 10 && (vp>>4) < 10);
499 if ((vp&0x0f)> 1) {
501 "%lum", (vp>>
[all...]

Completed in 14 milliseconds