Lines Matching +full:big +full:-
44 .Fn strstr "const char *big" "const char *little"
46 .Fn strcasestr "const char *big" "const char *little"
48 .Fn strnstr "const char *big" "const char *little" "size_t len"
52 .Fn strcasestr_l "const char *big" "const char *little" "locale_t loc"
57 locates the first occurrence of the null-terminated string
59 in the null-terminated string
60 .Fa big .
77 locates the first occurrence of the null-terminated string
80 .Fa big ,
96 .Fa big
101 .Fa big ,
114 .Bd -literal -offset indent
129 .Bd -literal -offset indent
152 .St -isoC .
158 and is non-standard.