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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_debug.c735 const char *cp, *maxcp; local
747 maxcp = cp + strlen(ascii);
793 while (!isspace(*cp) && (cp < maxcp)) /* if trailing garbage or m */
796 while (isspace(*cp) && (cp < maxcp))
799 if (cp >= maxcp)
804 while (!isspace(*cp) && (cp < maxcp)) /* if trailing garbage or m */
807 while (isspace(*cp) && (cp < maxcp))
810 if (cp >= maxcp)
815 while (!isspace(*cp) && (cp < maxcp)) /* if trailing garbage or m */
818 while (isspace(*cp) && (cp < maxcp))
[all...]

Completed in 34 milliseconds