Home | History | Annotate | Download | only in rpc

Lines Matching defs:getrpcent

1 /*	$NetBSD: getrpcent.c,v 1.24 2021/04/13 00:29:22 mrg Exp $	*/
37 static char *sccsid = "@(#)getrpcent.c 1.14 91/03/11 Copyr 1984 Sun Micro";
39 __RCSID("$NetBSD: getrpcent.c,v 1.24 2021/04/13 00:29:22 mrg Exp $");
66 __weak_alias(getrpcent,_getrpcent)
106 while ((rpc = getrpcent()) != NULL) {
123 while ((rpc = getrpcent()) != NULL) {
164 getrpcent(void)
193 return (getrpcent());
196 return (getrpcent());
200 return (getrpcent());