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

/freebsd-11.0-release/tools/regression/priv/
H A Dpriv_acct.c60 static char fpath1[1024]; variable
80 setup_file("priv_acct_setup: fpath1", fpath1, 0, 0, 0666);
93 if (acct(fpath1) != 0) {
94 warn("priv_acct_setup: acct(\"%s\")", fpath1);
107 (void)unlink(fpath1);
121 error = acct(fpath1);

Completed in 41 milliseconds