Lines Matching defs:colon
180 ishfield(const char linebuf[], char *colon, const char field[])
182 char *cp = colon;
198 * "colon" is set to point to the colon in the header.
205 gethfield(FILE *f, char linebuf[], int rem, char **colon)
226 *colon = cp;
265 char *colon, *oldhfield = NULL;
279 if ((lc = gethfield(ibuf, linebuf, lc, &colon)) < 0)
282 if ((headerfield = ishfield(linebuf, colon, field)) != NULL) {
290 if ((headerfield = ishfield(linebuf, colon, field)) != NULL)