Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c6473 static char *strstr_pattern(char *val, const char *pattern, int *size) in strstr_pattern() function
6521 char *s = strstr_pattern(val, pattern, &size); in replace_pattern()