/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
rget.c | 45 _SET_ORIENTATION(fp, -1);
|
fputws.c | 45 _SET_ORIENTATION(fp, 1);
|
fputs.c | 54 _SET_ORIENTATION(fp, -1);
|
puts.c | 58 _SET_ORIENTATION(stdout, -1);
|
ungetwc.c | 45 _SET_ORIENTATION(fp, 1);
|
wbuf.c | 48 _SET_ORIENTATION(fp, -1);
|
fgetwc.c | 45 _SET_ORIENTATION(fp, 1);
|
fgetws.c | 46 _SET_ORIENTATION(fp, 1);
|
fwrite.c | 82 _SET_ORIENTATION(fp, -1);
|
fgets.c | 58 _SET_ORIENTATION(fp, -1);
|
fputwc.c | 53 _SET_ORIENTATION(fp, 1);
|
/prebuilts/ndk/r11/sources/android/support/src/stdio/ |
wcio.h | 46 #define _SET_ORIENTATION(fp, mode) ((void)0)
|
/prebuilts/ndk/r13/sources/android/support/src/stdio/ |
wcio.h | 46 #define _SET_ORIENTATION(fp, mode) ((void)0)
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
rget.c | 65 _SET_ORIENTATION(fp, -1);
|
fputws.c | 63 _SET_ORIENTATION(fp, 1);
|
ungetwc.c | 51 _SET_ORIENTATION(fp, 1);
|
wcio.h | 51 #define _SET_ORIENTATION(fp, mode) \
|
fgetws.c | 68 _SET_ORIENTATION(fp, 1);
|
fputs.c | 81 _SET_ORIENTATION(fp, -1);
|
wbuf.c | 69 _SET_ORIENTATION(fp, -1);
|
fgets.c | 75 _SET_ORIENTATION(fp, -1);
|
fgetwc.c | 63 _SET_ORIENTATION(fp, 1);
|
fputwc.c | 72 _SET_ORIENTATION(fp, 1);
|
/bionic/libc/stdio/ |
wcio.h | 55 #define _SET_ORIENTATION(fp, mode) \
|
fread.c | 67 _SET_ORIENTATION(fp, -1);
|