Lines Matching defs:string
55 #include <string.h>
144 char *string;
225 * getopt() string of supported cmdline arguments.
2468 aname->string);
3723 * is assumed that there is a string of pattern bytes in this area of the
4975 for (s = checkmap; s->string != NULL; s++)
4976 if (!strcmp(s->string, optarg))
4978 if (s->string == NULL && tok != NULL) {
4983 for (s = checkmap; s->string != NULL; s++)
4984 fprintf(stderr, "%s ", s->string);
4997 Prog, TagName, s->string, s->value);
5130 for (s = Upanic_Args; s->string != NULL; s++)
5131 if (strcmp(s->string, tok) == 0)
5134 if (s->string == NULL) {
5139 for (s = Upanic_Args; s->string != NULL;
5142 s->string);
5390 for (s = delaymap; s->string != NULL; s++)
5391 if (!strcmp(s->string, delayargs[0]))
5393 if (s->string == NULL) {
5397 for (s = delaymap; s->string != NULL; s++)
5398 fprintf(stderr, "%s ", s->string);