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

/ast/src/lib/libtksh/tcl/
H A Dregexp.c219 static int strcspn _ANSI_ARGS_((char *s1, char *s2));
592 len = strcspn(rcstate->regparse, META);
1275 * The following is provided for those people who do not have strcspn() in
1282 * strcspn - find length of initial segment of s1 consisting entirely
1287 strcspn(s1, s2) function

Completed in 12 milliseconds