Home | History | Annotate | Download | only in lib

Lines Matching full:printf

135 	  printf ("option %s", long_options[option_index].name);
137 printf (" with arg %s", optarg);
138 printf ("\n");
152 printf ("digits occur in two different argv-elements.\n");
154 printf ("option %c\n", c);
158 printf ("option a\n");
162 printf ("option b\n");
166 printf ("option c with value `%s'\n", optarg);
170 printf ("option d with value `%s'\n", optarg);
177 printf ("?? getopt returned character code 0%o ??\n", c);
183 printf ("non-option ARGV-elements: ");
185 printf ("%s ", argv[optind++]);
186 printf ("\n");