Searched refs:execfname (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/usr.sbin/crunchgen/ |
| D | crunchgen.c | 96 char topdir[PATH_MAX], execfname[PATH_MAX]; variable 150 if (strlcpy(execfname, optarg, sizeof(execfname)) >= in main() 151 sizeof(execfname)) in main() 209 if (!*execfname) in main() 210 snprintf(execfname, sizeof(execfname), "%s", confname); in main() 828 fprintf(outcf, "#define EXECNAME \"%s\"\n", execfname); in gen_output_cfile() 934 execfname, execfname); in top_makefile_rules() 936 execfname); in top_makefile_rules() 937 fprintf(outmk, "\t$(STRIP) -R .comment %s\n", execfname); in top_makefile_rules() 949 fprintf(outmk, "%s.map: %s.o $(CRUNCHED_OBJS)\n", execfname, execfname); in top_makefile_rules() [all …]
|