Home
last modified time | relevance | path

Searched refs:srcs (Results 1 – 17 of 17) sorted by relevance

/NextBSD/contrib/netbsd-tests/ipf/regress/
HDf271 pass in quick proto tcp from 1.1.1.0/24 to any port = 22 flags S keep state(max-srcs 3)
2 pass in quick proto tcp from 1.1.1.0/24 to any port = 22 flags S keep state(max-srcs 3, max-per-src…
3 pass in quick proto tcp from 1.1.1.0/24 to any port = 22 flags S keep state(max-srcs 3, max-per-src…
4 pass in quick proto tcp all flags S keep state(max-srcs 3)
5 pass in quick proto tcp all flags S keep state(max-srcs 3, max-per-src 1/32)
6 pass in quick proto tcp all flags S keep state(max-srcs 3, max-per-src 1/16)
HDf261 pass in quick proto tcp from 1.1.1.0/24 to any port = 22 flags S keep state(max-srcs 3)
2 pass in quick proto tcp from 1.1.1.0/24 to any port = 22 flags S keep state(max-srcs 3, max-per-src…
3 pass in quick proto tcp from 1.1.1.0/24 to any port = 22 flags S keep state(max-srcs 3, max-per-src…
4 pass in quick proto tcp all flags S keep state(max-srcs 3)
5 pass in quick proto tcp all flags S keep state(max-srcs 3, max-per-src 1/32)
6 pass in quick proto tcp all flags S keep state(max-srcs 3, max-per-src 1/16)
/NextBSD/share/examples/
HDMakefile156 ses/srcs/chpmon.c \
157 ses/srcs/eltsub.c \
158 ses/srcs/eltsub.h \
159 ses/srcs/getencstat.c \
160 ses/srcs/getnobj.c \
161 ses/srcs/getobjmap.c \
162 ses/srcs/getobjstat.c \
163 ses/srcs/inienc.c \
164 ses/srcs/sesd.c \
165 ses/srcs/setencstat.c \
[all …]
/NextBSD/sbin/setkey/
HDparse.y791 setkeymsg_spdaddr(type, upper, policy, srcs, splen, dsts, dplen) in setkeymsg_spdaddr() argument
795 struct addrinfo *srcs;
812 if (!srcs || !dsts)
826 for (s = srcs; s; s = s->ai_next) {
890 setkeymsg_addr(type, satype, srcs, dsts, no_spi) in setkeymsg_addr() argument
893 struct addrinfo *srcs;
911 if (!srcs || !dsts)
946 for (s = srcs; s; s = s->ai_next) {
1008 setkeymsg_add(type, satype, srcs, dsts) in setkeymsg_add() argument
1011 struct addrinfo *srcs;
[all …]
/NextBSD/release/picobsd/mfs_tree/stand/
HDupdate23 srcs=`ls $f`
24 for i in $srcs ; do
/NextBSD/release/picobsd/build/
HDpicobsd467 local srcs dst
470 srcs=""
472 [ -z "$srcs" ] && srcs=$dst && continue
473 eval srcs="$srcs" # expand wildcard and vars
478 cp -p ${srcs} ${root}/${dst} || true
479 srcs=""
/NextBSD/contrib/bmake/
HDsuff.c1354 SuffFindThem(Lst srcs, Lst slst) in SuffFindThem() argument
1362 while (!Lst_IsEmpty (srcs)) { in SuffFindThem()
1363 s = (Src *)Lst_DeQueue(srcs); in SuffFindThem()
1375 fprintf(debug_file, "remove %x from %x\n", s, srcs); in SuffFindThem()
1384 fprintf(debug_file, "remove %x from %x\n", s, srcs); in SuffFindThem()
1394 SuffAddLevel(srcs, s); in SuffFindThem()
2033 Lst srcs; /* List of sources at which to look */ in SuffFindNormalDeps() local
2053 srcs = Lst_Init(FALSE); in SuffFindNormalDeps()
2115 SuffAddLevel(srcs, targ); in SuffFindNormalDeps()
2156 SuffAddLevel(srcs, targ); in SuffFindNormalDeps()
[all …]
HDChangeLog300 else wildcard srcs do not get expanded.
1536 pick up fix for .WAIT in srcs that refer to $@ or $* (PR#20828)
/NextBSD/share/examples/ses/getencstat/
HDMakefile35 .PATH: ${.CURDIR}/../srcs
/NextBSD/share/examples/ses/setobjstat/
HDMakefile35 .PATH: ${.CURDIR}/../srcs
/NextBSD/share/examples/ses/sesd/
HDMakefile35 .PATH: ${.CURDIR}/../srcs
/NextBSD/share/examples/ses/setencstat/
HDMakefile35 .PATH: ${.CURDIR}/../srcs
/NextBSD/usr.bin/xlint/xlint/
HDxlint.c848 cat(char *const *srcs, const char *dest) in cat() argument
861 for (i = 0; (src = srcs[i]) != NULL; i++) { in cat()
/NextBSD/contrib/llvm/include/llvm/Support/
HDGCOV.h336 iterator_range<EdgeIterator> srcs() const { in srcs() function
/NextBSD/etc/mtree/
HDBSD.usr.dist407 srcs
/NextBSD/contrib/diff/
HDChangeLog1741 (srcs): Add $(diffutils_srcs), freesoft.c, quotearg.c instead of
1765 (srcs, distfiles, diff_o, diff3_o, sdiff_o): Rename quotearg.c to
2029 * Makefile.in (srcs, diff_o, diff3_o, sdiff_o):
2185 * Makefile.in (srcs): Remove memcmp.c.
2200 (srcs): Add memcmp.c.
2235 (srcs): Add memchr.c, waitpid.c.
2524 * Makefile.in: (srcs, objs, distfiles, cmp): New files cmpbuf.[ch].
2764 * Makefile.in (srcs): Remove limits.h.
3176 * Makefile.in (srcs): Add sdiff.c.
/NextBSD/contrib/bmake/mk/
HDChangeLog797 * rst2htm.mk: allow srcs from multiple locations.