Home
last modified time | relevance | path

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

/freebsd-13.1/libexec/bootpd/tools/bootpef/
H A Dbootpef.c88 char *chdir_path; variable
163 chdir_path = stmp;
220 if (chdir_path) {
221 if (chdir(chdir_path) < 0)
222 report(LOG_ERR, "%s: chdir failed", chdir_path);
/freebsd-13.1/libexec/bootpd/
H A Dbootpd.c148 char *chdir_path; variable
278 chdir_path = stmp;
409 if (chdir_path) {
410 if (chdir(chdir_path) < 0)
411 report(LOG_ERR, "%s: chdir failed", chdir_path);