Searched defs:strsep (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/
H A Dstrsep.c40 static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93";
52 * If *stringp is NULL, strsep returns NULL.
55 strsep( function
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dstringextra.c22 * - Added strsep() which will replace strtok() soon (because strsep() is
23 * reentrant and should be faster). Use only strsep() in new code, please.
183 * WARNING: strtok is deprecated, use strsep instead.
208 * strsep - Split a string into tokens
212 * strsep() updates @s to point after the token, ready for the next call.
218 char * strsep(char **s, const char *ct) function

Completed in 192 milliseconds