Searched refs:buildopts (Results 1 – 9 of 9) sorted by relevance
/freebsd/usr.sbin/crunch/crunchgen/ |
H A D | crunchgen.c | 74 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 D | bsd.crunchgen.mk | 84 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 D | buildopts.c | 14 buildopts(char *cp, char *op, int len) in buildopts() function
|
H A D | Makefile | 7 binprint.c buildopts.c checkrev.c connecttcp.c \
|
H A D | ipft_tx.c | 312 olen = buildopts(*cpp, ipopts, (IP_HL(ip) - 5) << 2); in parseline()
|
/freebsd/sbin/ipf/ipsend/ |
H A D | ipsend.h | 40 extern u_32_t buildopts(char *, char *, int);
|
H A D | ipsopt.c | 139 buildopts(char *cp, char *op, int len)
|
H A D | ipsend.c | 278 olen = buildopts(optarg, options, (IP_HL(ip) - 5) << 2); in main()
|
/freebsd/sbin/ipf/common/ |
H A D | ipf.h | 203 extern u_32_t buildopts(char *, char *, int);
|