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

/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c2858 char *leftStr = NULL, *rightStr = NULL; local
3272 rightStr = xpathFuncString( &rightResult );
3273 DBG(fprintf(stderr, "substring-* '%s' '%s' \n", leftStr, rightStr);)
3275 if (strstr(leftStr, rightStr) != NULL) {
3282 pfrom = strstr(leftStr, rightStr);
3284 DBG(fprintf(stderr, "substring-before '%s' '%s' : ", leftStr, rightStr);)
3293 pfrom = strstr(leftStr, rightStr);
3295 rsSetString (result, pfrom + strlen (rightStr));
3301 i = strlen(rightStr);
3302 if(strncmp(leftStr, rightStr,
3848 char *leftStr = NULL, *rightStr = NULL; local
[all...]

Completed in 142 milliseconds