Searched refs:yp (Results 76 - 83 of 83) sorted by relevance

1234

/openbsd-current/usr.sbin/user/
H A Duser.c1053 int i, yp = 0; local
1085 * Stop copying the file at the yp entry; we want to
1087 * after the yp entry.
1090 yp = 1;
1223 if (yp) {
1302 if (pw_mkdb(yp ? NULL : login_name, 0) == -1) {
/openbsd-current/usr.sbin/ypserv/ypserv/
H A Dypserv_proc.c30 #include <rpcsvc/yp.h>
/openbsd-current/lib/libc/gen/
H A Dgetpwent.c49 #include <rpcsvc/yp.h>
/openbsd-current/usr.sbin/ypbind/
H A Dypbind.c42 #include <rpcsvc/yp.h>
59 #define SERVERSDIR "/etc/yp"
60 #define BINDINGDIR "/var/yp/binding"
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-decl.c5149 field_decl_cmp (xp, yp)
5151 const PTR yp;
5153 tree *x = (tree *)xp, *y = (tree *)yp;
H A Dloop.c7692 cmp_combine_givs_stats (xp, yp)
7694 const PTR yp;
7699 (const struct combine_givs_stats *) yp;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delfxx-ia64.c2210 addend_compare (const void *xp, const void *yp)
2215 = (const struct elfNN_ia64_dyn_sym_info *) yp;
2204 addend_compare(const void *xp, const void *yp) argument
/openbsd-current/gnu/usr.bin/perl/
H A DConfigure9095 if $test -d /usr/etc/yp || $test -d /etc/yp || $test -d /usr/lib/yp; then
9274 .nis.*|.yp.*|.main.*) dflt=`echo $dflt | $sed -e 's/^\.[^.]*//'`;;

Completed in 199 milliseconds

1234