Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/pw/
Dpwupd.h98 #ifndef _PATH_PWD
99 #define _PATH_PWD "/etc" macro
Dgrupd.c43 static char * grpath = _PATH_PWD;
Dpwupd.c48 static char pathpwd[] = _PATH_PWD;
/freebsd-9-stable/include/
Dpwd.h64 #define _PATH_PWD "/etc" macro
/freebsd-9-stable/release/picobsd/tinyware/passwd/
Dpw_util.c70 static char _default_mppath[] = _PATH_PWD;
/freebsd-9-stable/usr.sbin/pwd_mkdb/
Dpwd_mkdb.c119 strcpy(prefix, _PATH_PWD); in main()