Home
last modified time | relevance | path

Searched refs:commentBuffer (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
HDarc-dis.c414 if (state->commentBuffer != 0) in write_comments_()
428 strcpy (state->commentBuffer, comment_prefix); in write_comments_()
430 strcat (state->commentBuffer, ", "); in write_comments_()
431 strncat (state->commentBuffer, state->comm[i], in write_comments_()
432 sizeof (state->commentBuffer)); in write_comments_()
573 if (state->commentBuffer) in dsmOneArcInst()
574 state->commentBuffer[0] = '\0'; in dsmOneArcInst()
HDarc-dis.h66 char *commentBuffer; member