Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 1828) sorted by relevance

12345678910>>...74

/titanic_51/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.general.d.out5 out |<NULL>|
10 out |1|
12 out |<NULL>|
14 out |<NULL>|
16 out |<NULL>|
21 out |<NULL>|
26 out |1.5001|
31 out |16.3e10|
36 out |5|
41 out |1
[all...]
H A Dtst.strsize.d30 out = json(in, "a");
31 printf("|%s|\n%s\n\n", in, out != NULL ? out : "<NULL>");
34 out = json(in, "a");
35 printf("|%s|\n%s\n\n", in, out != NULL ? out : "<NULL>");
38 out = json(in, "b");
39 printf("|%s|\n%s\n\n", in, out != NULL ? out : "<NULL>");
42 out
[all...]
/titanic_51/usr/src/grub/grub-0.97/stage2/
H A Dterminfo.c59 char *out; in ti_unescape_memory() local
61 out = out_buffer; in ti_unescape_memory()
70 *out = (*in) - 'A'; in ti_unescape_memory()
75 *out = '^'; in ti_unescape_memory()
91 *out++ = (char)(n & 0xff); in ti_unescape_memory()
103 *out++ = '\e'; in ti_unescape_memory()
106 *out++ = '\n'; in ti_unescape_memory()
109 *out++ = '\r'; in ti_unescape_memory()
112 *out++ = '\t'; in ti_unescape_memory()
115 *out in ti_unescape_memory()
164 char *out; ti_escape_memory() local
[all...]
/titanic_51/usr/src/uts/sun4v/sys/
H A Dmachclock.h55 #define RD_STICK(out, scr1, scr2, label) \ argument
59 rd STICK, out; \
64 sllx out, 1, out; \
65 srlx out, 1, out; \
66 add out, scr1, out
79 #define RD_CLOCK_TICK(out, scr1, scr2, label) \ argument
81 RD_STICK(out,scr
83 RD_STICK_NO_SUSPEND_CHECK(out,scr1) global() argument
91 RD_CLOCK_TICK_NO_SUSPEND_CHECK(out,scr1) global() argument
103 RD_TICK(out,scr1,scr2,label) global() argument
116 RD_TICK_NO_SUSPEND_CHECK(out,scr1) global() argument
128 RD_STICK_PHYSICAL(out) global() argument
136 RD_TICK_PHYSICAL(out) global() argument
151 RD_TICKSTICK_FLAG(out,scr1,use_stick) global() argument
167 RD_TICKCMPR(out,scr1,scr2,label) global() argument
184 GET_NATIVE_TIME(out,scr1,scr2,label) global() argument
[all...]
/titanic_51/usr/src/cmd/fm/eversholt/common/
H A Dptree.c37 #include "out.h"
64 out(O_DIE, "ptree: non-NULL cp"); in cp2num()
105 out(flags|O_NONL, "%s", np->u.name.s); in ptree()
110 out(flags|O_NONL, "%d", num); in ptree()
114 out(flags|O_NONL, "<>"); in ptree()
116 out(flags|O_NONL, "<"); in ptree()
119 out(flags|O_NONL, ">"); in ptree()
124 out(flags|O_NONL, "["); in ptree()
128 out(flags|O_NONL, "]"); in ptree()
134 out(flag in ptree()
[all...]
/titanic_51/usr/src/lib/libshell/common/edit/
H A Dcompletion.c200 register char *out; in ed_expand() local
236 out = outbuff + *cur + (sh_isoption(SH_VI)!=0); in ed_expand()
244 char *last = out; in ed_expand()
245 c = *(unsigned char*)out; in ed_expand()
247 begin = out = find_begin(outbuff,last,0,&var); in ed_expand()
252 stakwrite(out,last-out); in ed_expand()
254 out = last; in ed_expand()
259 while(out < last) in ed_expand()
261 c = *(unsigned char*)out; in ed_expand()
268 dir = out+1; in ed_expand()
[all …]
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dcompletion.c211 register char *out; in ed_expand() local
247 out = outbuff + *cur + (sh_isoption(SH_VI)!=0); in ed_expand()
248 if(out[-1]=='"' || out[-1]=='\'') in ed_expand()
260 char *last = out; in ed_expand()
261 c = *(unsigned char*)out; in ed_expand()
263 begin = out = find_begin(outbuff,last,0,&var); in ed_expand()
268 stakwrite(out,last-out); in ed_expand()
270 out in ed_expand()
514 register char *out; ed_macro() local
[all...]
/titanic_51/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c498 * was queued. ctx.out.sf_sequence, if not -1, is the sequence number
531 initial_ctx.out.sf_eventid = 0; in filter()
532 initial_ctx.out.sf_reclen = 0; in filter()
533 initial_ctx.out.sf_pass = 0; in filter()
534 initial_ctx.out.sf_asid = 0; in filter()
535 initial_ctx.out.sf_auid = (uid_t)-2; in filter()
536 initial_ctx.out.sf_euid = (uid_t)-2; in filter()
537 initial_ctx.out.sf_egid = (gid_t)-2; in filter()
538 initial_ctx.out.sf_tid.at_type = 0; in filter()
539 initial_ctx.out in filter()
[all...]
H A Dsystoken.c129 adrm_u_int32(&(ctx->adr), &(ctx->out.sf_reclen), 1); in common_header()
131 adrm_u_short(&(ctx->adr), &(ctx->out.sf_eventid), 1); in common_header()
284 ctx->out.sf_pass = (errnum == 0) ? 1 : -1; in return_value32_token()
304 ctx->out.sf_pass = (errnum == 0) ? 1 : -1; in return_value64_token()
319 adrm_int32(&(ctx->adr), &(ctx->out.sf_sequence), 1); in sequence_token()
338 if (ctx->out.sf_textlen > 0) in text_token()
342 ctx->out.sf_textlen, (size_t)len, separator_sz)); in text_token()
344 ctx->out.sf_text = realloc(ctx->out.sf_text, in text_token()
345 ctx->out in text_token()
[all...]
/titanic_51/usr/src/uts/sun4/sys/
H A Dclock.h141 * On a CPU that does out-of-order loads we must ensure that the loads
244 #define NATIVE_TIME_TO_NSEC_SCALE(out, scr1, scr2, shift) \ argument
245 srlx out, 32, scr2; /* check high 32 bits */ \
248 mulx out, scr1, out; /* delay: 32-bit fast path */ \
249 sllx out, shift, out; /* clear NPT and pre-scale */ \
250 srlx out, 32, scr2; /* scr2 = hi32(tick<<4) = H */ \
252 srl out, 0, out; /* ou
261 NATIVE_TIME_TO_NSEC(out,scr1,scr2) global() argument
266 NATIVE_TIME_MAX(out) global() argument
[all...]
/titanic_51/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestStateMachine.java48 System.out.println(msg); in exit()
50 System.out.flush(); in exit()
58 System.out.println("open: " + consumer.isOpen()); in printState()
59 System.out.println("enabled: " + consumer.isEnabled()); in printState()
60 System.out.println("closed: " + consumer.isClosed()); in printState()
66 System.out.println("before open"); in beforeOpen()
74 System.out.println(e); in beforeOpen()
85 System.out.println(e); in beforeOpen()
96 System.out.println(e); in beforeOpen()
105 System.out in beforeOpen()
[all...]
/titanic_51/usr/src/lib/libsqlite/src/
H A Dencode.c113 ** The result is written into a preallocated output buffer "out".
114 ** "out" must be able to hold at least 2 +(257*n)/254 bytes.
122 ** If out==NULL then no output is generated but the routine still returns
123 ** the number of characters that would have been generated if out had
126 int sqlite_encode_binary(const unsigned char *in, int n, unsigned char *out){ in sqlite_encode_binary() argument
131 if( out ){ in sqlite_encode_binary()
132 out[0] = 'x'; in sqlite_encode_binary()
133 out[1] = 0; in sqlite_encode_binary()
150 if( out==0 ){ in sqlite_encode_binary()
153 out[ in sqlite_encode_binary()
178 sqlite_decode_binary(const unsigned char * in,unsigned char * out) sqlite_decode_binary() argument
202 unsigned char out[33000]; main() local
[all...]
/titanic_51/usr/src/contrib/zlib/
H A Dinffast.c16 Decode literal, length, and distance codes and write out the resulting
33 LEN -- ran out of enough output space or enough available input
55 unsigned char FAR *out; /* local strm->next_out */ in inflate_fast() local
57 unsigned char FAR *end; /* while out < end, enough space available */ in inflate_fast()
82 out = strm->next_out; in inflate_fast()
83 beg = out - (start - strm->avail_out); in inflate_fast()
84 end = out + (strm->avail_out - 257); in inflate_fast()
118 *out++ = (unsigned char)(here->val); in inflate_fast()
167 op = (unsigned)(out - beg); /* max distance in output */ in inflate_fast()
180 *out in inflate_fast()
[all...]
/titanic_51/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DTest.java74 System.out.println("Usage: Test testfile"); in main()
84 System.out.println("Problem opening test file"); in main()
92 System.out.println(e); in main()
185 System.out.println(e); in main()
200 System.out.println(e); in main()
229 System.out.println(e); in main()
233 System.out.println("No printers"); in main()
243 System.out.println(e); in main()
256 System.out.println(e); in main()
264 System.out in main()
[all...]
/titanic_51/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_compound_nameref.sh105 ) | out=$( ${SHELL} ) || err_exit "shell returned exit code $?"
107 (( ${ wc -l <<<"${out}" ; } == 4 )) || err_exit "Expected four lines of output, got ${out}"
108 (set -o errexit ; read -C tmp <<<"${out}" ; [[ "$(typeset +p tmp.nodes)" == *-A* ]]) || err_exit "missing variable tmp.nodes"
109 (set -o errexit ; read -C tmp <<<"${out}" ; [[ -v tmp.nodesnum ]]) || err_exit "missing variable tmp.nodesnum"
130 ) | out=$( ${SHELL} ) || err_exit "shell returned exit code $?"
131 [[ "${out}" == "Ok" ]] || err_exit "Expected 'Ok', got ${out}"
158 ) | out=$( ${SHELL} ) || err_exit "shell returned exit code $?"
159 [[ "${out}"
[all...]
/titanic_51/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_compound_nameref.sh105 ) | out=$( ${SHELL} ) || err_exit "shell returned exit code $?"
107 (( ${ wc -l <<<"${out}" ; } == 4 )) || err_exit "Expected four lines of output, got ${out}"
108 (set -o errexit ; read -C tmp <<<"${out}" ; [[ "$(typeset +p tmp.nodes)" == *-A* ]]) || err_exit "m…
109 (set -o errexit ; read -C tmp <<<"${out}" ; [[ -v tmp.nodesnum ]]) || err_exit "m…
130 ) | out=$( ${SHELL} ) || err_exit "shell returned exit code $?"
131 [[ "${out}" == "Ok" ]] || err_exit "Expected 'Ok', got ${out}"
158 ) | out=$( ${SHELL} ) || err_exit "shell returned exit code $?"
159 [[ "${out}" == "Ok" ]] || err_exit "Expected 'Ok', got ${out}"
181 ) | out=$( ${SHELL} ) || err_exit "shell returned exit code $?"
182 [[ "${out}" == "Ok" ]] || err_exit "Expected 'Ok', got ${out}"
[all …]
/titanic_51/usr/src/test/libc-tests/tests/
H A Duchar.c52 char32_t out; in mbrtoc32_ascii() local
56 if ((len = mbrtoc32(&out, uchar_hello, 5, mbs)) != 1) { in mbrtoc32_ascii()
61 if (out != 'h') { in mbrtoc32_ascii()
63 out); in mbrtoc32_ascii()
67 if ((len = mbrtoc32(&out, uchar_hello + 1, 4, mbs)) != 1) { in mbrtoc32_ascii()
72 if (out != 'e') { in mbrtoc32_ascii()
74 out); in mbrtoc32_ascii()
101 char32_t out; in mbrtoc32_badseq_utf8() local
106 len = mbrtoc32(&out, "\xa9", 1, &mbs); in mbrtoc32_badseq_utf8()
126 len = mbrtoc32(&out, badst in mbrtoc32_badseq_utf8()
145 char32_t out; mbrtoc32_roundtrip() local
182 char32_t out; mbrtoc32_partial() local
214 char32_t out, exp = L'\0'; mbrtoc32_zero() local
238 char32_t out = 0x12345, exp = 0x12345; mbrtoc32_zero_len() local
262 char32_t out = 0x123456, exp = 0x123456; mbrtoc32_null() local
286 char16_t out; mbrtoc16_ascii() local
333 char16_t out = 0x1234, exp = 0x1234; mbrtoc16_null() local
357 char16_t out, exp = L'\0'; mbrtoc16_zero() local
381 char16_t out = 0x5432, exp = 0x5432; mbrtoc16_zero_len() local
405 char16_t out; mbrtoc16_roundtrip() local
442 char16_t out; mbrtoc16_partial() local
[all...]
/titanic_51/usr/src/tools/cscope-fast/
H A Dinput.c171 shellpath(char *out, int limit, char *in) in shellpath() argument
180 lastchar = out + limit - 1; in shellpath()
187 *out++ = *in++; /* copy the ~ because it may not be expanded */ in shellpath()
190 s = out; in shellpath()
198 if (*out == '\0') { in shellpath()
201 v = logdir(out); in shellpath()
205 (void) strcpy(out - 1, v); in shellpath()
206 out += strlen(v) - 1; in shellpath()
209 out += strlen(out); in shellpath()
[all...]
/titanic_51/usr/src/boot/lib/libz/
H A Dinffast.c33 Decode literal, length, and distance codes and write out the resulting
50 LEN -- ran out of enough output space or enough available input
74 unsigned char FAR *out; /* local strm->next_out */ local
76 unsigned char FAR *end; /* while out < end, enough space available */
101 out = strm->next_out - OFF;
102 beg = out - (start - strm->avail_out);
103 end = out + (strm->avail_out - 257);
137 PUP(out) = (unsigned char)(here.val);
186 op = (unsigned)(out - beg); /* max distance in output */
199 PUP(out)
[all...]
/titanic_51/usr/src/cmd/svc/common/
H A Dmanifest_hash.c55 char *out, *cp, *base; in mhash_filename_to_propname() local
59 out = uu_zalloc(PATH_MAX + 1); in mhash_filename_to_propname()
62 if (strlcpy(out, in, PATH_MAX + 1) >= (PATH_MAX + 1)) { in mhash_filename_to_propname()
63 uu_free(out); in mhash_filename_to_propname()
67 if (realpath(in, out) == NULL) { in mhash_filename_to_propname()
68 uu_free(out); in mhash_filename_to_propname()
80 if (base != NULL && strncmp(out, base, strlen(base)) == 0) in mhash_filename_to_propname()
83 cp = out + base_sz; in mhash_filename_to_propname()
86 (void) memmove(out, cp, strlen(cp) + 1); in mhash_filename_to_propname()
88 len = strlen(out); in mhash_filename_to_propname()
[all...]
/titanic_51/usr/src/common/crypto/aes/
H A Daes_modes.c35 /* Copy a 16-byte AES block from "in" to "out" */
37 aes_copy_block(uint8_t *in, uint8_t *out) in aes_copy_block() argument
39 if (IS_P2ALIGNED2(in, out, sizeof (uint32_t))) { in aes_copy_block()
41 *(uint32_t *)&out[0] = *(uint32_t *)&in[0]; in aes_copy_block()
43 *(uint32_t *)&out[4] = *(uint32_t *)&in[4]; in aes_copy_block()
45 *(uint32_t *)&out[8] = *(uint32_t *)&in[8]; in aes_copy_block()
47 *(uint32_t *)&out[12] = *(uint32_t *)&in[12]; in aes_copy_block()
49 AES_COPY_BLOCK(in, out); in aes_copy_block()
78 crypto_data_t *out) in aes_encrypt_contiguous_blocks() argument
84 rv = ctr_mode_contiguous_blocks(ctx, data, length, out, in aes_encrypt_contiguous_blocks()
113 aes_decrypt_contiguous_blocks(void * ctx,char * data,size_t length,crypto_data_t * out) aes_decrypt_contiguous_blocks() argument
[all...]
/titanic_51/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c103 nvlist_t *out = NULL; in topo_fmri_nvl2str() local
108 TOPO_METH_NVL2STR, out)); in topo_fmri_nvl2str()
112 TOPO_METH_NVL2STR, out)); in topo_fmri_nvl2str()
115 TOPO_METH_NVL2STR_VERSION, fmri, &out, err) != 0) in topo_fmri_nvl2str()
116 return (set_error(thp, *err, err, TOPO_METH_NVL2STR, out)); in topo_fmri_nvl2str()
118 if (out == NULL || nvlist_lookup_string(out, "fmri-string", &str) != 0) in topo_fmri_nvl2str()
120 TOPO_METH_NVL2STR, out)); in topo_fmri_nvl2str()
124 TOPO_METH_NVL2STR, out)); in topo_fmri_nvl2str()
126 nvlist_free(out); in topo_fmri_nvl2str()
136 nvlist_t *out = NULL, *in = NULL; topo_fmri_str2nvl() local
179 nvlist_t *out = NULL; topo_fmri_present() local
207 nvlist_t *out = NULL; topo_fmri_replaced() local
235 nvlist_t *in = NULL, *out = NULL; topo_fmri_contains() local
271 nvlist_t *out = NULL; topo_fmri_unusable() local
297 nvlist_t *out = NULL; topo_fmri_retire() local
325 nvlist_t *out = NULL; topo_fmri_unretire() local
355 nvlist_t *out = NULL; topo_fmri_service_state() local
382 nvlist_t *out = NULL; topo_fmri_expand() local
562 nvlist_t *in = NULL, *out = NULL; topo_fmri_setprop() local
651 nvlist_t *out = NULL; topo_fmri_compare() local
700 nvlist_t *out; topo_fmri_create() local
1020 nvlist_t *in = NULL, *out; topo_fmri_facility() local
[all...]
/titanic_51/usr/src/lib/libstmf/common/
H A Dstore.c315 goto out; in iPsAddRemoveGroupMember()
329 goto out; in iPsAddRemoveGroupMember()
344 goto out; in iPsAddRemoveGroupMember()
354 goto out; in iPsAddRemoveGroupMember()
374 goto out; in iPsAddRemoveGroupMember()
384 goto out; in iPsAddRemoveGroupMember()
395 goto out; in iPsAddRemoveGroupMember()
405 goto out; in iPsAddRemoveGroupMember()
421 goto out; in iPsAddRemoveGroupMember()
511 goto out; in iPsAddRemoveGroupMember()
[all...]
/titanic_51/usr/src/lib/libsmbfs/smb/
H A Dssnsetup.c94 goto out; in smb_ssnsetup_null()
99 goto out; in smb_ssnsetup_null()
105 out: in smb_ssnsetup_null()
124 goto out; in smb_ssnsetup_ntlm1()
127 /* Make mb_done calls at out safe. */ in smb_ssnsetup_ntlm1()
134 goto out; in smb_ssnsetup_ntlm1()
140 goto out; in smb_ssnsetup_ntlm1()
147 goto out; in smb_ssnsetup_ntlm1()
153 out: in smb_ssnsetup_ntlm1()
174 goto out; in smb_ssnsetup_ntlm2()
[all...]
/titanic_51/usr/src/cmd/audio/utilities/
H A DResample.cc178 short *out) in decimate_noadjust() argument
185 return (Fir::filter_noadjust(in, size, out)); in decimate_noadjust()
196 short *out_ptr = out; in decimate_noadjust()
208 return (out_ptr - out); in decimate_noadjust()
215 short *out) in decimate() argument
218 return (decimate_noadjust(in, size, out)); in decimate()
228 return (decimate_noadjust(in, size, out)); in decimate()
234 decimate_flush(short *out) in decimate_flush() argument
239 int num_out = decimate_noadjust(in, num_in, out); in decimate_flush()
249 short *out) in interpolate_noadjust() argument
294 interpolate_flush(short * out) interpolate_flush() argument
310 interpolate(short * in,int size,short * out) interpolate() argument
334 filter_noadjust(short * in,int size,short * out) filter_noadjust() argument
394 flush(short * out) flush() argument
419 filter(short * in,int size,short * out) filter() argument
[all...]

12345678910>>...74