| version 1.33, 2000/06/02 13:13:07 |
version 1.33.2.1, 2001/10/26 18:06:41 |
| Line 708 cgetmatch(buf, name) |
|
| Line 708 cgetmatch(buf, name) |
|
| /* |
/* |
| * Match failed, skip to next name in record. |
* Match failed, skip to next name in record. |
| */ |
*/ |
| bp--; /* a '|' or ':' may have stopped the match */ |
if (bp > buf) |
| |
bp--; /* a '|' or ':' may have stopped the match */ |
| |
else |
| |
return (-1); |
| for (;;) |
for (;;) |
| if (*bp == '\0' || *bp == ':') |
if (*bp == '\0' || *bp == ':') |
| return (-1); /* match failed totally */ |
return (-1); /* match failed totally */ |