Home
last modified time | relevance | path

Searched defs:SET_ERRNO (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/parsedate/
H A Dparsedate.cpp94 #define SET_ERRNO(x) (errno = (x)) macro
/OK3568_Linux_fs/kernel/tools/include/nolibc/
H A Dnolibc.h104 #define SET_ERRNO(v) do { errno = (v); } while (0) macro
106 #define SET_ERRNO(v) do { } while (0) macro