Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libc/yp/
Dyplib.c893 u_long status, savstat; in yp_all() local
945 savstat = status; in yp_all()
948 if (savstat != YP_NOMORE) in yp_all()
949 return (ypprot_err(savstat)); in yp_all()