Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.sbin/pw/
Dpwupd.h112 #ifndef _PATH_PWD
113 #define _PATH_PWD "/etc" macro
Dpwupd.c65 if (strcmp(conf.etcpath, _PATH_PWD) != 0) { in pwdb_check()
Dpw.c122 strlcpy(conf.etcpath, _PATH_PWD, sizeof(conf.etcpath)); in main()
/freebsd-10-stable/include/
Dpwd.h64 #define _PATH_PWD "/etc" macro
/freebsd-10-stable/release/picobsd/tinyware/passwd/
Dpw_util.c70 static char _default_mppath[] = _PATH_PWD;
/freebsd-10-stable/usr.sbin/pwd_mkdb/
Dpwd_mkdb.c120 strcpy(prefix, _PATH_PWD); in main()