HomeSort by relevance Sort by last modified time
    Searched defs:_O_TEXT (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fcntl.h 20 #define _O_TEXT 0x4000
43 #define O_TEXT _O_TEXT
  /external/sqlite/dist/orig/
shell.c 207 _setmode(_fileno(file), _O_TEXT);
    [all...]
  /external/sqlite/dist/
shell.c 213 _setmode(_fileno(file), _O_TEXT);
    [all...]

Completed in 507 milliseconds