Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/pw/
H A Dpwupd.h108 #ifndef _PATH_PWD
109 #define _PATH_PWD "/etc" macro
H A Dpw.c124 strlcpy(conf.etcpath, _PATH_PWD, sizeof(conf.etcpath)); in main()
166 _PATH_PWD : ""); in main()
H A Dpwupd.c67 if (strcmp(conf.etcpath, _PATH_PWD) != 0) { in pwdb_check()
/freebsd-12.1/include/
H A Dpwd.h66 #define _PATH_PWD "/etc" macro
/freebsd-12.1/release/picobsd/tinyware/passwd/
H A Dpw_util.c72 static char _default_mppath[] = _PATH_PWD;
/freebsd-12.1/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c122 strcpy(prefix, _PATH_PWD); in main()