Home
last modified time | relevance | path

Searched refs:extract_hex (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-perl.c774 extract_hex (const char *string, size_t len, unsigned int *result) in extract_hex() function
1042 (void) extract_hex (crs, end - crs, &hex_number); in extract_quotelike_pass3()
1048 crs = extract_hex (crs, 2, &hex_number); in extract_quotelike_pass3()
H A DChangeLog4038 (extract_hex, extract_oct): Add const. Simplify.