Searched refs:exten_file (Results 1 - 5 of 5) sorted by path

/freebsd-9.3-release/libexec/bootpd/
H A Dbootpd.c1350 if (hp->flags.exten_file) {
1352 * Check for room for exten_file. Add 3 to account for
1355 len = strlen(hp->exten_file->string);
1359 bcopy(hp->exten_file->string, vp, len);
H A Dbootpd.h123 exten_file :1, member in struct:flag
177 *exten_file,
176 *exten_file, member in struct:host
H A Ddumptab.c169 if (hp->flags.exten_file) {
170 fprintf(fp, "\\\n\t:ef=%s:", hp->exten_file->string);
H A Dreadfile.c1097 PARSE_STR(exten_file);
1504 DUP_LINK(exten_file);
1955 del_string(hostptr->exten_file);
/freebsd-9.3-release/libexec/bootpd/tools/bootpef/
H A Dbootpef.c249 if (!hp->flags.exten_file) {
284 if (!hp->flags.exten_file)
303 hp->exten_file->string);
310 printf("Updating \"%s\"\n", hp->exten_file->string);
311 if ((fp = fopen(hp->exten_file->string, "w")) == NULL) {
313 hp->exten_file->string, get_errmsg());
319 hp->exten_file->string, get_errmsg());

Completed in 115 milliseconds