ap 629 gtags-cscope/display.c va_list ap; ap 632 gtags-cscope/display.c va_start(ap, msg); ap 635 gtags-cscope/display.c (void) vfprintf(stderr, msg, ap); ap 638 gtags-cscope/display.c vsnprintf(errbuf, sizeof(errbuf), msg, ap); ap 647 gtags-cscope/display.c va_list ap; ap 655 gtags-cscope/display.c va_start(ap, msg); ap 656 gtags-cscope/display.c vfprintf(stderr,msg,ap); ap 79 gtags-cscope/exec.c va_list ap; ap 88 gtags-cscope/exec.c va_start(ap, a); ap 89 gtags-cscope/exec.c for (p = 0; (argv[p] = va_arg(ap, char *)) != 0; p++) ap 114 gtags-cscope/exec.c va_end(ap); ap 766 libparser/php.c va_list ap; ap 768 libparser/php.c va_start(ap, s); ap 769 libparser/php.c (void)vfprintf(stderr, s, ap); ap 770 libparser/php.c va_end(ap); ap 59 libutil/die.c va_list ap; ap 63 libutil/die.c va_start(ap, s); ap 64 libutil/die.c (void)vfprintf(stderr, s, ap); ap 65 libutil/die.c va_end(ap); ap 78 libutil/die.c va_list ap; ap 82 libutil/die.c va_start(ap, s); ap 83 libutil/die.c (void)vfprintf(stderr, s, ap); ap 84 libutil/die.c va_end(ap); ap 96 libutil/die.c va_list ap; ap 99 libutil/die.c va_start(ap, s); ap 100 libutil/die.c (void)vfprintf(stderr, s, ap); ap 101 libutil/die.c va_end(ap); ap 108 libutil/die.c va_list ap; ap 112 libutil/die.c va_start(ap, s); ap 113 libutil/die.c (void)vfprintf(stderr, s, ap); ap 114 libutil/die.c va_end(ap); ap 91 libutil/logging.c va_list ap; ap 99 libutil/logging.c va_start(ap, s); ap 100 libutil/logging.c vfprintf(lp, s, ap); ap 101 libutil/logging.c va_end(ap); ap 135 libutil/statistics.c va_list ap; ap 139 libutil/statistics.c va_start(ap, fmt); ap 140 libutil/statistics.c strbuf_vsprintf(sb, fmt, ap); ap 141 libutil/statistics.c va_end(ap); ap 387 libutil/strbuf.c va_list ap; ap 389 libutil/strbuf.c va_start(ap, s); ap 390 libutil/strbuf.c strbuf_vsprintf(sb, s, ap); ap 391 libutil/strbuf.c va_end(ap); ap 403 libutil/strbuf.c strbuf_vsprintf(STRBUF *sb, const char *s, va_list ap) ap 450 libutil/strbuf.c snprintf(buf, sizeof(buf), format, va_arg(ap, int)); ap 452 libutil/strbuf.c snprintf(buf, sizeof(buf), format, va_arg(ap, char *)); ap 457 libutil/strbuf.c strbuf_puts(sb, va_arg(ap, char *)); ap 459 libutil/strbuf.c strbuf_putn(sb, va_arg(ap, int));