Searched refs:xtype (Results 1 – 2 of 2) sorted by relevance
217 etByte xtype; /* Conversion paradigm */ in vxprintf() local308 xtype = etERROR; in vxprintf()313 xtype = infop->type; in vxprintf()338 switch( xtype ){ in vxprintf()430 flag_exp = xtype==etEXP; in vxprintf()431 if( xtype!=etFLOAT ){ in vxprintf()435 if( xtype==etGENERIC ){ in vxprintf()438 xtype = etEXP; in vxprintf()441 xtype = etFLOAT; in vxprintf()451 if( xtype==etFLOAT && exp+precision<etBUFSIZE-30 ){ in vxprintf()[all …]
148 print_function_signature(char *xtype, char *name, char *formals) in print_function_signature() argument153 (void) fprintf(Bodyfp, xtype, buffer); in print_function_signature()154 if (strstr(xtype, "(*") == NULL) { in print_function_signature()