HomeSort by relevance Sort by last modified time
    Searched full:msg_buf (Results 1 - 5 of 5) sorted by null

  /external/bison/src/
scan-code.l 439 static struct obstack msg_buf;
448 obstack_init (&msg_buf);
450 obstack_printf (&msg_buf, _("possibly meant: %c"), dollar_or_at);
452 obstack_printf (&msg_buf, "[%s]", id);
454 obstack_sgrow (&msg_buf, id);
455 obstack_sgrow (&msg_buf, tail);
459 obstack_printf (&msg_buf, _(", hiding %c"), dollar_or_at);
461 obstack_printf (&msg_buf, "[%s]", var->id);
463 obstack_sgrow (&msg_buf, var->id);
464 obstack_sgrow (&msg_buf, tail)
    [all...]
scan-code.c 2628 static struct obstack msg_buf; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
strerror.c 338 static char msg_buf[sizeof fmt + INT_STRLEN_BOUND (n)]; local
339 sprintf (msg_buf, fmt, n);
340 return msg_buf;
  /external/openssl/ssl/
d1_both.c     [all...]
  /prebuilts/misc/linux-x86/bison/
bison 

Completed in 196 milliseconds