Searched refs:scan_hex (Results 1 – 3 of 3) sorted by relevance
133 scan_hex (char *cp, unsigned long *valp) in scan_hex() function287 cp = scan_hex (cp, low); in maps_next()289 cp = scan_hex (cp, high); in maps_next()291 cp = scan_hex (cp, offset); in maps_next()292 cp = scan_hex (cp, &major); in maps_next()294 cp = scan_hex (cp, &minor); in maps_next()
153 guint scan_hex : 1; /* '0x0ff0' */ member
444 scanner->config->scan_hex = config_templ->scan_hex; in g_scanner_new()1923 if (config->scan_hex && (ch == 'x' || ch == 'X')) in g_scanner_get_token_ll()