OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cstrstr
(Results
1 - 1
of
1
) sorted by null
/external/mksh/src/
sh.h
489
#define
cstrstr
(b,l) ({ \
macro
497
#define vstrstr(b,l) (
cstrstr
((b), (l)) != NULL)
500
#define
cstrstr
(s,c) ((const char *)strstr((s), (c)))
macro
[
all
...]
Completed in 80 milliseconds