Searched defs:strtok (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/
H A DSearching.c192 /** A sequence of calls to the strtok function breaks the string pointed to by
202 in the string pointed to by s1 and the strtok function returns a null
205 The strtok function then searches from there for a character that is
210 the current token. The strtok function saves a pointer to the following
217 @return The strtok function returns a pointer to the first character of a
221 strtok(char * __restrict s1, const char * __restrict s2) function
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dstringextra.c22 * - Added strsep() which will replace strtok() soon (because strsep() is
179 * strtok - Split a string into tokens
183 * WARNING: strtok is deprecated, use strsep instead.
185 char * strtok(char * s,const char * ct) function
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCRT.cpp132 // My lovely strtok routine
138 char* nsCRT::strtok(char* string, const char* delims, char* *newStr) function in class:nsCRT
140 NS_ASSERTION(string, "Unlike regular strtok, the first argument cannot be null.");
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h371 #undef strtok macro
372 #define strtok(cp,ccp) xf86strtok(cp,ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h415 #undef strtok macro
416 #define strtok(cp,ccp) xf86strtok(cp,ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h415 #undef strtok macro
416 #define strtok(cp,ccp) xf86strtok(cp,ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h421 #undef strtok macro
422 #define strtok(cp,ccp) xf86strtok(cp,ccp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h419 #undef strtok macro
420 #define strtok(cp,ccp) xf86strtok(cp,ccp) macro
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dactivation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/mailcap ...

Completed in 236 milliseconds