Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstring2.h935 # define strcspn(s, reject) \ macro
952 # define strcspn(s, reject) \ macro
964 : strcspn (s, reject))))) \
965 : strcspn (s, reject)); })
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstring.h32 size_t _EXFUN(strcspn,(const char *, const char *));
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstring.h184 extern size_t strcspn (__const char *__s, __const char *__reject)
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dconfdata.c431 l = strcspn(str, "\"\\"); in conf_write_string()