Home
last modified time | relevance | path

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

/freebsd/lib/libc/yp/
H A Dyplib.c933 u_long status, savstat; in yp_all() local
985 savstat = status; in yp_all()
988 if (savstat != YP_NOMORE) in yp_all()
989 return (ypprot_err(savstat)); in yp_all()