Searched defs:needle (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state_limits.c | 212 static GLboolean hasExtension(const char *haystack, const char *needle) argument 214 const int needleLen = crStrlen(needle); 218 s = crStrstr(haystack, needle);
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | rdesktop.c | 1523 input: src is the string we look in for needle. 1525 that case we ignore that particular needle. 1543 next_arg(char *src, char needle) argument 1555 while ((nextval = strchr(p, needle))) 1558 /* found backslashed needle */
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | xpath.c | 8924 xmlXPathObjectPtr hay, needle; local 8929 needle = valuePop(ctxt); 8935 xmlXPathReleaseObject(ctxt->context, needle); 8938 if (xmlStrstr(hay->stringval, needle->stringval)) 8943 xmlXPathReleaseObject(ctxt->context, needle); 8958 xmlXPathObjectPtr hay, needle; local 8964 needle = valuePop(ctxt); 8970 xmlXPathReleaseObject(ctxt->context, needle); 8973 n = xmlStrlen(needle->stringval); 8974 if (xmlStrncmp(hay->stringval, needle [all...] |
Completed in 1005 milliseconds