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

/freebsd-10.0-release/contrib/ldns/drill/
H A Dwork.c22 hexstr2bin(char *hexstr, int len, uint8_t *buf, size_t offset, size_t buf_len) argument
35 c = hexstr[i];
/freebsd-10.0-release/contrib/one-true-awk/
H A Dproto.h46 extern int hexstr(uschar **);
H A Db.c237 int hexstr(uschar **pp) /* find and eval hex string at pp, return new p */ function
276 c = hexstr(&p); /* this adds a null if number is invalid */
H A DFIXES765 fixed silly bug in hex parsing in hexstr().
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1776 std::string hexstr(utohexstr(API.getZExtValue()));
1778 if (hexstr.length() < numHex)
1779 O << std::string(numHex - hexstr.length(), '0');
/freebsd-10.0-release/sbin/ifconfig/
H A Difieee80211.c4952 int hexstr; local
4957 hexstr = (val[0] == '0' && tolower((u_char)val[1]) == 'x');
4958 if (hexstr)
4967 if (hexstr) {
4978 if (hexstr)
4984 if (hexstr) {
4995 if (!hexstr && len == 1 && buf[0] == '-') {

Completed in 143 milliseconds