| /freebsd-12.1/tools/tools/whereintheworld/ |
| H A D | whereintheworld.pl | 16 my $inside = 0; 26 $inside = !$inside; 32 if ($inside && $line =~ /^>>>/) {
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | repo.c | 62 int inside = 0; in extract_string() local 75 else if (! inside && c == ' ') in extract_string() 77 else if (! inside && c == '\\') in extract_string() 80 inside = !inside; in extract_string()
|
| /freebsd-12.1/sbin/natd/samples/ |
| H A D | natd.cf.sample | 47 # the inside network is all RFC1918 addresses. 71 # ipconfig must apply any legal IP numbers that inside hosts 77 # DNS in this situation can get hairy. For example, an inside host 86 # NAT, because inside hosts will go through the NAT to get to the legal 87 # number, even when the inside number is on the same subnet as they are!
|
| /freebsd-12.1/sbin/pfctl/tests/files/ |
| H A D | pf0005.in | 3 inside="10.0.0.0/8" 5 block in proto udp from $inside port { echo, $foo, ident } \
|
| H A D | pf0005.ok | 3 inside = "10.0.0.0/8"
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | README.zfs | 50 useful inside ZFS / the kernel. We have changed the runtime to use int64_t 53 neither of these make sense from inside channel programs. We have removed 56 version of Lua runs inside the kernel we must handle these failures and 59 4. Running poorly-vetted code inside the kernel is always a risk; even if the 68 Lua source code at the ioctl level and then interpret it inside the kernel.
|
| /freebsd-12.1/sys/arm64/arm64/ |
| H A D | disassem.c | 346 int inside; in disasm() local 454 inside = 1; in disasm() 458 inside = 0; in disasm() 463 inside = 1; in disasm() 468 if (inside != 0) { in disasm()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | CheckerBase.td | 24 /// Describes a 'super' package that holds another package inside it. This is 26 /// 'builtin' package inside 'core', thus creating the package 'core.builtin'.
|
| /freebsd-12.1/sys/ufs/ffs/ |
| H A D | ffs_tables.c | 49 int inside[9] = { variable
|
| /freebsd-12.1/contrib/netbsd-tests/fs/nfs/nfsservice/ |
| H A D | exports | 6 # world, where "world" in this case means inside the rump shmif
|
| /freebsd-12.1/contrib/gperf/ |
| H A D | NEWS | 25 * The following options can now be specified inside the input file: 74 '#', ',', space or NUL inside keywords.
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libc/regex/data/ |
| H A D | c_comments.in | 6 # okay, we must not match */ inside; try to do that...
|
| /freebsd-12.1/contrib/compiler-rt/lib/scudo/ |
| H A D | scudo_tsd_exclusive.inc | 15 # error "This file must be included inside scudo_tsd.h."
|
| H A D | scudo_tsd_shared.inc | 15 # error "This file must be included inside scudo_tsd.h."
|
| /freebsd-12.1/contrib/netbsd-tests/ipf/input/ |
| H A D | ni2 | 1 # Test of fragmentation required coming from the inside.
|
| /freebsd-12.1/contrib/llvm/tools/lld/docs/ |
| H A D | sphinx_intro.rst | 97 Most Python developers prefer to work with tools inside a *virtualenv* (virtual 124 which will change your PATH to ensure the sphinx-build tool from inside the
|
| /freebsd-12.1/bin/sh/tests/parser/ |
| H A D | heredoc10.0 | 13 # or there are other constructs nested inside the command substitution that
|
| H A D | heredoc9.0 | 13 # or there are other constructs nested inside the command substitution that
|
| /freebsd-12.1/usr.sbin/makefs/ffs/ |
| H A D | ffs_subr.c | 64 subfield = inside[siz]; in ffs_fragacct_swap()
|
| /freebsd-12.1/contrib/unbound/doc/ |
| H A D | README.DNS64 | 22 the answer section. The corresponding IPv6 address will be inside the DNS64
|
| /freebsd-12.1/contrib/file/src/ |
| H A D | magic.h.in | 35 #define MAGIC_COMPRESS 0x0000004 /* Check inside compressed files */ 48 #define MAGIC_COMPRESS_TRANSP 0x2000000 /* Check inside compressed files
|
| /freebsd-12.1/release/picobsd/floppy.tree/etc/ |
| H A D | rc.firewall | 75 # as a named server and ntp server, and point all the machines on the inside 85 # set these to your inside interface network and netmask and ip
|
| /freebsd-12.1/sys/mips/conf/ |
| H A D | DIR-825B1 | 22 # Since the kernel image must fit inside 1024KiB, we have to build almost
|
| /freebsd-12.1/release/picobsd/mfs_tree/etc/ |
| H A D | gettytab | 35 # (Echoing is done inside getty itself.)
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticLexKinds.td | 626 "already inside '#pragma clang arc_cf_code_audited'">; 628 "not currently inside '#pragma clang arc_cf_code_audited'">; 630 "cannot #include files inside '#pragma clang arc_cf_code_audited'">; 755 "include of non-modular header inside framework module '%0': '%1'">, 758 "include of non-modular header inside module '%0': '%1'">, 781 "already inside '#pragma clang assume_nonnull'">; 783 "not currently inside '#pragma clang assume_nonnull'">; 785 "cannot #include files inside '#pragma clang assume_nonnull'">;
|