Home
last modified time | relevance | path

Searched refs:_PATH_CHPASS (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/heimdal/appl/login/
H A Dshadow.c40 #ifndef _PATH_CHPASS
41 #define _PATH_CHPASS "/usr/bin/passwd" macro
55 execlp(_PATH_CHPASS, "passwd", who->pw_name, (char *) 0); in change_passwd()