Searched refs:in (Results 126 - 150 of 4358) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ipfilter/rules/
H A DBASIC_2.FW17 block in log quick all with short
24 block in log on ppp0 all head 100
26 block in log on ed0 from w.x.y.z/24 to any head 200
34 block in log quick from 10.0.0.0/8 to any group 100
35 block in log quick from 192.168.0.0/16 to any group 100
36 block in log quick from 172.16.0.0/12 to any group 100
40 block in log quick from a.b.c.d/24 to any group 100
45 # packets going in/out of network interfaces that aren't on the loopback
47 block in log quick from 127.0.0.0/8 to any group 100
48 block in lo
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/
H A Dtst.EmptyTransDecl.d6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
54 struct input_struct in;
59 in.i = 10;
60 in.c = 'c';
62 ou = xlate < struct output_struct > (in);
H A Dtst.PartialDereferencing.d6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
57 struct input_struct in;
61 in.ii = 100;
62 in.ic = 'z';
65 out.oi = xlate < struct output_struct > (in).oi;
H A Dtst.StructureAssignment.d6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
57 struct input_struct in;
61 in.ii = 100;
62 in.ic = 'z';
65 out = xlate < struct output_struct > (in);
/freebsd-11-stable/contrib/gdb/
H A Dsymlink-tree11 # This program is distributed in the hope that it will be useful,
46 # in subdirs.
47 case ${prog} in
53 case ${srcdir} in
58 for f in `ls -a ${srcdir}`; do
61 for i in ${ignore} ${ignore_additional}; do
67 echo "$f ..working in"
/freebsd-11-stable/contrib/binutils/ld/emulparams/
H A Delf64_sparc.sh15 case "$target" in
27 # and "v7", "v8", "v9" in the name as if it were native.
30 case " $EMULATION_LIBPATH " in
39 # in slightly different places on the two systems.
40 # Look for 64 bit target libraries in /lib64, /usr/lib64 etc., first
42 case "$EMULATION_NAME" in
44 case "$target" in
/freebsd-11-stable/sys/contrib/xz-embedded/userspace/
H A Dboottest.c22 /* Disable the CRC64 support even if it was enabled in the Makefile. */
27 static uint8_t in[1024 * 1024]; variable
44 in_size = fread(in, 1, sizeof(in), stdin);
45 ret = decompress(in, in_size, NULL, NULL, out, NULL, &error);
55 in_size = fread(in, 1, sizeof(in), stdin);
56 ret = decompress(in, in_size, NULL, &flush, NULL, &in_used, &error);
75 ret = decompress(in, 0, &fill, NULL, out, &in_used, &error);
/freebsd-11-stable/sys/contrib/dev/drm2/radeonkmsfw/
H A DMakefile5 for file in *.bin; do \
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A D60_wpa_supplicant10 case "$1" in
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dpk.h5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
58 extern void pk_encode(char *in, char *out, DesData *deskey);
59 extern void pk_decode(char *in, char *out, DesData *deskey);
/freebsd-11-stable/crypto/openssh/regress/
H A Dconnect.sh2 # Placed in the Public Domain.
8 for p in ${SSH_PROTOCOLS}; do
H A Dproxy-connect.sh2 # Placed in the Public Domain.
8 for ps in no yes; do
12 for p in ${SSH_PROTOCOLS}; do
13 for c in no yes; do
28 for p in ${SSH_PROTOCOLS}; do
/freebsd-11-stable/crypto/openssl/crypto/aes/
H A Daes_ctr.c5 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in
20 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
28 * nor may "OpenSSL" appear in their names without prior written
34 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
55 void AES_ctr128_encrypt(const unsigned char *in, unsigned char *out, argument
61 CRYPTO_ctr128_encrypt(in, out, length, key, ivec, ecount_buf, num,
H A Daes_ofb.c5 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in
20 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
28 * nor may "OpenSSL" appear in their names without prior written
34 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
55 void AES_ofb128_encrypt(const unsigned char *in, unsigned char *out, argument
59 CRYPTO_ofb128_encrypt(in, out, length, key, ivec, num,
/freebsd-11-stable/crypto/openssl/crypto/camellia/
H A Dcmll_ctr.c5 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in
20 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
28 * nor may "OpenSSL" appear in their names without prior written
34 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
55 void Camellia_ctr128_encrypt(const unsigned char *in, unsigned char *out, argument
62 CRYPTO_ctr128_encrypt(in, out, length, key, ivec, ecount_buf, num,
H A Dcmll_ofb.c5 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in
20 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
28 * nor may "OpenSSL" appear in their names without prior written
34 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
60 * apply to all code found in this distribution, be it the RC4, RSA,
65 * Copyright remains Eric Young's, and as such any Copyright notices in
67 * If this package is used in a product, Eric Young should be given attribution
69 * This can be in th
116 Camellia_ofb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char *ivec, int *num) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/kafs/
H A Dafsl.exp3 * This mumbo jumbo creates entry points to syscalls in _AIX
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dnormalize.c6 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
68 hangul_decomp(const uint32_t *in, size_t in_len, argument
71 uint32_t u = *in;
96 hangul_composition(const uint32_t *in, size_t in_len) argument
100 if (in[0] >= l_base && in[0] < l_base + l_count) {
101 unsigned l_index = in[0] - l_base;
104 if (in[
123 compat_decomp(const uint32_t *in, size_t in_len, uint32_t *out, size_t *out_len) argument
215 find_composition(const uint32_t *in, unsigned in_len) argument
250 combine(const uint32_t *in, size_t in_len, uint32_t *out, size_t *out_len) argument
297 _wind_stringprep_normalize(const uint32_t *in, size_t in_len, uint32_t *out, size_t *out_len) argument
[all...]
/freebsd-11-stable/etc/rc.d/
H A Dapm24 case `${SYSCTL_N} hw.machine_arch` in
34 case `${command} -s` in
H A Dgbde3 # This file, originally written by Garrett A. Wollman, is in the public
23 case "${gbde_devices-auto}" in
32 case "$1" in
44 # is the target of a pipe it executes in a subshell, and so can't
45 # modify variables in the script.
48 case "$device" in
51 case "$type" in
57 case "$options" in
71 case "$1" in
82 for device in
[all...]
H A Dsysctl21 case $1 in
30 for _f in /etc/sysctl.conf /etc/sysctl.conf.local; do
/freebsd-11-stable/etc/
H A Drc.sendmail8 # Redistribution and use in source and binary forms, with or without
13 # 2. Redistributions in binary form must reproduce the above copyright
14 # notice, this list of conditions and the following disclaimer in the
41 # The source for the script can be found in src/etc/sendmail/rc.sendmail.
59 case ${sendmail_enable} in
67 case ${sendmail_submit_enable} in
73 case ${sendmail_outbound_enable} in
88 case ${sendmail_enable} in
95 case ${sendmail_submit_enable} in
99 case ${sendmail_outbound_enable} in
[all...]
/freebsd-11-stable/gnu/usr.bin/diff/tests/
H A DMakefile10 ${PACKAGE}FILES+= d_mallocv1.in
11 ${PACKAGE}FILES+= d_mallocv2.in
/freebsd-11-stable/tools/regression/environ/
H A DMakefile7 .for target in ${.TARGET}
8 .for prog in ${PROGS}
/freebsd-11-stable/tools/tools/track/
H A Dtrack.sh6 # Redistribution and use in source and binary forms, with or without
11 # in this position and unchanged.
12 # 2. Redistributions in binary form must reproduce the above copyright
13 # notice, this list of conditions and the following disclaimer in the
34 case $line in

Completed in 268 milliseconds

1234567891011>>