Searched defs:errno (Results 1 - 2 of 2) sorted by relevance

/development/ndk/platforms/android-3/include/
H A Derrno.h32 #include <linux/errno.h>
43 /* internal function returning the address of the thread-specific errno */
46 /* a macro expanding to the errno l-value */
47 #define errno (*__errno()) macro
50 /* use errno = xxxx instead in C code */
53 errno = n;
/development/tools/yuv420sp2rgb/
H A Dyuv420sp2rgb.c9 #include <errno.h>
232 infile, strerror(errno), errno);
237 outfile, strerror(errno), errno);
242 strerror(errno), errno);
247 strerror(errno), errno);
252 strerror(errno), errn
257 strerror(errno), errno); local
[all...]

Completed in 981 milliseconds