Home
last modified time | relevance | path

Searched refs:in (Results 51 – 75 of 4204) sorted by relevance

12345678910>>...169

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dsaslutil.c153 *out++ = basis_64[in[0] >> 2]; in sasl_encode64()
154 *out++ = basis_64[((in[0] << 4) & 0x30) | (in[1] >> 4)]; in sasl_encode64()
155 *out++ = basis_64[((in[1] << 2) & 0x3c) | (in[2] >> 6)]; in sasl_encode64()
157 in += 3; in sasl_encode64()
163 oval = (in[0] << 4) & 0x30; in sasl_encode64()
203 if (in[0] == '+' && in[1] == ' ') in += 2; in sasl_decode64()
208 c1 = in[0]; in sasl_decode64()
210 c2 = in[1]; in sasl_decode64()
212 c3 = in[2]; in sasl_decode64()
214 c4 = in[3]; in sasl_decode64()
[all …]
/illumos-gate/usr/src/cmd/refer/
H A Dglue3.c28 corout(char *in, char *out, char *rprog, char *arg, int outlen) in corout() argument
34 rprog ? rprog : "", strlen(in) ? in : ""); in corout()
38 return (callhunt(in, out, arg, outlen)); in corout()
40 return (dodeliv(in, out, arg, outlen)); in corout()
59 if (strlen(in) > 0) in corout()
60 write(fw1, in, strlen(in)); in corout()
72 callhunt(char *in, char *out, char *arg, int outlen) in callhunt() argument
81 argv[2] = in; in callhunt()
100 dodeliv(char *in, char *out, char *arg, int outlen) in dodeliv() argument
110 mlen = findline(in, &mout, outlen, 0L); in dodeliv()
H A Dhunt7.c32 findline(char *in, char **out, int outlen, long indexdate) in findline() argument
41 if (mindex(in, '!')) in findline()
44 nofil = in[0] == 0; in findline()
45 for (p = in; *p && *p != ':' && *p != ';'; p++) in findline()
48 else p = in; in findline()
57 if (strcmp(name, in) != 0 || 1) { in findline()
59 fa = freopen(in, "r", fa); in findline()
61 fa = fopen(in, "r"); in findline()
65 strcpy(name, in); in findline()
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_netbios_util.c160 unsigned char *in; in netbios_first_level_name_encode() local
167 in = name; in netbios_first_level_name_encode()
170 ch = *in++; in netbios_first_level_name_encode()
177 in = scope; in netbios_first_level_name_encode()
180 while (((ch = *in++) != 0) && (max_out-- > 1)) { in netbios_first_level_name_encode()
220 netbios_first_level_name_decode(char *in, char *name, char *scope) in netbios_first_level_name_decode() argument
227 cp = in; in netbios_first_level_name_decode()
256 return (cp - in); in netbios_first_level_name_decode()
271 netbios_name_isvalid(char *in, char *out) in netbios_name_isvalid() argument
276 if (netbios_first_level_name_decode(in, name, scope) < 0) in netbios_name_isvalid()
/illumos-gate/usr/src/lib/iconv_modules/inc/
H A Dviscii_tcvn.h72 static int viscii_2_tcvn(const unsigned char *in, unsigned char *out ) in viscii_2_tcvn() argument
74 unsigned char c = *in; in viscii_2_tcvn()
120 static int tcvn_2_viscii (unsigned char in, unsigned char *out) in tcvn_2_viscii() argument
122 if (in < 0x20) in tcvn_2_viscii()
123 *out = (unsigned long) tcvn2viscii_1[in]; in tcvn_2_viscii()
124 else if (in < 0x80) in tcvn_2_viscii()
125 *out = (unsigned long) in; in tcvn_2_viscii()
127 *out = (unsigned long) tcvn2viscii_2[in-0x80]; in tcvn_2_viscii()
/illumos-gate/usr/src/cmd/eqn/
H A Dio.c20 char in[MAXLINE+1]; /* input buffer */ variable
55 if (in[0] == '.' && in[1] == 'E' && in[2] == 'Q') { in eqn()
58 printf("%s", in); in eqn()
90 printf("%s", in); in eqn()
100 if (s >= in+MAXLINE) { in getaline()
103 in[MAXLINE] = '\0'; in getaline()
121 if (*in) in do_inline()
122 printf(".as %d \"%s\n", ds, in); in do_inline()
130 } while (getaline(in) == lefteq); in do_inline()
131 if (*in) in do_inline()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE934 1. New features in 12/28/93b
20 a. Hostnames in addition to host addresses can be given in
189 s. A bug introduced in the 'a' point release in which
201 y. A bug in the edit modes which allowed walking back in
331 c. A bug introduced in 'e' in which leading 0's in -Z
337 e. A bug which in which assignment to array variables in
347 l. A bug in line continuation in here-documents has been
358 p. A bug in here document expansion in which ${...} expansions
369 d. I bug in which a local variable in a function declared readonly
376 g. I bug in the KEYBD trap in which escape sequences of the form
[all …]
/illumos-gate/usr/src/common/crypto/aes/
H A Daes_modes.c38 aes_copy_block(uint8_t *in, uint8_t *out) in aes_copy_block() argument
42 *(uint32_t *)&out[0] = *(uint32_t *)&in[0]; in aes_copy_block()
44 *(uint32_t *)&out[4] = *(uint32_t *)&in[4]; in aes_copy_block()
46 *(uint32_t *)&out[8] = *(uint32_t *)&in[8]; in aes_copy_block()
48 *(uint32_t *)&out[12] = *(uint32_t *)&in[12]; in aes_copy_block()
50 AES_COPY_BLOCK(in, out); in aes_copy_block()
59 aes_copy_block64(uint8_t *in, uint64_t *out) in aes_copy_block64() argument
61 if (IS_P2ALIGNED(in, sizeof (uint64_t))) { in aes_copy_block64()
63 out[0] = *(uint64_t *)&in[0]; in aes_copy_block64()
65 out[1] = *(uint64_t *)&in[8]; in aes_copy_block64()
[all …]
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_label.c45 get_fmtstr(topo_mod_t *mod, nvlist_t *in) in get_fmtstr() argument
115 nvlist_t *in, nvlist_t **out) in simple_dimm_label() argument
176 nvlist_t *in, nvlist_t **out) in simple_dimm_label_mp() argument
262 nvlist_t *in, nvlist_t **out) in seq_dimm_label() argument
340 nvlist_t *in, nvlist_t **out) in simple_chip_label() argument
397 nvlist_t *in, nvlist_t **out) in fsb2_chip_label() argument
448 nvlist_t *in, nvlist_t **out) in g4_chip_label() argument
591 nvlist_t *in, nvlist_t **out) in a4fplus_chip_label() argument
670 nvlist_t *in, nvlist_t **out) in simple_cs_label_mp() argument
717 nvlist_t *in, nvlist_t **out) in g4_dimm_label() argument
[all …]
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dexample.34 block in from any to any
8 pass in from 127.0.0.1/32 to 127.0.0.1/32
13 pass in from 10.1.3.1/32 to any
14 pass in from 10.1.3.2/32 to any
15 pass in from 10.1.3.3/32 to any
16 pass in from 10.1.3.4/32 to any
17 pass in from 10.1.3.5/32 to any
18 pass in from 10.1.0.13/32 to any
19 pass in from 10.1.1.1/32 to any
20 pass in from 10.1.2.1/32 to any
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dmemmove.c36 register char* in = (char*)from;
40 else if (in + n <= out || out + n <= in)
42 else if (out < in)
43 do *out++ = *in++; while (--n > 0);
47 in += n;
48 do *--out = *--in; while(--n > 0);
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientLib_en.properties11 # (the "License"). You may not use this file except in compliance
19 # When distributing Covered Code, include this CDDL HEADER in each
50 single_exception = Got exception code in reply: {0}
68 # message in Assert when a null parameter is detected.
106 null_element = Null element in vector ``{0}''''
120 missing_auth = No authentication blocks in input
121 missing_scope = SPI ``{0}'''' not in auth block list
135 no_spi_string = No SPI string given in Auth Block.
139 url_syntax_error = Syntax error in service URL ``{0}''''
156 passthrough_addr = {0} in message from agent ``{1}''''.
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dcommon.c140 struct sockaddr_in *in; in common_netbuf_str() local
147 ((char *)in)[nb->len] = '\0'; in common_netbuf_str()
148 return ((char *)in); in common_netbuf_str()
151 if (in->sin_family == AF_INET) { in common_netbuf_str()
155 mdb_nhconvert(&in->sin_port, &in->sin_port, in common_netbuf_str()
156 sizeof (in->sin_port)); in common_netbuf_str()
159 in->sin_port); in common_netbuf_str()
162 in->sin_port); in common_netbuf_str()
165 } else if ((in->sin_family == AF_INET6) && in common_netbuf_str()
182 ((char *)in)[nb->len] = '\0'; in common_netbuf_str()
[all …]
/illumos-gate/usr/src/contrib/zlib/
H A Dinffast.c80 in = strm->next_in; in inflate_fast()
81 last = in + (strm->avail_in - 5); in inflate_fast()
103 hold += (unsigned long)(*in++) << bits; in inflate_fast()
105 hold += (unsigned long)(*in++) << bits; in inflate_fast()
125 hold += (unsigned long)(*in++) << bits; in inflate_fast()
134 hold += (unsigned long)(*in++) << bits; in inflate_fast()
136 hold += (unsigned long)(*in++) << bits; in inflate_fast()
288 } while (in < last && out < end); in inflate_fast()
292 in -= len; in inflate_fast()
297 strm->next_in = in; in inflate_fast()
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Duudecode.c111 FILE *in, *out; in main() local
162 in = stdin; in main()
271 decode(in, out, base64flag); in main()
428 unsigned char b0 = DEC(*(in++)); in outdec()
429 unsigned char b1 = DEC(*(in++)); in outdec()
430 unsigned char b2 = DEC(*(in++)); in outdec()
431 unsigned char b3 = DEC(*in); in outdec()
434 return (*(in-3)); in outdec()
437 return (*(in-2)); in outdec()
444 return (*(in - 1)); in outdec()
[all …]
H A DDevices31 # Types that appear in the 5th field must be either built-in
33 # or standard functions whose name appears in the first
34 # field in the Dialers file.
35 # Two escape characters may appear in this file:
43 # a \T is used for a built-in, and \D is used for an entry
67 # systemx Any systemx 1200 unused "" in:-\r\d-in: nuucp word: nuucp
68 # (The third field in Systems matches the first field in Devices)
73 # ---To connect to a system on a Datakit in nj/ho
98 # systemx Any networkx - addressx in:--in: nuucp word: nuucp
104 # sffoo Any STARLAN - sffoo in:--in: nuucp word: nuucp
[all …]
/illumos-gate/usr/src/cmd/audio/include/
H A DResample.h58 void updateState(double *in, int size);
61 int decimate_noadjust(short *in, int size, short *out);
63 int decimate(short *in, int size, short *out);
66 int interpolate_noadjust(short *in, int size, short *out);
68 int interpolate(short *in, int size, short *out);
74 virtual int filter_noadjust(short *in, int size, short *out);
75 virtual int filter(short *in, int size, short *out);
/illumos-gate/usr/src/cmd/lp/filter/postscript/
H A DREADME6 # (the "License"). You may not use this file except in compliance
36 that usually results in a 20% improvement in throughput. If you have problems
47 /usr/lib/postscript/* ie. $(LIBDIR)/* in Makefile
48 /usr/lbin/postscript/* ie. $(BINDIR)/* in Makefile
50 /usr/lib/macros/color ie. $(MACRODIR)/color in Makefile
107 get put in a directory that's probably not in anyone's PATH.
111 the definition of FONTDIR in ./common/path.h.
134 Primarily for conditional compilation in postio.
232 in path.h.
256 Building new ASCII font files is described in more detail in font/README
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-network-routing.p5m6 # You may not use this file except in compliance with the License.
49 file path=usr/lib/inet/in.ndpd mode=0555
50 file path=usr/lib/inet/in.ripngd mode=0555
52 file path=usr/sbin/in.rdisc mode=0555
53 file path=usr/sbin/in.routed mode=0555
59 file path=usr/share/man/man8/in.ndpd.8
60 file path=usr/share/man/man8/in.rdisc.8
61 file path=usr/share/man/man8/in.ripngd.8
62 file path=usr/share/man/man8/in.routed.8
63 link path=usr/share/man/man8/rdisc.8 target=in.rdisc.8
[all …]
H A Dservice-network-network-servers.p5m66 file path=usr/sbin/in.comsat mode=0555
67 file path=usr/sbin/in.fingerd mode=0555
68 file path=usr/sbin/in.rexecd mode=0555
69 file path=usr/sbin/in.rlogind mode=0555
70 file path=usr/sbin/in.rshd mode=0555
71 file path=usr/sbin/in.rwhod mode=0555
72 file path=usr/sbin/in.talkd mode=0555
84 file path=usr/share/man/man8/in.comsat.8
88 file path=usr/share/man/man8/in.rshd.8
89 file path=usr/share/man/man8/in.rwhod.8
[all …]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfcomp.c253 int in;
255 for (; in; in--)
547 in = 0;
723 in = 1;
739 in++;
747 in++;
757 in++;
765 in++;
775 in++;
785 in++;
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.general.d.out3 in |[]|
8 in |[1]|
19 in |[0x1000]|
24 in |[1.5001]|
29 in |[16.3e10]|
34 in |[ 5 ]|
39 in |[ 16E10 ]|
44 in |["alpha"]|
49 in |[1,5,10,15,20]|
60 in |[ { "first": true, "second": false }]|
[all …]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_recv.c259 if ((in == NULL) || (frm == NULL) || (ic = in->in_ic) == NULL) { in arn_ampdu_recv_action()
378 in->in_tstamp.tsf)); in arn_recv_mgmt()
384 in->in_tstamp.data[1], in arn_recv_mgmt()
385 in->in_tstamp.data[2], in arn_recv_mgmt()
386 in->in_tstamp.data[3], in arn_recv_mgmt()
387 in->in_tstamp.data[4], in arn_recv_mgmt()
388 in->in_tstamp.data[5], in arn_recv_mgmt()
389 in->in_tstamp.data[6], in arn_recv_mgmt()
434 struct ieee80211_node *in; in arn_rx_handler() local
570 an = ATH_NODE(in); in arn_rx_handler()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/
H A DINSTALL119 `configure' is in and in `..'.
196 Omit the ext2fs support in Stage 2.
199 Omit the FAT support in Stage 2.
202 Omit the FFS support in Stage 2.
205 Omit the Minix fs support in Stage 2.
208 Omit the ReiserFS support in Stage 2.
214 Omit the JFS support in Stage 2.
217 Omit the XFS support in Stage 2.
220 Omit the UFS2 support in Stage 2.
223 Omit the ISO9660 support in Stage 2.
[all …]
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_proto.c235 ieee80211com_t *ic = in->in_ic; in ieee80211_fix_rate()
782 ieee80211_node_t *in; in ieee80211_newstate() local
792 in = ic->ic_bss; in ieee80211_newstate()
808 IEEE80211_SEND_MGMT(ic, in, in ieee80211_newstate()
872 if (in != NULL) { in ieee80211_newstate()
873 in->in_fails++; in ieee80211_newstate()
874 ieee80211_unref_node(&in); in ieee80211_newstate()
932 IEEE80211_SEND_MGMT(ic, in, in ieee80211_newstate()
938 IEEE80211_SEND_MGMT(ic, in, in ieee80211_newstate()
955 ASSERT(in->in_txrate < in->in_rates.ir_nrates); in ieee80211_newstate()
[all …]

12345678910>>...169