Lines Matching defs:regexp
55 #define USAGE "[-l length] [[-r regexp] [...]]"
117 char **regexp;
131 regexp = (char **)calloc(maxregexp, sizeof (char *));
132 if (!regexp) {
162 regexp[nregexp++] = optarg;
165 regexp = (char **)realloc(regexp,
167 if (!regexp) {
172 (void) memset(regexp + nregexp, 0,
226 if (ckstr_val(regexp, length, argv[optind]))
235 ckstr_err(regexp, length, error, argv[optind]);
244 ckstr_hlp(regexp, length, help);
248 regexp[nregexp] = NULL;
263 n = ckstr(strval, regexp, length, deflt, error, help, prompt);