Searched refs:ypcurrentlen (Results 1 – 1 of 1) sorted by relevance
561 int yp_pw_flags = 0, ypcurrentlen, r, s = -1, pw_keynum; in __yppwlookup() local601 &ypcurrent, &ypcurrentlen); in __yppwlookup()602 if (r != 0 || ypcurrentlen > buflen) { in __yppwlookup()623 &ypcurrent, &ypcurrentlen); in __yppwlookup()626 if (r != 0 || ypcurrentlen > buflen) { in __yppwlookup()644 &ypcurrent, &ypcurrentlen); in __yppwlookup()645 if (r != 0 || ypcurrentlen > buflen) { in __yppwlookup()652 bcopy(ypcurrent, buf, ypcurrentlen); in __yppwlookup()653 buf[ypcurrentlen] = '\0'; in __yppwlookup()