HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1 - 25 of 266) sorted by null

1 2 3 4 5 6 7 8 91011

  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
evalstr.c 6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
41 IOSTRUCT *in; local
44 in = io_open(EV_USE_STRING | EV_READONLY, s);
46 while (eval(in, out, EV_TOKEN) != ET_EOF)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
hashassign.t 15 # The peephole optimiser already knows that it should convert the string in
20 # And really we should also try utf8 literals in {} and => in utf8.t
22 # Some of these tests are (effectively) duplicated in each.t
119 sub in { subroutine
124 ok (in (%names), "pass hash into a method");
275 # now some tests for hash assignment in scalar and list context with
280 'hash assignment in list context removes duplicates' );
282 'hash assignment in scalar context' );
284 'scalar + hash assignment in scalar context' )
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ypcmd/
stdethers.c 6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
37 * Filter to convert addresses in /etc/ethers file to standard form
50 FILE *in; local
53 in = fopen(argv[1], "r");
54 if (in == NULL) {
60 in = stdin;
62 while (fgets(line, sizeof (line), in) != NULL) {
  /onnv/onnv-gate/usr/src/common/openssl/crypto/bf/
bf_skey.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
68 BF_LONG *p,ri,in[2]; local
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/des/
ecb3_enc.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
68 const unsigned char *in = &(*input)[0]; local
    [all...]
ecb_enc.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
114 const unsigned char *in = &(*input)[0]; local
    [all...]
pcbc_enc.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
67 const unsigned char *in; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
md5.h 15 ** -- FF, GG, HH modified to add in last register done **
28 ** Digest Algorithm" in all material mentioning or referencing this **
33 ** Data Security, Inc. MD5 Message-Digest Algorithm" in all **
41 ** These notices must be retained in any copies of any part of this **
53 unsigned char in[64]; /* input buffer */ member in struct:__anon2847
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
authenticate.c 10 Portions Copyright (c) 1993, 1994 Washington University in Saint Louis.
54 unsigned long in; local
65 else if (auth_fd(0, &in, &local, &remote) == -1)
68 if (!(user = auth_tcpuser(in, local, remote)))
  /onnv/onnv-gate/usr/src/cmd/getent/
dogethost.c 6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
33 #include <netinet/in.h>
50 struct in_addr in; local
53 (void) memcpy((char *)&in.s_addr, *p, sizeof (in));
55 inet_ntoa(in), hp->h_name) == EOF)
dogetnet.c 6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
34 #include <netinet/in.h>
43 inet_nettoa(struct in_addr in)
45 u_long addr = htonl(in.s_addr);
68 struct in_addr in; local
74 in.s_addr = np->n_net;
76 np->n_name, inet_nettoa(in)) == EOF)
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
MarkupScan.h 15 in, enumerator in enum:SP_NAMESPACE::MarkupScan::Type
  /onnv/onnv-gate/usr/src/common/openssl/crypto/x509/
x509_set.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
79 ASN1_INTEGER *in; local
109 ASN1_TIME *in; local
127 ASN1_TIME *in; local
    [all...]
x509cset.c 8 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in
23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
31 * nor may "OpenSSL" appear in their names without prior written
37 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
86 ASN1_TIME *in; local
104 ASN1_TIME *in; local
138 ASN1_TIME *in; local
156 ASN1_INTEGER *in; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
rsa-md4.h 22 * notice appear in all copies and that both that copyright notice and
23 * this permission notice appear in supporting documentation, and that
24 * the name of M.I.T. not be used in advertising or publicity pertaining
27 * your software as modified software and not distribute it in such a
44 /* 16 u_char's in the digest */
66 ** Digest Algorithm" in all material mentioning or referencing this **
71 ** Data Security, Inc. MD4 Message Digest Algorithm" in all **
79 ** These notices must be retained in any copies of any part of this **
88 unsigned char in[64]; /* input buffer */ member in struct:__anon4795
  /onnv/onnv-gate/usr/src/uts/common/xen/public/io/
console.h 8 * deal in the Software without restriction, including without limitation the
13 * The above copyright notice and this permission notice shall be included in
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22 * DEALINGS IN THE SOFTWARE.
35 char in[1024]; member in struct:xencons_interface
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
ImageButton.java 6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
39 * and in your constructor call setImage().
46 * is used to find the gif image in the same directory as the class that's
49 * @param file the name of the file the gif image is stored in
56 BufferedInputStream in = new BufferedInputStream(resource); local
60 while ((n = in.read(buffer)) > 0) {
63 in.close();
  /onnv/onnv-gate/usr/src/cmd/checkeq/
checkeq.c 54 char in[600], *p; local
57 while (fgets(in, 600, f) != NULL) {
60 for (p = in; *p; p++)
63 if (*in == '.' && *(in+1) == 'E' && *(in+2) == 'Q') {
70 gettext(" EQ in %c%c, line %d\n"),
72 } else if (*in == '.' && *(in+1) == 'E' && *(in+2) == 'N')
    [all...]
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/dataclasses/
PolicyList.java 6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
55 String[] in; local
58 in = new String[dummyPL.length];
59 System.arraycopy(dummyPL, 0, in, 0, dummyPL.length);
61 in = Kadmin.getPolicyList();
63 return in;
PrincipalList.java 6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
61 String[] in; local
65 in = new String[dummyPL.length];
66 System.arraycopy(dummyPL, 0, in, 0, dummyPL.length);
68 // in = Kadmin.getPrincipalList();
71 in = new String[t.countTokens()];
73 in[i] = t.nextToken();
78 // System.out.println(" Fetched list from server in "+s+" ms");
79 return in;
83 String[] in = getPrincipalList(); local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
fake-getaddrinfo.c 5 * These funtions are defined in rfc2133.
72 struct in_addr in; local
94 if (inet_aton(hostname, &in)) {
95 if (NULL != (*res = malloc_ai(port, in.s_addr)))
  /onnv/onnv-gate/usr/src/common/openssl/apps/
gendsa.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
89 BIO *out=NULL,*in=NULL; local
    [all...]
nseq.c 8 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in
23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
31 * nor may "OpenSSL" appear in their names without prior written
37 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
73 BIO *in = NULL, *out = NULL local
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/asn1/
evp_asn1.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
101 ASN1_INTEGER in; local
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/pkcs12/
p12_decr.c 8 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in
23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
31 * nor may "OpenSSL" appear in their names without prior written
37 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
67 /* Encrypt/Decrypt a buffer based on password and algor, result in
155 unsigned char *in = NULL; local
    [all...]

Completed in 480 milliseconds

1 2 3 4 5 6 7 8 91011