Searched refs:strsep (Results 1 - 9 of 9) 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/hci/
H A Dlinux_args.c63 while ((token = strsep(&kv, ",")) != NULL) {
64 name = strsep(&token, "=");
98 driver = strsep(&args, ",");
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgetnetnamadr.c98 while ((cp = strsep(&p, "\n \t,:;")) != NULL && *cp == '\0')
108 while ((cp = strsep(&p, "\n \t,:;")) != NULL && *cp == '\0')
H A Dgethostnamadr.c103 while ((cp = strsep(&p, "\n \t,:;")) != NULL && *cp == '\0')
113 while ((cp = strsep(&p, "\n \t,:;")) != NULL && *cp == '\0')
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dstring.h38 char * strsep(char **s, const char *ct) __nonnull;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstring.h74 char *strsep (register char **stringp, register const char *delim);
483 * If *stringp is NULL, strsep returns NULL.
486 strsep(
/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
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_proxy.c736 token = strsep(&res, " \t");
926 token = strsep(&res, " \t");
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A Dnamespace.h542 #define strsep _strsep

Completed in 393 milliseconds