Searched refs:sub_match (Results 1 - 7 of 7) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dregex.h727 // [7.9] Class template sub_match
741 class sub_match : public std::pair<_BiIter, _BiIter> class in inherits:std::pair
753 constexpr sub_match() : matched() { } function in class:sub_match
802 compare(const sub_match& __s) const
806 * @brief Compares this sub_match to a string.
808 * @param __s A string to compare to this sub_match.
819 * @brief Compares this sub_match to a C-style string.
821 * @param __s A C-style string to compare to this sub_match.
834 typedef sub_match<const char*> csub_match;
837 typedef sub_match<strin
[all...]
H A Dregex_grep_matcher.h36 class sub_match;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/
H A Dregex.h743 // [7.9] Class template sub_match
757 class sub_match : public std::pair<_BiIter, _BiIter> class in inherits:std::pair
769 constexpr sub_match() : matched() { } function in class:sub_match
818 compare(const sub_match& __s) const
822 * @brief Compares this sub_match to a string.
824 * @param s A string to compare to this sub_match.
835 * @brief Compares this sub_match to a C-style string.
837 * @param s A C-style string to compare to this sub_match.
850 typedef sub_match<const char*> csub_match;
852 typedef sub_match<strin
[all...]
H A Dregex_grep_matcher.h36 class sub_match;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/editors/
H A Dsed.c76 regex_t *sub_match; /* For 's/sub_match/string/' */ member in struct:sed_cmd_s
155 if (sed_cmd->sub_match) {
156 regfree(sed_cmd->sub_match);
157 free(sed_cmd->sub_match);
407 sed_cmd->sub_match = xmalloc(sizeof(regex_t));
408 xregcomp(sed_cmd->sub_match, match, cflags);
641 current_regex = sed_cmd->sub_match;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/editors/
H A Dsed.c76 regex_t *sub_match; /* For 's/sub_match/string/' */ member in struct:sed_cmd_s
155 if (sed_cmd->sub_match) {
156 regfree(sed_cmd->sub_match);
157 free(sed_cmd->sub_match);
407 sed_cmd->sub_match = xmalloc(sizeof(regex_t));
408 xregcomp(sed_cmd->sub_match, match, cflags);
641 current_regex = sed_cmd->sub_match;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/editors/
H A Dsed.c76 regex_t *sub_match; /* For 's/sub_match/string/' */ member in struct:sed_cmd_s
155 if (sed_cmd->sub_match) {
156 regfree(sed_cmd->sub_match);
157 free(sed_cmd->sub_match);
407 sed_cmd->sub_match = xmalloc(sizeof(regex_t));
408 xregcomp(sed_cmd->sub_match, match, cflags);
641 current_regex = sed_cmd->sub_match;

Completed in 136 milliseconds