Home
last modified time | relevance | path

Searched refs:buildopts (Results 1 – 9 of 9) sorted by relevance

/freebsd/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c74 strlst_t *buildopts; member
85 static strlst_t *buildopts = NULL; variable
317 else if(!strcmp(fieldv[0], "buildopts")) in parse_one_file()
440 p2->buildopts = NULL; in add_prog()
506 add_string(&buildopts, argv[i]); in add_buildopts()
558 } else if (!strcmp(argv[2], "buildopts")) { in add_special()
559 p->buildopts = NULL; in add_special()
561 add_string(&p->buildopts, argv[i]); in add_special()
745 if (buildopts) { in fillin_program_objs()
747 output_strlst(f, buildopts); in fillin_program_objs()
[all...]
/freebsd/share/mk/
H A Dbsd.crunchgen.mk84 echo buildopts ${CRUNCH_BUILDOPTS} >>${.TARGET}
97 echo special ${P} buildopts DIRPRFX=${DIRPRFX}${P}/ \
100 echo special ${P} buildopts DIRPRFX=${DIRPRFX}${P}/ >>${.TARGET}
/freebsd/sbin/ipf/libipf/
H A Dbuildopts.c14 buildopts(char *cp, char *op, int len) in buildopts() function
H A DMakefile7 binprint.c buildopts.c checkrev.c connecttcp.c \
H A Dipft_tx.c312 olen = buildopts(*cpp, ipopts, (IP_HL(ip) - 5) << 2); in parseline()
/freebsd/sbin/ipf/ipsend/
H A Dipsend.h40 extern u_32_t buildopts(char *, char *, int);
H A Dipsopt.c139 buildopts(char *cp, char *op, int len)
H A Dipsend.c278 olen = buildopts(optarg, options, (IP_HL(ip) - 5) << 2); in main()
/freebsd/sbin/ipf/common/
H A Dipf.h203 extern u_32_t buildopts(char *, char *, int);