Searched defs:strerror_r (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/common/ |
H A D | graphic_common.h | 76 #define strerror_r(err, buf, len) strerror_s((buf), (len), (err)) macro
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | event_handler_utils.h | 28 #define strerror_r(err, buf, len) strerror_s((buf), (len), (err)) macro
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/inner_api/common/ |
H A D | graphic_common.h | 76 #define strerror_r(err, buf, len) strerror_s((buf), (len), (err)) macro
|