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

/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c189 static boolean_t startswith(const char **strp, const char *starts);
1027 if (startswith((const char **)&ptr2, "Multipart/Mixed;")) {
1030 if (startswith((const char **)&ptr2, "Boundary=")) {
2514 if (startswith((const char **)&ptr, "chunked;") ||
2921 startswith(const char **strp, const char *starts) function

Completed in 65 milliseconds