/titanic_41/usr/src/cmd/krb5/kadmin/gui/native/ |
H A D | Test.java | 41 System.out.println("\nThese are unit tests for the JNI code."); in main() 42 System.out.println("They assume the existence of a jnitest/admin"); in main() 43 System.out.println("user principal, with the password 'test123',"); in main() 44 System.out.println("and the existance of a 'default' policy.\n"); in main() 50 System.out.println("==> Set up a session for jnitest/admin.\n"); in main() 53 System.out.println("*** First, one with a bogus port number."); in main() 59 System.out.println("Unexpected success!\n"); in main() 62 System.out.println("Expected failure "+e.getMessage()+"\n"); in main() 65 System.out.println("*** Next, one with the correct port number."); in main() 71 System.out.println("sessionInit was successful.\n"); in main() [all …]
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/json/ |
H A D | tst.general.d.out | 5 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 |16E10| [all …]
|
H A D | tst.strsize.d | 30 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 = json(in, "b"); 43 printf("|%s|\n%s\n\n", in, out != NULL ? out : "<NULL>");
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | terminfo.c | 59 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++ = '\b'; in ti_unescape_memory() [all …]
|
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | machclock.h | 55 #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,scr1,scr2,label) 83 #define RD_STICK_NO_SUSPEND_CHECK(out, scr1) \ argument 86 rd STICK, out; \ 87 sllx out, 1, out; \ [all …]
|
/titanic_41/usr/src/cmd/fm/eversholt/common/ |
H A D | ptree.c | 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(flags|O_NONL, "."); in ptree() 136 out(flags|O_NONL, "/"); in ptree() [all …]
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | completion.c | 200 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_41/usr/src/lib/auditd_plugins/syslog/ |
H A D | sysplugin.c | 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.sf_pauid = (uid_t)-2; in filter() 540 initial_ctx.out.sf_peuid = (uid_t)-2; in filter() [all …]
|
H A D | systoken.c | 129 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.sf_textlen + (size_t)len + separator_sz); in text_token() 347 if (ctx->out.sf_text == NULL) in text_token() [all …]
|
/titanic_41/usr/src/uts/sun4/sys/ |
H A D | clock.h | 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; /* out = lo32(tick<<4) = L */ \ 253 mulx out, scr1, scr1; /* scr1 = (L*F) */ \ 256 add scr1, scr2, out; /* out = (H*F) + ((L*F) >> 32) */\ 258 srlx out, 32 - shift, out; \ 261 #define NATIVE_TIME_TO_NSEC(out, scr1, scr2) \ argument [all …]
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestStateMachine.java | 48 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.println(e); in beforeOpen() [all …]
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | encode.c | 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[0] = e; in sqlite_encode_binary() 158 out[j++] = 1; in sqlite_encode_binary() 161 out[j++] = x; in sqlite_encode_binary() 163 out[j] = 0; in sqlite_encode_binary() 178 int sqlite_decode_binary(const unsigned char *in, unsigned char *out){ in sqlite_decode_binary() argument [all …]
|
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | Test.java | 74 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.println(e); in main() [all …]
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | sun_solaris_compound_nameref.sh | 105 ) | 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_41/usr/src/tools/cscope-fast/ |
H A D | input.c | 171 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() 213 while (out < lastchar && *in != '\0' && !isspace(*in)) { in shellpath() [all …]
|
/titanic_41/usr/src/cmd/svc/common/ |
H A D | manifest_hash.c | 55 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_41/usr/src/common/crypto/aes/ |
H A D | aes_modes.c | 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() 89 out, AES_BLOCK_LEN, aes_encrypt_block, aes_copy_block, in aes_encrypt_contiguous_blocks() [all …]
|
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_fmri.c | 105 nvlist_t *out = NULL; in topo_fmri_nvl2str() local 110 TOPO_METH_NVL2STR, out)); in topo_fmri_nvl2str() 114 TOPO_METH_NVL2STR, out)); in topo_fmri_nvl2str() 117 TOPO_METH_NVL2STR_VERSION, fmri, &out, err) != 0) in topo_fmri_nvl2str() 118 return (set_error(thp, *err, err, TOPO_METH_NVL2STR, out)); in topo_fmri_nvl2str() 120 if (out == NULL || nvlist_lookup_string(out, "fmri-string", &str) != 0) in topo_fmri_nvl2str() 122 TOPO_METH_NVL2STR, out)); in topo_fmri_nvl2str() 126 TOPO_METH_NVL2STR, out)); in topo_fmri_nvl2str() 128 nvlist_free(out); in topo_fmri_nvl2str() 138 nvlist_t *out = NULL, *in = NULL; in topo_fmri_str2nvl() local [all …]
|
/titanic_41/usr/src/uts/common/zmod/ |
H A D | inffast.c | 76 unsigned char FAR *out; /* local strm->next_out */ local 103 out = strm->next_out - OFF; 104 beg = out - (start - strm->avail_out); 105 end = out + (strm->avail_out - 257); 139 PUP(out) = (unsigned char)(this.val); 188 op = (unsigned)(out - beg); /* max distance in output */ 202 PUP(out) = PUP(from); 204 from = out - dist; /* rest from output */ 213 PUP(out) = PUP(from); 220 PUP(out) = PUP(from); [all …]
|
/titanic_41/usr/src/lib/libstmf/common/ |
H A D | store.c | 315 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_41/usr/src/lib/libsmbfs/smb/ |
H A D | ssnsetup.c | 94 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() 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() 185 goto out; in smb_ssnsetup_ntlm2() [all …]
|
/titanic_41/usr/src/cmd/audio/utilities/ |
H A D | Resample.cc | 178 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 [all …]
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/util/ |
H A D | line64.c | 324 ldif_put_type_and_value_with_options( char **out, char *t, char *val, in ldif_put_type_and_value_with_options() argument 340 *(*out)++ = *p; in ldif_put_type_and_value_with_options() 342 *(*out)++ = ':'; in ldif_put_type_and_value_with_options() 345 *(*out)++ = '<'; /* add '<' for URLs */ in ldif_put_type_and_value_with_options() 348 save = *out; in ldif_put_type_and_value_with_options() 354 *(*out)++ = ' '; in ldif_put_type_and_value_with_options() 383 *(*out)++ = '\n'; in ldif_put_type_and_value_with_options() 384 *(*out)++ = ' '; in ldif_put_type_and_value_with_options() 387 *(*out)++ = *byte; in ldif_put_type_and_value_with_options() 392 *out = save; in ldif_put_type_and_value_with_options() [all …]
|
/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | logging.c | 64 ver = chan->out.file.versions; in version_rename() 72 if (strlen(chan->out.file.name) > (size_t)(PATH_MAX-3)) in version_rename() 75 sprintf(old_name, "%s.%d", chan->out.file.name, ver-1); in version_rename() 76 sprintf(new_name, "%s.%d", chan->out.file.name, ver); in version_rename() 79 sprintf(new_name, "%s.0", chan->out.file.name); in version_rename() 80 (void)isc_movefile(chan->out.file.name, new_name); in version_rename() 98 if (chan->out.file.stream != NULL) in log_open_stream() 99 return (chan->out.file.stream); in log_open_stream() 101 if (stat(chan->out.file.name, &sb) < 0) { in log_open_stream() 105 chan->out.file.name, strerror(errno)); in log_open_stream() [all …]
|
/titanic_41/usr/src/common/smbsrv/ |
H A D | smb_netbios_util.c | 159 unsigned char *out, int max_out) in netbios_first_level_name_encode() argument 164 unsigned char *op = out; in netbios_first_level_name_encode() 202 return (op - out); in netbios_first_level_name_encode() 227 char *out; in netbios_first_level_name_decode() local 235 out = name; in netbios_first_level_name_decode() 243 *out++ = (c1 << 4) | (c2); in netbios_first_level_name_decode() 250 out = scope; in netbios_first_level_name_decode() 267 if (out != scope) { in netbios_first_level_name_decode() 268 *out++ = '.'; in netbios_first_level_name_decode() 276 *out++ = *cp++; in netbios_first_level_name_decode() [all …]
|