Searched refs:in (Results 76 - 100 of 1242) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libcmd/common/
H A Dasa.c62 static int asa(register Sfio_t *in, Sfio_t *out, int reclen) argument
69 cp = sfreserve(in,n=reclen, -1);
71 cp = sfgetr(in,'\n',0);
75 n = sfvalue(in)-2;
H A Drev.c60 static int rev_char(Sfio_t *in, Sfio_t *out) argument
71 while(cp = bp = sfgetr(in,'\n',0))
73 ep = bp + (n=sfvalue(in)) - 1;
97 while(cp = bp = sfgetr(in,'\n',0))
99 ep = bp + (n=sfvalue(in)) -1;
/osnet-11/usr/src/lib/fm/topo/modules/sun4u/pcibus/common/
H A Dpci_sun4u.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
41 platform_pci_label(topo_mod_t *mod, tnode_t *node, nvlist_t *in, argument
44 return (pci_label_cmn(mod, node, in, out));
47 platform_pci_fru(topo_mod_t *mod, tnode_t *node, nvlist_t *in, argument
50 return (pci_fru_compute(mod, node, in, out));
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.h15 ** -- 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:__anon1004
/osnet-11/usr/src/grub/grub2/tests/
H A Dgrub_script_expansion.in4 # Run GRUB script in a Qemu instance
12 # GRUB is distributed in the hope that it will be useful,
22 for d in $disks; do
25 echo "$d should not occur in * expansion" >&2
37 for d in $disks; do
/osnet-11/usr/src/cmd/sendmail/cf/sh/
H A Dmakeinfo.sh10 # 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 the
52 for p in `echo $PATH | sed 's/:/ /g'`
97 echo '#####' in `pwd` | sed 's/\/tmp_mnt//'
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrlen.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
31 / Returns the number of non-NULL bytes in string argument.
57 mov 4(%esp), %edx / src in %edx
81 add $4, %eax / increment src by 4 (bytes in word)
/osnet-11/usr/src/lib/policykit/
H A DMakefile.com6 # You may not use this file except in compliance with the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
51 $(LIBPCSRC): ../common/$(LIBPCSRC).in
53 < ../common/$(LIBPCSRC).in > $(LIBPCSRC)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/util/
H A Dmake_ext9 # It may be deleted in a later release of perl so try to
22 # makefile as MAKE=/whatever/make in $makecmd. We'll be cautious in
25 case "$makecmd" in
30 echo ' in your call to make_ext. See ext/util/make_ext for details.'
36 case $CONFIG in
61 case "$extspec" in
90 # CCCDLFLAGS such as -fPIC -- see static_target in the main Makefile.SH)
91 case "$target" in
133 case "$target" in
[all...]
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dmissing15 # This program is distributed in the hope that it will be useful,
39 # In the cases where this matters, `missing' is being run in the
44 configure_ac=configure.in
49 case $1 in
81 autoheader touch file \`config.h.in'
83 automake touch all \`Makefile.in' files
112 case $1 in
141 case $1 in
169 for f in $files; do
170 case $f in
[all...]
H A Dinstall-sh7 # later released in X11R6 (xc/config/util/install.sh) with the
14 # deal in the Software without restriction, including without limitation the
19 # The above copyright notice and this permission notice shall be included in
29 # Except as contained in this notice, the name of the X Consortium shall not
30 # be used in advertising or otherwise to promote the sale, use or other deal-
31 # ings in this Software without prior written authorization from the X Consor-
35 # FSF changes to this file are in the public domain.
58 # Put in absolute file names if you don't have them in your path;
114 case $1 in
[all...]
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dgetnetent.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
36 #include <netinet/in.h>
99 * Takes an unsigned integer in host order, and returns a printable
102 * where the string is truncated (or set to '\0') is returned in *pnull.
108 struct in_addr in; local
115 in = inet_makeaddr(anet, INADDR_ANY);
116 addr = in.s_addr;
117 (void) strncpy(buf, inet_ntoa(in), buflen);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2ph.PL15 # This forces PL files to create target in same directory as PL file.
112 if ($opt_a) { # automagic mode: locate header file in @inc_dirs
275 # drop "#define FOO FOO" in enums
362 # sizeof(*(p)), which appear in the HP-UX 10.01 header files.
366 # tack { on the front, and skip it in the loop
451 my ($in, $out);
455 $in .= <IN>;
456 chomp $in;
457 next unless length $in;
459 while (length $in) {
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dppfsm.c38 * fsm[] for time efficiency. When in state state, and one of the
39 * characters in ch arrives, enter nextstate. States >= TERMINAL are
45 * above TERMINAL are represented in fsm[] as negative values. S_TOK and
46 * S_TOKB encode the resulting token type in the upper bits. These actions
47 * differ in that S_TOKB has a lookahead char.
88 int state; /* if in this state */
195 /* saw / in / * comment, possible malformed nest */
206 /* saw / in / / comment, possible malformed nest */
211 /* saw * in / /, possible malformed nest */
241 /* saw \ in litera
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dsaslutil.c14 * Redistribution and use in source and binary forms, with or without
21 * 2. Redistributions in binary form must reproduce the above copyright
22 * notice, this list of conditions and the following disclaimer in
112 * in -- input data
125 const unsigned char *in = (const unsigned char *)_in; local
135 if (((inlen >0) && (in == NULL)) || _out == NULL) return SASL_BADPARAM;
137 if ((inlen >0) && (in == NULL)) return SASL_BADPARAM;
153 *out++ = basis_64[in[0] >> 2];
154 *out++ = basis_64[((in[0] << 4) & 0x30) | (in[
189 sasl_decode64(const char *in, unsigned inlen, char *out, unsigned outmax, unsigned *outlen) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/TabsWrap/t/
H A Dfill.t14 Cyberdog & Netscape in the news
17 Cyberdog Plug-in Support!
27 Looking to view Java applets in Cyberdog 1.1 Beta 3? Download and install
38 Cyberdog & Netscape in the news Important Press Release regarding
40 Cyberdog Plug-in Support! Cyberdog support for Netscape Plug-ins is now
46 Java! Looking to view Java applets in Cyberdog 1.1 Beta 3? Download and
67 my $in = shift(@tests);
70 $in =~ s/^TEST(\d+)?\n//;
72 my $back = fill(' ', ' ', $in);
77 my $oi = $in;
[all...]
H A Dtabs.t104 my $in = shift(@tests);
107 $in =~ s/^TEST\s*(\d+)?\s*(\S+)?\n//;
117 my $back = &$f($in);
122 my $oi = $in;
123 foreach ($in, $back, $out) {
128 print $in;
135 my $back = &$f($in);
/osnet-11/usr/src/lib/libdscp/svc/
H A Dsvc-dscp7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
49 case "$1" in
65 for UNIT in 0 1 2 3 4 5 6 7 8 9; do
79 for RETRY in 0 1 2 3 4 5; do
/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D10_windows.in12 # GRUB is distributed in the hope that it will be useful,
26 case "`uname 2>/dev/null`" in
32 case "$SYSTEMDRIVE" in
56 for drv in $drives ; do
/osnet-11/usr/src/grub/grub-0.97/util/
H A Dgrub-md5-crypt.in3 # Encrypt a password in MD5 format
11 # This program is distributed in the hope that it will be useful, but
30 for option in "$@"; do
31 case "$option" in
35 Encrypt a password in MD5 format.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DMakefile.PL6 # (the "License"). You may not use this file except in compliance
14 # When distributing Covered Code, include this CDDL HEADER in each
26 # in the README file that comes with the distribution.
36 # We now ship this in t/
49 You appear to have a perl configured to use 64 bit integers in its scalar
55 error, then please read the section "64 bit data in perl 5.6.0 and 5.6.1"
56 in the Storable documentation for instructions on how to read your data.
58 (You can find the documentation at the end of Storable.pm in POD format)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbytes.pm49 lexical scope in which it appears. C<no bytes> can be used to reverse
52 Perl normally assumes character semantics in the presence of character
54 being of a particular character encoding). When C<use bytes> is in
59 in UTF-8 and stores it in $x. Then it is marked as character data, so,
60 for instance, C<length $x> returns C<1>. However, in the scope of the
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dtsol_getrhent.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
28 #include <netinet/in.h>
52 * compare addr in
77 escape_colon(const char *in, char *out) { argument
79 for (i = 0, j = 0; in[i] != '\0'; i++) {
80 if (in[i] == ':') {
82 out[j++] = in[i];
84 out[j++] = in[i];
106 /* save the key in origina
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dcrypto.c11 * GRUB is distributed in the hope that it will be useful,
98 grub_crypto_hash (const gcry_md_spec_t *hash, void *out, const void *in, argument
103 hash->write (&ctx, in, inlen);
174 void *out, const void *in, grub_size_t size)
182 end = (grub_uint8_t *) in + size;
183 for (inptr = in, outptr = out; inptr < end;
191 void *out, const void *in, grub_size_t size)
199 end = (grub_uint8_t *) in + size;
200 for (inptr = in, outptr = out; inptr < end;
208 void *out, void *in, grub_size_
173 grub_crypto_ecb_decrypt(grub_crypto_cipher_handle_t cipher, void *out, const void *in, grub_size_t size) argument
190 grub_crypto_ecb_encrypt(grub_crypto_cipher_handle_t cipher, void *out, const void *in, grub_size_t size) argument
207 grub_crypto_cbc_encrypt(grub_crypto_cipher_handle_t cipher, void *out, void *in, grub_size_t size, void *iv_in) argument
231 grub_crypto_cbc_decrypt(grub_crypto_cipher_handle_t cipher, void *out, const void *in, grub_size_t size, void *iv) argument
384 grub_crypto_gcry_error(gcry_err_code_t in) argument
410 FILE *in; local
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dctl_p.c11 * copyright notice and this permission notice appear in all copies.
31 #include <netinet/in.h>
63 * probably never be used in real applications.
129 const struct sockaddr_in *in = local
132 if (inet_ntop(in->sin_family, &in->sin_addr, tmp, sizeof tmp)
135 me, in->sin_family,
136 in->sin_port, in->sin_addr.s_addr,
144 (void) sprintf(buf, "[%s].%u", tmp, ntohs(in
[all...]

Completed in 238 milliseconds

1234567891011>>