printf            147 gtags-parser/asm_parse.c 		printf("%-16s %4d %-16s ", tag, lno, asm_input_file);	\
printf             40 gtags-parser/asm_parse.y 		printf("%-16s %4d %-16s ", tag, lno, asm_input_file);	\
printf            665 gtags-parser/asm_scan.c 		printf("%-16s %4d %-16s ", LEXTEXT, LEXLINENO, asm_input_file);	\
printf             47 gtags-parser/gctags.h 		printf("%-16s %4d %-16s %s\n",tag, lno, curfile, line);	\
printf            732 libglibc/getopt.c 	    printf ("digits occur in two different argv-elements.\n");
printf            734 libglibc/getopt.c 	  printf ("option %c\n", c);
printf            738 libglibc/getopt.c 	  printf ("option a\n");
printf            742 libglibc/getopt.c 	  printf ("option b\n");
printf            746 libglibc/getopt.c 	  printf ("option c with value `%s'\n", optarg);
printf            753 libglibc/getopt.c 	  printf ("?? getopt returned character code 0%o ??\n", c);
printf            759 libglibc/getopt.c       printf ("non-option ARGV-elements: ");
printf            761 libglibc/getopt.c 	printf ("%s ", argv[optind++]);
printf            762 libglibc/getopt.c       printf ("\n");
printf            123 libglibc/getopt1.c 	  printf ("option %s", long_options[option_index].name);
printf            125 libglibc/getopt1.c 	    printf (" with arg %s", optarg);
printf            126 libglibc/getopt1.c 	  printf ("\n");
printf            140 libglibc/getopt1.c 	    printf ("digits occur in two different argv-elements.\n");
printf            142 libglibc/getopt1.c 	  printf ("option %c\n", c);
printf            146 libglibc/getopt1.c 	  printf ("option a\n");
printf            150 libglibc/getopt1.c 	  printf ("option b\n");
printf            154 libglibc/getopt1.c 	  printf ("option c with value `%s'\n", optarg);
printf            158 libglibc/getopt1.c 	  printf ("option d with value `%s'\n", optarg);
printf            165 libglibc/getopt1.c 	  printf ("?? getopt returned character code 0%o ??\n", c);
printf            171 libglibc/getopt1.c       printf ("non-option ARGV-elements: ");
printf            173 libglibc/getopt1.c 	printf ("%s ", argv[optind++]);
printf            174 libglibc/getopt1.c       printf ("\n");
printf            618 libglibc/regex.c # define DEBUG_PRINT1(x) if (debug) printf (x)
printf            619 libglibc/regex.c # define DEBUG_PRINT2(x1, x2) if (debug) printf (x1, x2)
printf            620 libglibc/regex.c # define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3)
printf            621 libglibc/regex.c # define DEBUG_PRINT4(x1, x2, x3, x4) if (debug) printf (x1, x2, x3, x4)
printf            650 libglibc/regex.c               printf ("-");
printf            674 libglibc/regex.c       printf ("(null)\n");
printf            681 libglibc/regex.c       printf ("%d:\t", p - start);
printf            686 libglibc/regex.c           printf ("/no_op");
printf            691 libglibc/regex.c           printf ("/exactn/%d", mcnt);
printf            702 libglibc/regex.c           printf ("/start_memory/%d/%d", mcnt, *p++);
printf            707 libglibc/regex.c 	  printf ("/stop_memory/%d/%d", mcnt, *p++);
printf            711 libglibc/regex.c 	  printf ("/duplicate/%d", *p++);
printf            715 libglibc/regex.c 	  printf ("/anychar");
printf            724 libglibc/regex.c 	    printf ("/charset [%s",
printf            762 libglibc/regex.c 	  printf ("/begline");
printf            766 libglibc/regex.c           printf ("/endline");
printf            771 libglibc/regex.c   	  printf ("/on_failure_jump to %d", p + mcnt - start);
printf            776 libglibc/regex.c   	  printf ("/on_failure_keep_string_jump to %d", p + mcnt - start);
printf            781 libglibc/regex.c   	  printf ("/dummy_failure_jump to %d", p + mcnt - start);
printf            785 libglibc/regex.c           printf ("/push_dummy_failure");
printf            790 libglibc/regex.c   	  printf ("/maybe_pop_jump to %d", p + mcnt - start);
printf            795 libglibc/regex.c   	  printf ("/pop_failure_jump to %d", p + mcnt - start);
printf            800 libglibc/regex.c   	  printf ("/jump_past_alt to %d", p + mcnt - start);
printf            805 libglibc/regex.c   	  printf ("/jump to %d", p + mcnt - start);
printf            812 libglibc/regex.c 	  printf ("/succeed_n to %d, %d times", p1 - start, mcnt2);
printf            819 libglibc/regex.c 	  printf ("/jump_n to %d, %d times", p1 - start, mcnt2);
printf            826 libglibc/regex.c 	  printf ("/set_number_at location %d to %d", p1 - start, mcnt2);
printf            830 libglibc/regex.c 	  printf ("/wordbound");
printf            834 libglibc/regex.c 	  printf ("/notwordbound");
printf            838 libglibc/regex.c 	  printf ("/wordbeg");
printf            842 libglibc/regex.c 	  printf ("/wordend");
printf            846 libglibc/regex.c 	  printf ("/before_dot");
printf            850 libglibc/regex.c 	  printf ("/at_dot");
printf            854 libglibc/regex.c 	  printf ("/after_dot");
printf            858 libglibc/regex.c           printf ("/syntaxspec");
printf            860 libglibc/regex.c 	  printf ("/%d", mcnt);
printf            864 libglibc/regex.c           printf ("/notsyntaxspec");
printf            866 libglibc/regex.c 	  printf ("/%d", mcnt);
printf            871 libglibc/regex.c 	  printf ("/wordchar");
printf            875 libglibc/regex.c 	  printf ("/notwordchar");
printf            879 libglibc/regex.c 	  printf ("/begbuf");
printf            883 libglibc/regex.c 	  printf ("/endbuf");
printf            887 libglibc/regex.c           printf ("?%d", *(p-1));
printf            893 libglibc/regex.c   printf ("%d:\tend of pattern.\n", p - start);
printf            904 libglibc/regex.c   printf ("%ld bytes used/%ld bytes allocated.\n",
printf            909 libglibc/regex.c       printf ("fastmap: ");
printf            913 libglibc/regex.c   printf ("re_nsub: %d\t", bufp->re_nsub);
printf            914 libglibc/regex.c   printf ("regs_alloc: %d\t", bufp->regs_allocated);
printf            915 libglibc/regex.c   printf ("can_be_null: %d\t", bufp->can_be_null);
printf            916 libglibc/regex.c   printf ("newline_anchor: %d\n", bufp->newline_anchor);
printf            917 libglibc/regex.c   printf ("no_sub: %d\t", bufp->no_sub);
printf            918 libglibc/regex.c   printf ("not_bol: %d\t", bufp->not_bol);
printf            919 libglibc/regex.c   printf ("not_eol: %d\t", bufp->not_eol);
printf            920 libglibc/regex.c   printf ("syntax: %lx\n", bufp->syntax);
printf            936 libglibc/regex.c     printf ("(null)");
printf             38 libutil/die.h  #  define __printf__ printf
printf             41 libutil/strbuf.h #  define __printf__ printf