Definition at line 1287 of file did.c.
References print_service_char(), print_service_double(), print_service_float(), print_service_short(), print_service_standard(), Service_content_str, and size.
Referenced by print_service_formatted().
1305 size = ssize/(int)
sizeof(
int);
1308 psize = size * (int)
sizeof(
int);
1315 size = ssize/(int)
sizeof(
int);
1318 psize = size * (int)
sizeof(
int);
1325 size = ssize/(int)
sizeof(
short);
1328 psize = size * (int)
sizeof(
short);
1335 size = ssize/(int)
sizeof(
float);
1338 psize = size * (int)
sizeof(
float);
1345 size = ssize/(int)
sizeof(
double);
1348 psize = size * (int)
sizeof(
double);
1355 size = ssize/(int)
sizeof(
longlong);
1358 psize = size * (int)
sizeof(
longlong);
1372 ptr = (
char *)ptr + psize;
void print_service_float(float *buff, int size)
void print_service_double(double *buff, int size)
void print_service_short(short *buff, int size)
void print_service_standard(int *buff, int size)
char * Service_content_str
void print_service_char(char *buff, int size)