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

/freebsd-11.0-release/libexec/bootpd/tools/bootpef/
H A Dbootpef.c98 char *chdir_path;
161 case 'c': /* chdir_path */
174 chdir_path = stmp;
231 if (chdir_path) {
232 if (chdir(chdir_path) < 0)
233 report(LOG_ERR, "%s: chdir failed", chdir_path);
96 char *chdir_path; variable
/freebsd-11.0-release/libexec/bootpd/
H A Dbootpd.c156 char *chdir_path;
271 case 'c': /* chdir_path */
284 chdir_path = stmp;
415 if (chdir_path) {
416 if (chdir(chdir_path) < 0)
417 report(LOG_ERR, "%s: chdir failed", chdir_path);
155 char *chdir_path; variable

Completed in 101 milliseconds