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

/bind-9.11.3/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.11.3/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.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...]
/bind-9.11.3/win32utils/
H A DConfigure1343 my $vp = File::Spec->catfile($_, $rfile);
1344 if (-f $vp) {
1345 $vcredist_path = $vp;

Completed in 35 milliseconds