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

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_limits.c212 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 Dproto.h147 char *next_arg(char *src, char needle);
H A Drdesktop.c1523 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/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dimports.h728 _mesa_strstr( const char *haystack, const char *needle );
/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c8924 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 87 milliseconds