Lines Matching refs:yesstr
119 static char *yesstr = NULL; variable
132 free(yesstr); \
135 yesstr = default_yesstr; \
141 if (yesstr != default_yesstr) \
142 free(yesstr); \
256 yesstr = strdup(nl_langinfo(YESSTR)); in main()
258 if (yesexpr == NULL || yesstr == NULL || nostr == NULL) { in main()
268 (*yesstr == '\0') || in main()
675 "proceed (%s/%s)? "), yesstr, nostr); in do_create_cidl()
833 "proceed (%s/%s)? "), yesstr, nostr); in do_create_ctd()
1072 "proceed (%s/%s)? "), array_argp, yesstr, nostr); in do_delete()
1122 "controller %d (%s/%s)? "), ctl_tag, yesstr, nostr); in do_flash()
1411 "array %s (%s/%s)? "), argv[optind], yesstr, nostr); in do_set_array_attr()