Home
last modified time | relevance | path

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

/dragonfly/lib/libc/yp/
HDyplib.c884 u_long status, savstat; in yp_all() local
931 savstat = status; in yp_all()
934 if (savstat != YP_NOMORE) in yp_all()
935 return (ypprot_err(savstat)); in yp_all()