Searched refs:SCNi8 (Results 1 – 5 of 5) sorted by relevance
151 #define SCNi8 "hhi" /* int8_t */ macro
153 #define SCNi8 "hhi" /* int8_t */ macro
161 #define SCNi8 "hhi" /* int8_t */ macro
162 #define SCNi8 "hhi" /* int8_t */ macro
1041 sr = sscanf(value, "%"SCNi8, &val_arg); in nvpair_value_match_regex()1052 sr = sscanf(value, "%"SCNi8, &val_arg); in nvpair_value_match_regex()1064 sr = sscanf(value, "%"SCNi8, (int8_t *)&val_arg); in nvpair_value_match_regex()1075 sr = sscanf(value, "%"SCNi8, (int8_t *)&val_arg); in nvpair_value_match_regex()