Home
last modified time | relevance | path

Searched refs:hexstr (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/nawk-20071023/
Dproto.h51 extern int hexstr(char **);
Db.c234 int hexstr(char **pp) /* find and eval hex string at pp, return new p */ in hexstr() function
273 c = hexstr(&p); /* this adds a null if number is invalid */ in quoted()
DFIXES679 fixed silly bug in hex parsing in hexstr().