| /src/usr.sbin/racoonctl/ |
| H A D | Makefile | 10 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools macro 12 CPPFLAGS+= -I${DIST}/src/racoon -I${DIST}/src/libipsec \ 20 .PATH: ${NETBSDSRCDIR}/lib/libipsec ${DIST}/src/racoon
|
| /src/usr.bin/bzip2recover/ |
| H A D | Makefile | 14 DIST= ${NETBSDSRCDIR}/external/bsd/bzip2/dist macro 15 .PATH: ${DIST}
|
| /src/tools/m4/bootstrap/ |
| H A D | Makefile | 9 DIST=${NETBSDSRCDIR}/usr.bin/m4 macro 11 parser.c parser.h: ${DIST}/parser.y 12 ${YACC} -d ${DIST}/parser.y 17 tokenizer.c: ${DIST}/tokenizer.l 18 ${LEX} ${DIST}/tokenizer.l
|
| /src/sbin/setkey/ |
| H A D | Makefile | 13 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools macro 15 CPPFLAGS+= -I${DIST}/src/setkey -I${DIST}/src/libipsec 26 .PATH: ${DIST}/src/setkey
|
| /src/share/examples/racoon/roadwarrior/ |
| H A D | Makefile | 14 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools macro 15 .PATH: ${DIST}/src/racoon/samples/roadwarrior
|
| /src/share/examples/racoon/roadwarrior/client/ |
| H A D | Makefile | 12 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools macro 13 .PATH: ${DIST}/src/racoon/samples/roadwarrior/client
|
| /src/share/examples/racoon/roadwarrior/server/ |
| H A D | Makefile | 12 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools macro 13 .PATH: ${DIST}/src/racoon/samples/roadwarrior/server
|
| /src/share/examples/racoon/ |
| H A D | Makefile | 17 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools macro 18 .PATH: ${DIST}/src/racoon/samples ${DIST}/src/racoon/doc
|
| /src/lib/libipsec/ |
| H A D | Makefile | 10 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools macro 12 CPPFLAGS+= -I${DIST}/src/libipsec -I. -DHAVE_CONFIG_H 21 .PATH: ${DIST}/src/libipsec
|
| /src/usr.bin/klist/ |
| H A D | Makefile | 11 DIST= ${NETBSDSRCDIR}/crypto/dist macro 12 .PATH: ${DIST}/heimdal/kuser 19 -I${DIST}/heimdal/kuser \
|
| /src/tests/usr.bin/bzip2/ |
| H A D | Makefile | 11 DIST= ${NETBSDSRCDIR}/external/bsd/bzip2/dist macro 12 .PATH: ${DIST}
|
| /src/usr.sbin/racoon/ |
| H A D | Makefile.racoon | 3 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools 4 CPPFLAGS+= -I${DIST}/src/racoon -I${DIST}/src/racoon/missing 5 CPPFLAGS+= -I${DIST}/src/libipsec 29 .PATH: ${DIST}/src/racoon
|
| /src/lib/libbz2/ |
| H A D | Makefile | 10 DIST= ${NETBSDSRCDIR}/external/bsd/bzip2/dist macro 11 .PATH: ${DIST}
|
| /src/usr.bin/bzip2/ |
| H A D | Makefile | 20 DIST= ${NETBSDSRCDIR}/external/bsd/bzip2/dist macro 21 .PATH: ${DIST}
|
| /src/sys/external/isc/libsodium/dist/dist-build/ |
| H A D | emscripten.sh | 24 export DIST='yes' 31 export DIST='yes' 39 export DIST='no' 47 export DIST='no' 68 if [ "$DIST" = yes ]; then
|
| /src/lib/libpam/libpam/ |
| H A D | Makefile | 53 DIST= ${NETBSDSRCDIR}/external/bsd/openpam/dist macro 219 .PATH.h: ${DIST}/include 220 .PATH.c: ${DIST}/lib/libpam 221 .PATH.3: ${DIST}/doc/man 222 .PATH.5: ${DIST}/doc/man
|
| /src/common/dist/zlib/ |
| H A D | inflate.h | 43 DIST, /* i: waiting for distance code */ enumerator in enum:__anon017365670103 74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
|
| H A D | inflate.c | 1094 state->mode = DIST; 1096 case DIST:
|
| /src/games/hack/ |
| H A D | hack.h | 179 #define DIST(x1,y1,x2,y2) (((x1)-(x2))*((x1)-(x2)) + ((y1)-(y2))*((y1)-(y2))) macro
|
| H A D | hack.unix.c | 472 d1 = DIST(fx, fy, md->mx, md->my); 476 d2 = DIST(fx + dx, fy + dy, md->mx, md->my);
|
| H A D | hack.mon.c | 435 if ((dd = DIST(omx, omy, gold->gx, gold->gy)) < mind) { 447 if ((dd = DIST(omx, omy, otmp->ox, otmp->oy)) < mind) { 480 int d1 = DIST(nx, ny, gx, gy); 481 int d2 = DIST(nix, niy, gx, gy); 485 nearer = (DIST(nx, ny, gx, gy) < DIST(nix, niy, gx, gy));
|
| H A D | hack.c | 302 DIST(u.ux + u.dx, u.uy + u.dy, uchain->ox, uchain->oy) > 2) { 307 if (DIST(u.ux + u.dx, u.uy + u.dy, uball->ox, uball->oy) < 3) { 607 i = DIST(x, y, u.ux + u.dx, u.uy + u.dy); 610 if (corrct == 1 && DIST(x, y, x0, y0) != 1)
|
| H A D | hack.fight.c | 184 if (DIST(mon->mx, mon->my, mtmp->mx, mtmp->my) < 3)
|
| /src/sys/net/ |
| H A D | zlib.c | 5077 DIST, /* i: get distance next */ enumerator in enum:__anon0ce393390d03 5098 } code; /* if LEN or DIST, where in tree */ 5218 c->mode = DIST; 5220 case DIST: /* i: get distance next */
|