Searched refs:the_exec (Results 1 – 1 of 1) sorted by relevance
4089 struct exec the_exec; in check_file() local4100 if ((temp = read(fd, (char *)&the_exec, sizeof (the_exec))) == -1) { in check_file()4103 if (temp != sizeof (the_exec)) { in check_file()4107 if (the_exec.a_text != PROMSIZE) { in check_file()