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

  /bionic/libc/upstream-netbsd/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...]
  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.h 140 XferType xtype; member in struct:XferPoint
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 18752 etByte xtype = 0; \/* Conversion paradigm *\/ local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 19548 etByte xtype = 0; \/* Conversion paradigm *\/ local
    [all...]
  /external/sqlite/dist/
sqlite3.c 19548 etByte xtype = 0; \/* Conversion paradigm *\/ local
    [all...]

Completed in 236 milliseconds