Searched refs:xregcomp (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dxregex.h3 * Busybox xregcomp utility routine. This isn't in libbb.h because the
16 void xregcomp(regex_t *preg, const char *regex, int cflags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dxregcomp.c26 void xregcomp(regex_t *preg, const char *regex, int cflags) function
30 bb_error_msg_and_die("xregcomp: %s", errmsg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dmdev.c99 xregcomp(&match,regex, REG_EXTENDED);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dgrep.c174 xregcomp(&(gl->preg), gl->pattern, reflags);
H A Dfind.c672 xregcomp(&ap->compiled_pattern, arg1, 0 /*cflags*/);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dexpr.c229 xregcomp(&re_buffer, pv->u.s, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dsed.c292 xregcomp(*regex, temp, G.regex_type|REG_NEWLINE);
397 xregcomp(sed_cmd->sub_match, match, cflags);
H A Dawk.c1090 xregcomp(re, s, REG_EXTENDED);
1091 xregcomp(re + 1, s, REG_EXTENDED | REG_ICASE);
1473 xregcomp(preg, s, icase ? REG_EXTENDED | REG_ICASE : REG_EXTENDED);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Ddevfsd.c624 xregcomp(&new->preg, name, REG_EXTENDED);

Completed in 95 milliseconds