Searched refs:unhex (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A DMakefile.am12 LINKS = unbin unhex unsingle hqx2bin single2bin macbinary binheader nadheader
H A DMakefile.in315 LINKS = unbin unhex unsingle hqx2bin single2bin macbinary binheader nadheader
H A DMakefile315 LINKS = unbin unhex unsingle hqx2bin single2bin macbinary binheader nadheader
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/man/man1/
H A DMakefile.am28 unhex.1 \
H A DMakefile.in323 single2bin.1 unbin.1 unhex.1 unsingle.1 $(am__append_1)
H A DMakefile323 single2bin.1 unbin.1 unhex.1 unsingle.1 $(am__append_1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/afppasswd/
H A Dafppasswd.c69 #define unhex(x) (isdigit(x) ? (x) - '0' : toupper(x) + 10 - 'A') macro
79 buf[j] = (unhex(buf[i]) << 4) | unhex(buf[i + 1]);
89 key[j] = (unhex(key[i]) << 4) | unhex(key[i + 1]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_randnum.c141 #define unhex(x) (isdigit(x) ? (x) - '0' : toupper(x) + 10 - 'A') macro
192 p[j] = (unhex(p[i]) << 4) | unhex(p[i + 1]);
203 key[j] = (unhex(key[i]) << 4) | unhex(key[i + 1]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dbitmap.c362 #define unhex(c) (isdigit(c) ? (c - '0') : (toupper(c) - 'A' + 10)) macro
469 chunk = (chunk << 4) | unhex(c);

Completed in 120 milliseconds