Searched refs:SCNi64 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/x86/include/
H A D_inttypes.h162 #define SCNi64 __PRI64"i" /* int64_t */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dint_fmtio.h276 #define SCNi64 PRIi64 macro
/illumos-gate/usr/src/lib/libnvpair/
H A Dlibnvpair.c1189 sr = sscanf(value, "%"SCNi64, &val_arg);
1200 sr = sscanf(value, "%"SCNi64, &val_arg);
1212 sr = sscanf(value, "%"SCNi64, (int64_t *)&val_arg);
1223 sr = sscanf(value, "%"SCNi64, (int64_t *)&val_arg);

Completed in 66 milliseconds