Home | History | Annotate | Download | only in coregrind

Lines Matching defs:hex

544 /* Convert hex digit A to a number.  */
554 XERROR(0, "Reply contains invalid hex digit %c\n", a);
942 char hex[3];
996 sprintf(hex, "%02x", (unsigned char) commands[nc][i]);
998 strcat (hexcommand, hex);
1005 sprintf(hex, "%02x", cksum);
1006 strcat(hexcommand, hex);
1008 "writing hex command to pid", /* notify */ True);
1044 /* must be here an O packet with hex encoded string reply