Searched refs:exten_file (Results 1 – 5 of 5) sorted by relevance
/freebsd/libexec/bootpd/tools/bootpef/ |
H A D | bootpef.c | 234 if (!hp->flags.exten_file) { in main() 267 if (!hp->flags.exten_file) in mktagfile() 286 hp->exten_file->string); in mktagfile() 293 printf("Updating \"%s\"\n", hp->exten_file->string); in mktagfile() 294 if ((fp = fopen(hp->exten_file->string, "w")) == NULL) { in mktagfile() 296 hp->exten_file->string, get_errmsg()); in mktagfile() 302 hp->exten_file->string, get_errmsg()); in mktagfile()
|
/freebsd/libexec/bootpd/ |
H A D | bootpd.h | 121 exten_file :1, member 174 *exten_file, member
|
H A D | dumptab.c | 155 if (hp->flags.exten_file) { in dump_host() 156 fprintf(fp, "\\\n\t:ef=%s:", hp->exten_file->string); in dump_host()
|
H A D | bootpd.c | 1330 if (hp->flags.exten_file) { in dovend_rfc1048() 1335 len = strlen(hp->exten_file->string); in dovend_rfc1048() 1339 bcopy(hp->exten_file->string, vp, len); in dovend_rfc1048()
|
H A D | readfile.c | 1072 PARSE_STR(exten_file); in eval_symbol() 1461 DUP_LINK(exten_file); in fill_defaults() 1892 del_string(hostptr->exten_file); in free_host()
|