Searched refs:_ypexclude (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/lib/libc/yp/
H A Dypexclude.h34 struct _ypexclude { struct
36 struct _ypexclude *next;
40 int __ypexclude_add(struct _ypexclude **, const char *);
41 int __ypexclude_is(struct _ypexclude **, const char *);
42 void __ypexclude_free(struct _ypexclude **);
H A Dypexclude.c36 __ypexclude_add(struct _ypexclude **headp, const char *name)
38 struct _ypexclude *new;
43 new = malloc(sizeof(struct _ypexclude));
58 __ypexclude_is(struct _ypexclude **headp, const char *name)
60 struct _ypexclude *curr;
70 __ypexclude_free(struct _ypexclude **headp)
72 struct _ypexclude *curr, *next;
/openbsd-current/lib/libc/gen/
H A Dgetgrent.c75 static struct _ypexclude *__ypexhead = NULL;
H A Dgetpwent.c94 static struct _ypexclude *__ypexhead;
563 struct _ypexclude *ypexhead = NULL;

Completed in 128 milliseconds