Searched refs:qstart (Results 1 – 1 of 1) sorted by relevance
167 char *pstart, *qstart, *pend, *qend; in _nc_entry_match() local174 for (qstart = n2; (qend = strchr(qstart, '|')); qstart = qend + 1) in _nc_entry_match()175 if ((pend - pstart == qend - qstart) in _nc_entry_match()176 && memcmp(pstart, qstart, (size_t) (pend - pstart)) == 0) in _nc_entry_match()