Home
last modified time | relevance | path

Searched refs:inside (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/freebsd-12.1/tools/tools/whereintheworld/
H A Dwhereintheworld.pl16 my $inside = 0;
26 $inside = !$inside;
32 if ($inside && $line =~ /^>>>/) {
/freebsd-12.1/contrib/gcc/cp/
H A Drepo.c62 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 Dnatd.cf.sample47 # 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 Dpf0005.in3 inside="10.0.0.0/8"
5 block in proto udp from $inside port { echo, $foo, ident } \
H A Dpf0005.ok3 inside = "10.0.0.0/8"
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A DREADME.zfs50 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 Ddisassem.c346 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 DCheckerBase.td24 /// 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 Dffs_tables.c49 int inside[9] = { variable
/freebsd-12.1/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dexports6 # world, where "world" in this case means inside the rump shmif
/freebsd-12.1/contrib/gperf/
H A DNEWS25 * 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 Dc_comments.in6 # okay, we must not match */ inside; try to do that...
/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_tsd_exclusive.inc15 # error "This file must be included inside scudo_tsd.h."
H A Dscudo_tsd_shared.inc15 # error "This file must be included inside scudo_tsd.h."
/freebsd-12.1/contrib/netbsd-tests/ipf/input/
H A Dni21 # Test of fragmentation required coming from the inside.
/freebsd-12.1/contrib/llvm/tools/lld/docs/
H A Dsphinx_intro.rst97 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 Dheredoc10.013 # or there are other constructs nested inside the command substitution that
H A Dheredoc9.013 # or there are other constructs nested inside the command substitution that
/freebsd-12.1/usr.sbin/makefs/ffs/
H A Dffs_subr.c64 subfield = inside[siz]; in ffs_fragacct_swap()
/freebsd-12.1/contrib/unbound/doc/
H A DREADME.DNS6422 the answer section. The corresponding IPv6 address will be inside the DNS64
/freebsd-12.1/contrib/file/src/
H A Dmagic.h.in35 #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 Drc.firewall75 # 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 DDIR-825B122 # Since the kernel image must fit inside 1024KiB, we have to build almost
/freebsd-12.1/release/picobsd/mfs_tree/etc/
H A Dgettytab35 # (Echoing is done inside getty itself.)
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td626 "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'">;

12345678910>>...16