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

/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c700 const char *newcfgpath; local
702 newcfgpath = realpath(cfgpath, NULL);
703 if (newcfgpath == NULL) {
707 cfgpath = newcfgpath;
/freebsd-9.3-release/sbin/hastd/
H A Dhastd.c1231 const char *newcfgpath; local
1233 newcfgpath = realpath(cfgpath, NULL);
1234 if (newcfgpath == NULL) {
1238 cfgpath = newcfgpath;

Completed in 64 milliseconds