Searched refs:buildopts (Results 1 – 9 of 9) sorted by relevance
| /freebsd-head/usr.sbin/crunch/crunchgen/ |
| HD | crunchgen.c | 74 strlst_t *buildopts; member 85 static strlst_t *buildopts = NULL; variable 440 p2->buildopts = NULL; in add_prog() 506 add_string(&buildopts, argv[i]); in add_buildopts() 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() 757 for (s = p->buildopts; s != NULL; s = s->next) in fillin_program_objs() 1015 if (buildopts) { in top_makefile_rules() [all …]
|
| /freebsd-head/share/mk/ |
| HD | 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-head/sbin/ipf/libipf/ |
| HD | buildopts.c | 14 buildopts(char *cp, char *op, int len) in buildopts() function
|
| HD | Makefile | 7 binprint.c buildopts.c checkrev.c connecttcp.c \
|
| HD | ipft_tx.c | 312 olen = buildopts(*cpp, ipopts, (IP_HL(ip) - 5) << 2); in parseline()
|
| /freebsd-head/sbin/ipf/ipsend/ |
| HD | ipsend.h | 40 extern u_32_t buildopts(char *, char *, int);
|
| HD | ipsopt.c | 139 buildopts(char *cp, char *op, int len)
|
| HD | ipsend.c | 278 olen = buildopts(optarg, options, (IP_HL(ip) - 5) << 2); in main()
|
| /freebsd-head/sbin/ipf/common/ |
| HD | ipf.h | 203 extern u_32_t buildopts(char *, char *, int);
|