Home
last modified time | relevance | path

Searched refs:ypcurrentlen (Results 1 – 1 of 1) sorted by relevance

/openbsd/lib/libc/gen/
H A Dgetpwent.c561 int yp_pw_flags = 0, ypcurrentlen, r, s = -1, pw_keynum; in __yppwlookup() local
601 &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()