HomeSort by: relevance | last modified time | path
    Searched refs:pw_yp (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/chpass/
chpass.h 74 int pw_yp(struct passwd *, uid_t);
Makefile 18 SRCS+= pw_yp.c
chpass.c 246 if (pw_yp(pw, uid))
pw_yp.c 1 /* $NetBSD: pw_yp.c,v 1.23 2015/06/17 00:01:59 christos Exp $ */
34 static char sccsid[] = "@(#)pw_yp.c 1.0 2/2/93";
36 __RCSID("$NetBSD: pw_yp.c,v 1.23 2015/06/17 00:01:59 christos Exp $");
106 pw_yp(struct passwd *pw, uid_t ypuid) function in typeref:typename:int

Completed in 17 milliseconds