HomeSort by: relevance | last modified time | path
    Searched refs:exten_file (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/bootp/bootpef/
bootpef.c 245 if (!hp->flags.exten_file) {
279 if (!hp->flags.exten_file)
298 hp->exten_file->string);
305 printf("Updating \"%s\"\n", hp->exten_file->string);
306 if ((fp = fopen(hp->exten_file->string, "w")) == NULL) {
308 hp->exten_file->string, get_errmsg());
314 hp->exten_file->string, get_errmsg());
  /src/usr.sbin/bootp/common/
bootpd.h 123 exten_file :1, member in struct:flag
177 *exten_file,
176 *exten_file, member in struct:host
dumptab.c 162 if (hp->flags.exten_file) {
163 fprintf(fp, "\\\n\t:ef=%s:", hp->exten_file->string);
readfile.c 1087 PARSE_STR(exten_file);
1482 DUP_LINK(exten_file);
1918 del_string(hostptr->exten_file);
  /src/usr.sbin/bootp/bootpd/
bootpd.c 1329 if (hp->flags.exten_file) {
1331 * Check for room for exten_file. Add 3 to account for
1334 len = strlen(hp->exten_file->string);
1338 bcopy(hp->exten_file->string, vp, len);

Completed in 16 milliseconds