Home
last modified time | relevance | path

Searched refs:in (Results 101 – 125 of 4332) sorted by relevance

12345678910>>...174

/illumos-gate/usr/src/common/crypto/arcfour/
H A Darcfour_crypt.c103 arcfour_crypt(ARCFour_key *key, uchar_t *in, uchar_t *out, size_t len) in arcfour_crypt() argument
107 arcfour_crypt_asm(key, in, out, len); in arcfour_crypt()
131 index = (((uint64_t)(uintptr_t)in) & 0x7); in arcfour_crypt()
137 for (index = 8 - (uint64_t)(uintptr_t)in & 0x7; in arcfour_crypt()
139 len--, in++, out++) { in arcfour_crypt()
146 *out = *in ^ key->arr[tmp]; in arcfour_crypt()
176 out[ii] = in[ii] ^ arr[(ti + tj) & 0xff]; in arcfour_crypt()
205 out[ii] = in[ii] ^ arr_ij; in arcfour_crypt()
211 out[ii] = in[ii] ^ arr_ij; in arcfour_crypt()
219 arcfour_crypt_aligned(key, len, in, out); in arcfour_crypt()
/illumos-gate/usr/src/contrib/zlib/
H A DREADME5 (Request for Comments) 1950 to 1952 in the files
9 All functions of the compression library are documented in the file zlib.h
11 of the library is given in the file test/example.c which also tests that
12 the library is working correctly. Another example is given in the file
14 files in the root directory.
19 one of the special makefiles in win32/ or contrib/vstudio/ . For VMS, use
34 The changes made in version 1.2.12 are documented in the file ChangeLog.
38 zlib is available in Java using the java.util.zip package, documented at
46 available in Python 1.5 and later versions, see
52 of zlib by Gilles Vollant <info@winimage.com>, is available in the
[all …]
/illumos-gate/usr/src/lib/iconv_modules/utf-8/txt_ebcdic_utf/
H A Dshadow.txt117 -1, /* NOT be used with the shortest number of bytes in UTF-EBCDIC */
118 -1, /* NOT be used with the shortest number of bytes in UTF-EBCDIC */
119 -1, /* NOT be used with the shortest number of bytes in UTF-EBCDIC */
120 -1, /* NOT be used with the shortest number of bytes in UTF-EBCDIC */
121 -1, /* NOT be used with the shortest number of bytes in UTF-EBCDIC */
184 -1, /* NOT be used with the shortest number of bytes in UTF-EBCDIC */
/illumos-gate/usr/src/uts/
H A DREADME6 # You may not use this file except in compliance with the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
82 "Implementation architecture" independent modules are produced in
94 Makefiles in non-leaf directories which are included in the leaf
103 made in subdirectories and invoke Makefiles in those sub-
139 overridden in specific leaf node Makefiles if necessary.
144 uts/sun4c/MODULE/Makefile (for MODULE in arp, aoutexec, ...)
192 The C prototypes are in the .s files. As example:
245 should be defined in the Makefile.files in the root directory of that
261 can be built in a machine independent way, this would be in the
[all …]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_rc.c807 struct ieee80211_node *in; in arn_rc_rate_set_series()
1455 struct ieee80211_node *in) in arn_rc_init() argument
1656 in->in_txrate = i; in arn_get_rate()
1659 in->in_txrate = in->in_rates.ir_nrates - 1; in arn_get_rate()
1722 (in->in_htcap != 0) && in arn_rate_init()
1723 (in->in_htparam != 0)) { in arn_rate_init()
1806 in->in_txrate = rate; in arn_rate_update()
1930 struct ieee80211_node *in; in arn_rate_ctl_reset() local
1941 arn_rate_ctl_start(sc, in); in arn_rate_ctl_reset()
1947 arn_rate_init(sc, in); in arn_rate_ctl_reset()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A Dbuiltins.mm49 address space, a coding error in the built-in program
60 exec() non-built-in commands.
70 \f5ksh\fP by adding built-in
114 of the built-in you wish to define.
124 The \f5open\fP built-in, installed in \f5lib/ksh\fP in the AST Toolkit, uses this method.
234 in your \fB\s-1FPATH\s+1\fP variable, and the built-in shared library
318 I/O library defined in ANSI-C.
341 in future versions of \f5ksh\fP.
464 \f5ksh\fP will terminate you built-in in the event of an
469 which is included in \fBlibast\fP
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/crc32/
H A Dcrc.c155 krb5_const krb5_pointer in,
164 krb5_const krb5_pointer in,
171 crc32_sum_func(in, in_length, seed, seed_length, outcksum) in crc32_sum_func() argument
172 krb5_const krb5_pointer in; in crc32_sum_func()
186 data = (u_char *)in;
205 crc32_verify_func(cksum, in, in_length, seed, seed_length) in crc32_verify_func() argument
207 krb5_const krb5_pointer in;
221 data = (u_char *)in;
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppbuiltin.c50 struct ppinstk* in; in ppbuiltin() local
180 for (in = pp.in; in; in = in->prev) in ppbuiltin()
181 if ((in->type == IN_MACRO || in->type == IN_MULTILINE) && (in->symbol->flags & SYM_FUNCTION)) in ppbuiltin()
214 for (in = pp.in; in->prev; in = in->prev) in ppbuiltin()
215 if (in->prev->type == IN_FILE && in->file) in ppbuiltin()
216 p = in->file; in ppbuiltin()
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A DREADME6 # (the "License"). You may not use this file except in compliance
14 # When distributing Covered Code, include this CDDL HEADER in each
28 printer using postio (with the -t option) and the files that you'll find in
33 characters not available in PostScript fonts are constructed using the files in
35 column) less than 32 are looked up (by dpost) in the charlib directory. A code
36 of 1 implies the character definition comes in one piece, while anything else
37 means the character may come in two pieces. The first part is downloaded once,
38 while the second part (ie. the one that ends in .map) must be included every
68 720 dpi. As an example if you wanted to find the width of character A in
78 built up using files in devpost/charlib.
[all …]
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_subr.c268 nvlist_t *in, nvlist_t **out) in mem_asru_compute() argument
445 nvlist_t *in, nvlist_t **out) in rank_fmri_present() argument
474 nvlist_t *in, nvlist_t **out) in rank_fmri_replaced() argument
619 nvlist_t *in, nvlist_t **out) in retire_strands() argument
643 nvlist_t *in, nvlist_t **out) in unretire_strands() argument
667 nvlist_t *in, nvlist_t **out) in service_state_strands() argument
694 nvlist_t *in, nvlist_t **out) in unusable_strands() argument
740 if (is_page_fmri(in)) { in ntv_page_retire()
760 if (is_page_fmri(in)) { in ntv_page_unretire()
780 if (is_page_fmri(in)) { in ntv_page_service_state()
[all …]
/illumos-gate/usr/src/pkg/
H A DREADME.pkg6 # You may not use this file except in compliance with the License.
30 building packages in ON. All package creation in ON is done using
78 If SUPPRESSPKGDEP is set to "true" in your environment,
88 A set of intermediate build products are placed in
94 pkgmogrify(1) use in ON.
207 These are the PKGMOG_DEFINES in usr/src/pkg/Makefile.
254 in our manifests.
261 be installed in both global and non-global by default.
394 to system/foobar in build 140, and then later obsoleted in build 150.
441 packages in the transforms/common_actions file.
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-network-legacy.p5m6 # You may not use this file except in compliance with the License.
45 file path=usr/lib/inet/in.chargend mode=0555
46 file path=usr/lib/inet/in.daytimed mode=0555
47 file path=usr/lib/inet/in.discardd mode=0555
48 file path=usr/lib/inet/in.echod mode=0555
49 file path=usr/lib/inet/in.timed mode=0555
51 file path=usr/share/man/man8/in.chargend.8
52 file path=usr/share/man/man8/in.daytimed.8
53 file path=usr/share/man/man8/in.discardd.8
54 file path=usr/share/man/man8/in.echod.8
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Drebt8b1.ok6 [an]n bANANas ANd ANANases in cANaAN
7 [a�]n bANANas ANd ANANases in cANaAN
8 [an�]n bANANas ANd ANANases in cANaAN
14 [an]+n bANas ANd ANases in cAN
15 [a�]+n bANANas ANd ANANases in cANAN
16 [an�]+n bANas ANd ANases in cAN
/illumos-gate/usr/src/lib/libc/port/stdio/
H A DREADME.design42 in the next section) can be found in flush.c.
61 this in our public headers where things like getc() are inlined in
67 they were in better shape. This was changed in the 64-bit version to
73 All of these issues have been dealt with in different ways in the
80 opaque definition for 64-bit code may be found in
82 structure and the 32-bit additions are all found in
128 in the buffer is maintained in the '_cnt' member of the structure. By
148 stdout buffers are all found in 'data.c' in _smbuf, _sibuf, and _sobuf
178 Flushes can occur in a few different ways:
197 stream. A stream may exist in one of three modes:
[all …]
/illumos-gate/usr/src/uts/common/mapfiles/
H A DREADME4 # You may only use this file in accordance with the terms of version
21 in individual makefiles. Along with this, there has never been any
26 To help find these problems at build time, we provide an opt-in system
29 To supply these definitions we supply a series of mapfiles in this
32 These mapfiles are not the traditional versioning mapfiles like those in
42 * All symbols in these mapfiles should be marked 'EXTERN' to indicate
50 found in the file 'mac.mapfile'. The DDI is currently in the 'ddi'
51 mapfile. Functions that are found in genunix and unix that aren't in
52 the DDI should not be put in that mapfile.
56 include every symbol in them. As the need arises, add new symbols or
[all …]
/illumos-gate/usr/src/cmd/ast/libcmd/amd64/FEATURE/
H A Dutsname5 #define _lib_getdomainname 1 /* getdomainname() in default lib(s) */
6 #define _lib_gethostid 1 /* gethostid() in default lib(s) */
7 #define _lib_gethostname 1 /* gethostname() in default lib(s) */
8 #define _lib_sethostname 1 /* sethostname() in default lib(s) */
9 #define _lib_syscall 1 /* syscall() in default lib(s) */
10 #define _lib_uname 1 /* uname() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libcmd/i386/FEATURE/
H A Dutsname5 #define _lib_getdomainname 1 /* getdomainname() in default lib(s) */
6 #define _lib_gethostid 1 /* gethostid() in default lib(s) */
7 #define _lib_gethostname 1 /* gethostname() in default lib(s) */
8 #define _lib_sethostname 1 /* sethostname() in default lib(s) */
9 #define _lib_syscall 1 /* syscall() in default lib(s) */
10 #define _lib_uname 1 /* uname() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libcmd/sparc/FEATURE/
H A Dutsname5 #define _lib_getdomainname 1 /* getdomainname() in default lib(s) */
6 #define _lib_gethostid 1 /* gethostid() in default lib(s) */
7 #define _lib_gethostname 1 /* gethostname() in default lib(s) */
8 #define _lib_sethostname 1 /* sethostname() in default lib(s) */
9 #define _lib_syscall 1 /* syscall() in default lib(s) */
10 #define _lib_uname 1 /* uname() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libcmd/sparcv9/FEATURE/
H A Dutsname5 #define _lib_getdomainname 1 /* getdomainname() in default lib(s) */
6 #define _lib_gethostid 1 /* gethostid() in default lib(s) */
7 #define _lib_gethostname 1 /* gethostname() in default lib(s) */
8 #define _lib_sethostname 1 /* sethostname() in default lib(s) */
9 #define _lib_syscall 1 /* syscall() in default lib(s) */
10 #define _lib_uname 1 /* uname() in default lib(s) */
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dpowf.S91 fnstsw %ax / store status in %ax
96 fnstsw %ax / store status in %ax
124 fnstsw %ax / store status in %ax
152 fnstsw %ax / store status in %ax
195 fnstsw %ax / store status in %ax
205 fnstsw %ax / store status in %ax
216 fnstsw %ax / store status in %ax
233 fnstsw %ax / store status in %ax
264 fnstsw %ax / store status in %ax
294 fnstsw %ax / store status in %ax
[all …]
H A Dpowl.S87 fnstsw %ax / store status in %ax
92 fnstsw %ax / store status in %ax
120 fnstsw %ax / store status in %ax
148 fnstsw %ax / store status in %ax
191 fnstsw %ax / store status in %ax
201 fnstsw %ax / store status in %ax
212 fnstsw %ax / store status in %ax
229 fnstsw %ax / store status in %ax
260 fnstsw %ax / store status in %ax
286 fnstsw %ax / store status in %ax
[all …]
/illumos-gate/usr/src/data/zoneinfo/
H A DREADME.illumos4 # You may only use this file in accordance with the terms of version
25 You'll need the data tarball. Most data files are used in the gate
34 different names in our source tree.
42 in zone_sun.tab. The simplest way known to deal with it today is
57 To check the final zone_sun.tab file, the `zonelint` script in the current
64 lines in all files under $CODEMGR_WS/usr/src/data/zoneinfo/
65 These "Link" lines describe hardlinks that need to exist in packaging.
66 Specifically, if you have a line in the form of:
76 of the hardlinks in the package manifest based on the Link lines found in the
81 Other differences in files describe the addition and removal of various
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A DREADME6 # (the "License"). You may not use this file except in compliance
14 # When distributing Covered Code, include this CDDL HEADER in each
26 are handled. As in previous versions the default behavior is to ignore carriage
29 changing the initialization of crmode (near line 98) in postprint.c.
33 here and in ../postscript/postprint.ps could help if throughput seems to be
36 1) Near line 755 in postprint.c change
44 Then change the definition of procedure L in ../postscript/postprint.ps
52 2) Change the upper limit test near line 694 (procedure spaces()) in postprint.c
57 3) Adjust the scaling set in procedure setup in ../postscript/postprint.ps so
58 1 unit corresponds to the line spacing. Then replace 'linespace add' in
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dexterns69 #define _lib_setreuid 1 /* setreuid() in default lib(s) */
70 #define _lib_setregid 1 /* setregid() in default lib(s) */
71 #define _lib_nice 1 /* nice() in default lib(s) */
72 #define _lib_fork 1 /* fork() in default lib(s) */
73 #define _lib_spawnveg 1 /* spawnveg() in default lib(s) */
74 #define _lib_fchdir 1 /* fchdir() in default lib(s) */
76 #define _lib_memcntl 1 /* memcntl() in default lib(s) */
78 #define _lib_getexecuser 1 /* getexecuser() in default lib(s) */
79 #define _lib_free_execattr 1 /* free_execattr() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Dexterns69 #define _lib_setreuid 1 /* setreuid() in default lib(s) */
70 #define _lib_setregid 1 /* setregid() in default lib(s) */
71 #define _lib_nice 1 /* nice() in default lib(s) */
72 #define _lib_fork 1 /* fork() in default lib(s) */
73 #define _lib_spawnveg 1 /* spawnveg() in default lib(s) */
74 #define _lib_fchdir 1 /* fchdir() in default lib(s) */
76 #define _lib_memcntl 1 /* memcntl() in default lib(s) */
78 #define _lib_getexecuser 1 /* getexecuser() in default lib(s) */
79 #define _lib_free_execattr 1 /* free_execattr() in default lib(s) */

12345678910>>...174