Home
last modified time | relevance | path

Searched refs:SCNi8 (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/arm64/include/
H A D_inttypes.h151 #define SCNi8 "hhi" /* int8_t */ macro
/f-stack/freebsd/arm/include/
H A D_inttypes.h153 #define SCNi8 "hhi" /* int8_t */ macro
/f-stack/freebsd/x86/include/
H A D_inttypes.h161 #define SCNi8 "hhi" /* int8_t */ macro
/f-stack/freebsd/mips/include/
H A D_inttypes.h162 #define SCNi8 "hhi" /* int8_t */ macro
/f-stack/freebsd/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c1041 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()