Searched refs:pwfile (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dslappasswd.c75 char *pwfile = NULL; local
94 if ( pwfile != NULL ) {
123 if ( pwfile != NULL ) {
142 if ( pwfile != NULL ) {
151 pwfile = optarg;
170 if( pwfile != NULL ) {
171 if( lutil_get_filed_password( pwfile, &passwd )) {
/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dgetid.c112 static char pwfile[MAXPATHLEN]; variable
130 snprintf(pwfile, sizeof(pwfile), "%s/master.passwd", dir);
348 if (pwfile[0] == '\0') /* sanity check */
350 return (_pw_fp = fopen(pwfile, "r")) ? 1 : 0;

Completed in 108 milliseconds