Home
last modified time | relevance | path

Searched refs:chdir_path (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/libexec/bootpd/tools/bootpef/
H A Dbootpef.c96 char *chdir_path; variable
171 chdir_path = stmp;
228 if (chdir_path) {
229 if (chdir(chdir_path) < 0)
230 report(LOG_ERR, "%s: chdir failed", chdir_path);
/freebsd-12.1/libexec/bootpd/
H A Dbootpd.c156 char *chdir_path; variable
286 chdir_path = stmp;
417 if (chdir_path) {
418 if (chdir(chdir_path) < 0)
419 report(LOG_ERR, "%s: chdir failed", chdir_path);