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

  /src/usr.sbin/bootp/common/
bootpd.h 128 exec_file :1, member in struct:flag
180 *exec_file;
179 *exec_file; member in struct:host
dumptab.c 165 if (hp->flags.exec_file) {
166 fprintf(fp, "\\\n\t:ex=%s:", hp->exec_file->string);
readfile.c 1108 PARSE_STR(exec_file);
1491 DUP_LINK(exec_file);
1922 del_string(hostptr->exec_file);
  /src/usr.sbin/bootp/bootpd/
bootpd.c 743 if (hp->flags.exec_file) {
746 strlcpy(tst, hp->exec_file->string, sizeof(tst));

Completed in 13 milliseconds