Searched refs:keep (Results 1 - 25 of 118) sorted by relevance

12345

/freebsd-11-stable/contrib/ipfilter/rules/
H A DBASIC_1.FW60 pass in quick proto udp from any to any port = 53 keep state group 202
65 #pass in quick proto udp from any to w.x.y.z/32 port = 53 keep state group 202
66 #pass out quick on ppp0 proto udp from a.b.c.d/32 to any port = 53 keep state
70 pass in quick proto tcp from any to any port = ftp keep state group 201
71 pass in quick proto tcp from any to any port = ftp-data keep state group 201
72 pass in quick proto tcp from any port = ftp-data to any port > 1023 keep state group 101
76 pass in quick proto udp from any to any port = ntp keep state group 202
80 pass in quick proto tcp from any to any port = 22 keep state group 201
81 pass in quick proto tcp from any to any port = telnet keep state group 201
82 pass in quick proto tcp from any to any port = www keep stat
[all...]
H A DBASIC_2.FW59 pass in log quick proto tcp all flags S/SA keep state group 200
65 pass in log quick proto icmp all keep state group 200
/freebsd-11-stable/tools/tools/locale/tools/
H A Dfinalize51 # For variable without @modifier ambiguity do not keep the @modifier
96 keep=$(cat ${TEMP} | awk '{ print $2 ".src" }')
97 (cd ${old} && md5 -r ${keep} | sort) > ${TEMP2}
98 keep=$(awk '{ if ($1 != last1) print $2; last1 = $1; }' ${TEMP2})
99 for original in ${keep}
154 keep=$(cat ${TEMP} | awk '{ print $2 }')
155 for original in ${keep}
161 keep=$(cat ${TEMP} | awk '{ print $2 }')
162 for original in ${keep}
/freebsd-11-stable/usr.sbin/crunch/crunchide/
H A Dcrunchide.c30 * global symbols. Allows the user to supply a "keep list" of symbols
134 "usage: %s [-k <symbol-name>] [-f <keep-list-file>] <files> ...\n",
141 struct keep { struct
142 struct keep *next;
149 struct keep *newp, *prevp, *curp;
160 newp = (struct keep *) malloc(sizeof(struct keep));
163 fprintf(stderr, "%s: out of memory for keep list\n", pname);
175 struct keep *curp;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DToolOutputFile.h24 /// object is destroyed unless the client calls keep().
57 void keep() { Installer.Keep = true; } function in class:llvm::ToolOutputFile
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp67 Out->keep();
74 Out->keep();
/freebsd-11-stable/usr.bin/lockf/
H A Dlockf.c52 static int keep; variable
64 silent = keep = 0;
70 keep = 1;
129 if (keep)
191 if (keep)
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-chdlc.c134 } keep; member in union:cisco_slarp::__anon4068
173 EXTRACT_32BITS(&slarp->un.keep.myseq),
174 EXTRACT_32BITS(&slarp->un.keep.yourseq),
175 EXTRACT_16BITS(&slarp->un.keep.rel)));
/freebsd-11-stable/contrib/gcc/
H A Dopts-common.c215 goto keep;
219 keep:
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_mbuild.sh32 --keep Keep builds. Do not remove each build when finished.
57 keep=false
77 --keep )
78 keep=true
158 # fail? If the test is true, and we don't want to keep going, print
318 if ${keep}
/freebsd-11-stable/share/mk/
H A Dbsd.port.mk22 # Needed to keep bsd.own.mk from reading in /etc/src.conf
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp79 DepOut.keep();
140 OutFile.keep();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkLinker.cpp53 Remark &RemarkLinker::keep(std::unique_ptr<Remark> Remark) { function in class:RemarkLinker
97 keep(std::move(*Next));
/freebsd-11-stable/usr.sbin/rpc.umntall/
H A Drpc.umntall.c61 int ch, keep, success, pathlen; local
68 success = keep = verbose = 0;
78 keep = 1;
121 if (keep && is_mounted(mtab->mtab_host,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DBuffer.cpp26 return Temp ? Temp->keep(FileName) : Temp.takeError();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkLinker.h53 Remark &keep(std::unique_ptr<Remark> Remark);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dnm.c404 int keep = 0;
414 keep = bfd_is_und_section (sym->section);
416 keep = ((sym->flags & BSF_GLOBAL) != 0
421 keep = 1;
423 if (keep
426 keep = 0;
428 if (keep
432 keep = 0;
434 if (keep
438 keep
400 int keep = 0; local
[all...]
/freebsd-11-stable/tools/tools/tinybsd/conf/firewall/etc/
H A Drc.firewall180 ${fwcmd} add pass udp from ${ip} to any 53 keep-state
183 ${fwcmd} add pass udp from ${ip} to any 123 keep-state
282 ${fwcmd} add pass udp from ${oip} to any 53 keep-state
285 ${fwcmd} add pass udp from ${oip} to any 123 keep-state
/freebsd-11-stable/tools/tools/tinybsd/conf/wireless/etc/
H A Drc.firewall180 ${fwcmd} add pass udp from ${ip} to any 53 keep-state
183 ${fwcmd} add pass udp from ${ip} to any 123 keep-state
282 ${fwcmd} add pass udp from ${oip} to any 53 keep-state
285 ${fwcmd} add pass udp from ${oip} to any 123 keep-state
/freebsd-11-stable/etc/
H A Drc.firewall251 ${fwcmd} add pass udp from me to any 53 keep-state
254 ${fwcmd} add pass udp from me to any 123 keep-state
413 ${fwcmd} add pass udp from me to any 53 keep-state
416 ${fwcmd} add pass udp from me to any 123 keep-state
450 ${fwcmd} add pass tcp from me to any setup keep-state
451 ${fwcmd} add pass udp from me to any keep-state
452 ${fwcmd} add pass icmp from me to any keep-state
454 ${fwcmd} add pass ipv6-icmp from me to any keep-state
482 # Note: We don't use keep-state as that would allow DoS of
484 # You can add 'keep
[all...]
/freebsd-11-stable/usr.bin/m4/
H A Dlook.c60 static void keep(char *);
291 keep(char *ptr) function
335 keep(ptr);
/freebsd-11-stable/sbin/savecore/
H A Dsavecore.c94 static int checkfor, compress, clear, force, keep, verbose; /* flags */ variable
520 fd = open(device, (checkfor || keep) ? O_RDONLY : O_RDWR);
785 if (!keep) {
824 checkfor = compress = clear = force = keep = verbose = 0;
846 keep = 1;
865 if (checkfor && (clear || force || keep))
867 if (clear && (compress || keep))
/freebsd-11-stable/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp361 Out->keep();
363 ThinLTOLinkOut->keep();
367 OptRemarkFile->keep();
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt_ioctl.h100 bool keep; member in struct:bnxt_ioctl_hwrm_nvm_write
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DCodeGenCoverage.cpp118 CoverageFile->keep();

Completed in 141 milliseconds

12345