OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commentbuffer
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
arc-dis.h
67
char *
commentBuffer
;
arc-dis.c
411
if (state->
commentBuffer
!= 0)
425
strcpy (state->
commentBuffer
, comment_prefix);
427
strcat (state->
commentBuffer
, ", ");
428
strcat (state->
commentBuffer
, state->comm[i]);
569
if (state->
commentBuffer
)
570
state->
commentBuffer
[0] = '\0';
ChangeLog-2012
148
size of state->
commentBuffer
pointer isn't predictable.
[
all
...]
Completed in 174 milliseconds