Searched refs:xtype (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libsqlite/src/
H A Dprintf.c220 etByte xtype; /* Conversion paradigm */ local
311 xtype = etERROR;
316 xtype = infop->type;
338 ** xtype The class of the conversion.
341 switch( xtype ){
433 flag_exp = xtype==etEXP;
434 if( xtype!=etFLOAT ){
438 if( xtype==etGENERIC ){
441 xtype = etEXP;
444 xtype
[all...]
/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dinterceptor.c150 print_function_signature(char *xtype, char *name, char *formals) argument
155 (void) fprintf(Bodyfp, xtype, buffer);
156 if (strstr(xtype, "(*") == NULL) {

Completed in 99 milliseconds