Searched refs:gethdr (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dwget.c28 static char *gethdr(char *buf, size_t bufsiz, FILE *fp, int *istrunc);
303 while (gethdr(buf, sizeof(buf), sfp, &n) != NULL)
326 while ((str = gethdr(buf, sizeof(buf), sfp, &n)) != NULL) {
327 /* gethdr did already convert the "FOO:" string to lowercase */
580 static char *gethdr(char *buf, size_t bufsiz, FILE *fp, int *istrunc) function

Completed in 40 milliseconds