Searched refs:compiled_pattern (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dlibgrep.h38 size_t (*execute) (const void *compiled_pattern,
43 void (*free) (void *compiled_pattern);
H A Dm-fgrep.c70 Fexecute (const void *compiled_pattern, const char *buf, size_t buf_size, argument
73 struct compiled_kwset *ckwset = (struct compiled_kwset *) compiled_pattern;
166 Ffree (void *compiled_pattern) argument
168 struct compiled_kwset *ckwset = (struct compiled_kwset *) compiled_pattern;
H A Dm-regex.c309 EGexecute (const void *compiled_pattern, argument
313 struct compiled_regex *cregex = (struct compiled_regex *) compiled_pattern;
462 EGfree (void *compiled_pattern) argument
464 struct compiled_regex *cregex = (struct compiled_regex *) compiled_pattern;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/findutils/
H A Dfind.c81 USE_FEATURE_FIND_REGEX( ACTS(regex, regex_t compiled_pattern;))
203 if (regexec(&ap->compiled_pattern, fileName, 1, &match, 0 /*eflags*/))
672 xregcomp(&ap->compiled_pattern, arg1, 0 /*cflags*/);

Completed in 140 milliseconds