Searched refs:tptr (Results 1 – 1 of 1) sorted by relevance
145 char *tptr; in getent() local150 tptr = tbuf; in getent()151 while (*tptr && *tptr != ':') // : terminates name field in getent()155 while (*tptr == '|') // | separates names in getent()156 tptr++; in getent()157 nexttptr = _find(tptr, ":|"); // Rhialto in getent()158 if (tptr + tlen == nexttptr && in getent()159 _match(tptr, term) == tlen) // FOUND! in getent()165 tptr = nexttptr; in getent()