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

/netgear-R7000-V1.0.7.12_1.2.5/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 104 milliseconds