Home | History | Annotate | Download | only in coregrind

Lines Matching refs:nc

1901    int nc;
1920 for (nc = 0; nc <= last_command; nc++) {
1921 fprintf (stderr, "sending command %s to pid %d\n", commands[nc], pid);
1925 hexcommand = vmalloc (packet_len_for_command(commands[nc]));
1928 for (i = 0; i < strlen(commands[nc]); i++) {
1929 sprintf(hex, "%02x", commands[nc][i]);