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

  /bionic/libc/upstream-netbsd/lib/libc/gen/
popen.c 85 const char * volatile xtype = type; local
91 _DIAGASSERT(xtype != NULL);
93 flags = strchr(xtype, 'e') ? O_CLOEXEC : 0;
94 if (strchr(xtype, '+')) {
97 xtype = "r+";
102 xtype = strrchr(xtype, 'r') ? "r" : "w";
138 if (*xtype == 'r') {
161 if (*xtype == 'r') {
162 iop = fdopen(pdes[0], xtype);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
printf.c 254 etByte xtype = 0; /* Conversion paradigm */ local
345 xtype = etINVALID;
350 xtype = infop->type;
383 ** xtype The class of the conversion.
386 switch( xtype ){
430 if( xtype==etORDINAL ){
480 if( xtype==etGENERIC && precision>0 ) precision--;
488 if( xtype==etFLOAT ) realvalue += rounder;
519 flag_exp = xtype==etEXP;
520 if( xtype!=etFLOAT )
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tnef.h 131 typedef DWORD XTYPE;
132 #define xtypeUnknown ((XTYPE) 0)
133 #define xtypeInternet ((XTYPE) 6)
152 XTYPE xtype; member in struct:_NSID
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 18737 etByte xtype = 0; \/* Conversion paradigm *\/ local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 20724 etByte xtype = 0; \/* Conversion paradigm *\/ local
    [all...]
  /external/sqlite/dist/
sqlite3.c 20724 etByte xtype = 0; \/* Conversion paradigm *\/ local
    [all...]

Completed in 505 milliseconds