Searched refs:xtype (Results 1 – 2 of 2) sorted by relevance
220 etByte xtype; /* Conversion paradigm */ in vxprintf() local311 xtype = etERROR; in vxprintf()316 xtype = infop->type; in vxprintf()341 switch( xtype ){ in vxprintf()433 flag_exp = xtype==etEXP; in vxprintf()434 if( xtype!=etFLOAT ){ in vxprintf()438 if( xtype==etGENERIC ){ in vxprintf()441 xtype = etEXP; in vxprintf()444 xtype = etFLOAT; in vxprintf()454 if( xtype==etFLOAT && exp+precision<etBUFSIZE-30 ){ in vxprintf()[all …]
150 print_function_signature(char *xtype, char *name, char *formals) in print_function_signature() argument155 (void) fprintf(Bodyfp, xtype, buffer); in print_function_signature()156 if (strstr(xtype, "(*") == NULL) { in print_function_signature()