Home
last modified time | relevance | path

Searched refs:exec_file (Results 1 – 4 of 4) sorted by relevance

/freebsd/libexec/bootpd/
H A Dbootpd.h126 exec_file :1, member
177 *exec_file; member
H A Ddumptab.c158 if (hp->flags.exec_file) { in dump_host()
159 fprintf(fp, "\\\n\t:ex=%s:", hp->exec_file->string); in dump_host()
H A Dreadfile.c1093 PARSE_STR(exec_file); in eval_symbol()
1470 DUP_LINK(exec_file); in fill_defaults()
1896 del_string(hostptr->exec_file); in free_host()
H A Dbootpd.c760 if (hp->flags.exec_file) { in handle_request()
763 strcpy (tst, hp->exec_file->string); in handle_request()