Home
last modified time | relevance | path

Searched refs:str_to_match (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dmdev.c621 const char *str_to_match; in make_device() local
629 str_to_match = device_name; in make_device()
645 str_to_match = getenv(rule->envvar); in make_device()
646 dbg3("getenv('%s'):'%s'", rule->envvar, str_to_match); in make_device()
647 if (!str_to_match) in make_device()
653 int regex_match = regexec(&rule->match, str_to_match, ARRAY_SIZE(off), off, 0); in make_device()
654 dbg3("regex_match for '%s':%d", str_to_match, regex_match); in make_device()
666 || (int)off[0].rm_eo != (int)strlen(str_to_match) in make_device()
696 p = alias = xzalloc(strlen(rule->ren_mov) + n * strlen(str_to_match)); in make_device()
704 strncpy(p, str_to_match + off[i].rm_so, n); in make_device()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dminiline.c5052 int MatchStringInOnlyThisStrBlock(pStrBlock, nIndex, str_to_match, in MatchStringInOnlyThisStrBlock() argument
5057 char *str_to_match;
5067 if (CaseDependentStrNCmp(buf, str_to_match, str_len_to_match,
5085 char *str_to_match;
5120 if (CaseDependentStrNCmp(buf, str_to_match, buf_len,
5126 &str_to_match[buf_len], str_len_to_match-buf_len,
5146 if (CaseDependentStrNCmp(buf, str_to_match, buf_len,
5165 char *str_to_match;
5215 textCurIndex+(textHighlight?1:0), str_to_match,
5242 char *str_to_match;
[all …]
H A Dtext.e115 extern int FindTextInCurTextObj ARGS_DECL((char *str_to_match, int str_len,
H A Dminiline.e244 char *str_to_match,
H A Dtext.c5919 int FindTextInCurTextObj(str_to_match, str_len, case_sensitive, in FindTextInCurTextObj() argument
5921 char *str_to_match; in FindTextInCurTextObj()
5947 str_to_match, str_len, case_sensitive, ppFoundStartStrBlock,
/dports/chinese/phpbb-tw/phpBB2/includes/
H A Dbbcode.php587 $str_to_match = "[code:1:$uid]" . $before_replace . "[/code:1:$uid]";
593 $text = str_replace($str_to_match, $replacement, $text);
/dports/www/phpbb/phpBB2/includes/
H A Dbbcode.php587 $str_to_match = "[code:1:$uid]" . $before_replace . "[/code:1:$uid]";
593 $text = str_replace($str_to_match, $replacement, $text);
/dports/textproc/py-parsel/parsel-1.5.1/docs/
H A Dusage.rst927 >>> str_to_match = "Name: My image 3"
929 ... match=str_to_match).get()