| /onnv-gate/usr/src/lib/libxcurses/src/terminfo/ |
| H A D | testterm | 52 acsc=x|q-l+k+m+j+u+t+v+w+n+o-s_`+a:f\'g#~o\,<+>.v-^h#I#0#, 53 cbt=<cbt>\n, 54 bel=<bel>\n, 55 cr=<cr>\n, 56 cpi=<cpi>\n, 57 lpi=<lpi>\n, 58 chr=<chr>\n, 59 csr=<csr %p1%d %p2%d>\n, 60 rmp=<rmp>\n, 61 csnm=<csnm>\n, [all …]
|
| /onnv-gate/usr/src/uts/common/io/scsi/adapters/pmcs/ |
| H A D | pmcs_fwlog.c | 55 int n = 0; in pmcs_register_dump_int() local 78 n = pmcs_dump_spc_ver(pwp, buf, size_left); in pmcs_register_dump_int() 79 ASSERT(size_left >= n); in pmcs_register_dump_int() 80 buf += n; size_left -= n; in pmcs_register_dump_int() 81 n = pmcs_dump_gsm_conf(pwp, buf, size_left); in pmcs_register_dump_int() 82 ASSERT(size_left >= n); in pmcs_register_dump_int() 83 buf += n; size_left -= n; in pmcs_register_dump_int() 84 n = pmcs_dump_pcie_conf(pwp, buf, size_left); in pmcs_register_dump_int() 85 ASSERT(size_left >= n); in pmcs_register_dump_int() 86 buf += n; size_left -= n; in pmcs_register_dump_int() [all …]
|
| /onnv-gate/usr/src/cmd/lp/terminfo/ |
| H A D | citoh.ti | 47 cud1=\n, 117 …n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n%gy%{32}%-%Py%;%?%gy%{15}%>%t\n\n\n… 118 …n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n%gy%{32}%-%Py%;%?%gy%{15}%>%t\n\n\n… 125 u5=\n\r\EL%p1%{8}%/%03d, 126 binel=\n\r\EL%p1%{8}%/%03d,
|
| /onnv-gate/usr/src/cmd/sgs/rtld/mdbmod/common/ |
| H A D | rtld.msg | 37 @ MSG_STR_DASHES "----------------------------------------------\n" 196 @ MSG_ERR_NAS "%s:: no address specified\n" 197 @ MSG_ERR_READ "%s:: failed to read from: 0x%p\n" 198 @ MSG_ERR_SYMFAILED "rtmaps:: lookup of %s`%s failed\n" 203 @ MSG_FMT_RT "[0x%x]\t0x%0?p 0x%0?p %s\n" 212 @ MSG_EHDR_TITLE "Elf Header located at: 0x%p\n" 213 @ MSG_EHDR_LINE1 " ei_magic: { 0x%x, %c, %c, %c }\n" 214 @ MSG_EHDR_LINE2 " ei_class: %-18s ei_data: %s\n" 215 @ MSG_EHDR_LINE3 " e_machine: %-18s e_version: %s\n" 216 @ MSG_EHDR_LINE4 " e_type: %s\n" [all …]
|
| /onnv-gate/usr/src/common/openssl/crypto/aes/ |
| H A D | aes_cfb.c | 128 unsigned int n; in AES_cfb128_encrypt() local 134 n = *num; in AES_cfb128_encrypt() 138 if (n == 0) { in AES_cfb128_encrypt() 141 ivec[n] = *(out++) = *(in++) ^ ivec[n]; in AES_cfb128_encrypt() 142 n = (n+1) % AES_BLOCK_SIZE; in AES_cfb128_encrypt() 146 if (n == 0) { in AES_cfb128_encrypt() 150 *(out++) = *(in++) ^ ivec[n]; in AES_cfb128_encrypt() 151 ivec[n] = c; in AES_cfb128_encrypt() 152 n = (n+1) % AES_BLOCK_SIZE; in AES_cfb128_encrypt() 156 *num=n; in AES_cfb128_encrypt() [all …]
|
| H A D | aes_cbc.c | 66 unsigned long n; in AES_cbc_encrypt() local 76 for(n=0; n < AES_BLOCK_SIZE; ++n) in AES_cbc_encrypt() 77 out[n] = in[n] ^ iv[n]; in AES_cbc_encrypt() 85 for(n=0; n < len; ++n) in AES_cbc_encrypt() 86 out[n] = in[n] ^ iv[n]; in AES_cbc_encrypt() 87 for(n=len; n < AES_BLOCK_SIZE; ++n) in AES_cbc_encrypt() 88 out[n] = iv[n]; in AES_cbc_encrypt() 96 for(n=0; n < AES_BLOCK_SIZE; ++n) in AES_cbc_encrypt() 97 out[n] ^= iv[n]; in AES_cbc_encrypt() 105 for(n=0; n < len; ++n) in AES_cbc_encrypt() [all …]
|
| /onnv-gate/usr/src/cmd/lp/lib/lp/ |
| H A D | Syscalls.c | 53 register int n; local 55 while ((n = access(s, i)) == -1 && errno == EINTR) 57 return (n); 70 register int n; local 72 while ((n = chdir(s)) == -1 && errno == EINTR) 74 return (n); 89 register int n; local 91 while ((n = chmod(s, i)) == -1 && errno == EINTR) 93 return (n); 110 register int n; local [all …]
|
| /onnv-gate/usr/src/lib/cfgadm_plugins/usb/ |
| H A D | usb.xcl | 58 msgid ""add_entry: failed to write config file\n" 60 msgid "!FOUND\n" 62 msgid "usb_rcm_offline:\n" 64 msgid "usb_rcm_offline: rsrc_fixed: %s\n" 66 msgid "usb_rcm_offline: rcm_request_offline failed\n" 68 msgid "usb_rcm_offline: table = %s\n" 70 msgid "usb_rcm_online:\n" 72 msgid "usb_rcm_online: rcm_notify_online failed\n" 74 msgid "usb_rcm_remove:\n" 76 msgid "usb_rcm_remove: rcm_notify_remove failed\n" [all …]
|
| /onnv-gate/usr/src/cmd/powertop/common/ |
| H A D | suggestions.c | 68 sugg_t *new, *n, *pos = NULL; in pt_sugg_add() local 98 for (n = sugg; n != NULL; n = n->next) { in pt_sugg_add() 99 if (strcmp(n->text, text) == 0) in pt_sugg_add() 102 if (weight > n->weight && pos == NULL) in pt_sugg_add() 103 pos = n; in pt_sugg_add() 125 for (n = sugg; n->next != NULL; n = n->next) in pt_sugg_add() 128 n->next = new; in pt_sugg_add() 129 new->prev = n; in pt_sugg_add() 160 sugg_t *n; in pt_sugg_remove() local 163 for (n = sugg; n != NULL; n = n->next) { in pt_sugg_remove() [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/ |
| H A D | 15_pushpop.t | 28 my ($n, @r); 32 $n = push @a, "rec0", "rec1", "rec2"; 34 print $n == 3 ? "ok $N\n" : "not ok $N # size is $n, should be 3\n"; 37 $n = push @a, "rec3", "rec4$:"; 39 print $n == 5 ? "ok $N\n" : "not ok $N # size is $n, should be 5\n"; 43 $n = push @a, (); 45 print $n == 5 ? "ok $N\n" : "not ok $N # size is $n, should be 5\n"; 49 $n = pop @a; 51 print $n eq "rec4$:" ? "ok $N\n" : "not ok $N # last rec is $n, should be rec4\n"; 56 $n = pop @a; [all …]
|
| /onnv-gate/usr/src/lib/libast/common/features/ |
| H A D | iconv | 25 printf("#include <ast_common.h>\n"); 26 printf("#include <ccode.h>\n"); 28 printf("#undef _hdr_iconv\n"); 31 printf("#undef _lib_iconv_open\n"); 34 printf("#include <%s> /* the native iconv.h */\n", _nxt_iconv_str); 36 printf("\n"); 37 printf("#define CC_ICONV (-1)\n"); 38 printf("#define CC_UCS (-2)\n"); 39 printf("#define CC_SCU (-3)\n"); 40 printf("#define CC_UTF (-4)\n"); [all …]
|
| /onnv-gate/usr/src/cmd/sgs/elfedit/common/ |
| H A D | elfedit.msg | 37 [-o style] [file] [outfile]\n" 38 @ MSG_USAGE_DETAIL1 "\t[-a] Autoprint (show edit results)\n" 40 operations\n" 41 @ MSG_USAGE_DETAIL3 "\t[-e cmd] edit command\n" 42 @ MSG_USAGE_DETAIL4 "\t[-L modpath] Set module path\n" 43 @ MSG_USAGE_DETAIL5 "\t[-o ostyle] Output style (default|simple|num)\n" 45 allowed)\n" 46 @ MSG_USAGE_DETAIL_LAST "\n\tExtensive help for edit commands is available.\n\ 47 \tEnter 'help' at the elfedit prompt.\n" 48 @ MSG_USAGE_CMD "usage: %s\n" [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/ |
| H A D | PropValueAliases.txt | 25 # If there is no abbreviated name available, the field is marked with "n/a". 59 age; n/a ; 1.1 60 age; n/a ; 2.0 61 age; n/a ; 2.1 62 age; n/a ; 3.0 63 age; n/a ; 3.1 64 age; n/a ; 3.2 65 age; n/a ; 4.0 66 age; n/a ; unassigned 92 blk; n/a ; Aegean_Numbers [all …]
|
| /onnv-gate/usr/src/lib/libast/common/sfio/ |
| H A D | sftable.c | 58 int v, n, skip, dollar, decimal, thousand; local 73 while((n = *form) ) 74 { if(n != '%') /* collect the non-pattern chars */ 109 for(n = 0; n < FP_INDEX; ++n) 110 need[n] = -1; 133 { t_str = sffmtint(t_str+1,&n); 136 else n = -1; 137 if((n = FP_SET(n,argn)) > maxp) 138 maxp = n; 139 if(fp && fp[n].ft.fmt == 0) [all …]
|
| /onnv-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
| H A D | ehdr.msg | 35 @ MSG_DEBUG_E_S_OK "ehdr.%s: value unchanged: %s\n" 36 @ MSG_DEBUG_E_S_CHG "ehdr.%s: change from %s to %s\n" 37 @ MSG_DEBUG_E_D_OK "ehdr.%s: value unchanged: %d\n" 38 @ MSG_DEBUG_E_D_CHG "ehdr.%s: change from %d to %d\n" 39 @ MSG_DEBUG_E_LLX_OK "ehdr.%s: value unchanged: %#llx\n" 40 @ MSG_DEBUG_E_LLX_CHG "ehdr.%s: change from %#llx to %#llx\n" 41 @ MSG_DEBUG_EI_S_S_OK "ehdr.e_ident[%s]: value unchanged: %s\n"; 42 @ MSG_DEBUG_EI_S_S_CHG "ehdr.e_ident[%s]: change from %s to %s\n" 43 @ MSG_DEBUG_EI_D_X_OK "ehdr.e_ident[%d]: value unchanged: %#x\n" 44 @ MSG_DEBUG_EI_D_X_CHG "ehdr.e_ident[%d]: change from %#x to %#x\n" [all …]
|
| H A D | shdr.msg | 36 @ MSG_ELF_SHDR "Section Header[%d]: sh_name: %s\n" 40 @ MSG_DEBUG_S_OK "shdr[%d: %s].%s: value unchanged: %s\n" 41 @ MSG_DEBUG_S_CHG "shdr[%d: %s].%s: change from %s to %s\n" 42 @ MSG_DEBUG_LLX_OK "shdr[%d: %s].%s: value unchanged: %#llx\n" 43 @ MSG_DEBUG_LLX_CHG "shdr[%d: %s].%s: change from %#llx to %#llx\n" 44 @ MSG_DEBUG_D_OK "shdr[%d: %s].%s: value unchanged: %d\n" 45 @ MSG_DEBUG_D_CHG "shdr[%d: %s].%s: change from %d to %d\n" 49 module, and should otherwise be completely zero\n" 51 be 0, 1, or a power of 2: %s\n" 78 Interpret the sec argument as a section index rather than\n\ [all …]
|
| H A D | dyn.msg | 41 @ MSG_DEBUG_S_OK "[%d: %s][%d]: value unchanged: %s\n" 42 @ MSG_DEBUG_S_CHG "[%d: %s][%d]: change from %s to %s\n" 43 @ MSG_DEBUG_X_OK "[%d: %s][%d]: value unchanged: %#llx\n" 44 @ MSG_DEBUG_X_CHG "[%d: %s][%d]: change from %#llx to %#llx\n" 45 @ MSG_DEBUG_PREVRPATH "[%d: %s][%d]: Reusing existing %s entry: %s\n" 47 value\n" 49 extra DT_NULL\n" 50 @ MSG_DEBUG_DT2NDX "[%d: %s][%d]: Dynamic entry for tag: %s\n" 53 elements that follow: %s\n" 56 ignored by the runtime linker: %s\n" [all …]
|
| /onnv-gate/usr/src/common/openssl/crypto/bn/ |
| H A D | bn_mul.c | 395 int n=n2/2,c1,c2; in bn_mul_recursive() local 396 int tna=n+dna, tnb=n+dnb; in bn_mul_recursive() 430 c1=bn_cmp_part_words(a,&(a[n]),tna,n-tna); in bn_mul_recursive() 431 c2=bn_cmp_part_words(&(b[n]),b,tnb,tnb-n); in bn_mul_recursive() 436 bn_sub_part_words(t, &(a[n]),a, tna,tna-n); /* - */ in bn_mul_recursive() 437 bn_sub_part_words(&(t[n]),b, &(b[n]),tnb,n-tnb); /* - */ in bn_mul_recursive() 443 bn_sub_part_words(t, &(a[n]),a, tna,tna-n); /* - */ in bn_mul_recursive() 444 bn_sub_part_words(&(t[n]),&(b[n]),b, tnb,tnb-n); /* + */ in bn_mul_recursive() 453 bn_sub_part_words(t, a, &(a[n]),tna,n-tna); /* + */ in bn_mul_recursive() 454 bn_sub_part_words(&(t[n]),b, &(b[n]),tnb,n-tnb); /* - */ in bn_mul_recursive() [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/ |
| H A D | correctness.t | 55 my $n = shift; 56 return $n if $n < 2; 57 mt1($n-1) + mt2($n-2); 60 my $n = shift; 61 return $n if $n < 2; 62 mt1($n-1) + mt2($n-2); 71 $n = 13; 74 $n++; 75 print ((@{$arrays[$i]} == @{$arrays[$j]}) ? "ok $n\n" : "not ok $n\n"); 76 $n++; [all …]
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | avl_impl.h | 68 #define AVL_XPARENT(n) ((n)->avl_parent) argument 69 #define AVL_SETPARENT(n, p) ((n)->avl_parent = (p)) argument 71 #define AVL_XCHILD(n) ((n)->avl_child_index) argument 72 #define AVL_SETCHILD(n, c) ((n)->avl_child_index = (unsigned short)(c)) argument 74 #define AVL_XBALANCE(n) ((n)->avl_balance) argument 75 #define AVL_SETBALANCE(n, b) ((n)->avl_balance = (short)(b)) argument 100 #define AVL_XPARENT(n) ((struct avl_node *)((n)->avl_pcb & ~7)) 101 #define AVL_SETPARENT(n, p) \ 102 ((n)->avl_pcb = (((n)->avl_pcb & 7) | (uintptr_t)(p))) 107 #define AVL_XCHILD(n) (((n)->avl_pcb >> 2) & 1) [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/t/ |
| H A D | quoted-print.t | 25 ["test \ntest\n\t \t \n" => "test=20=20\ntest\n=09=20=09=20\n"], 28 ["=30\n" => "=3D30\n"], 62 ["$x70!23\n" => "$x70!23\n"], 63 ["$x70!234\n" => "$x70!234\n"], 64 ["$x70!2345\n" => "$x70!2345\n"], 65 ["$x70!23456\n" => "$x70!23456\n"], 66 ["$x70!234567\n" => "$x70!2345=\n67\n"], 67 ["$x70!23456=\n" => "$x70!2345=\n6=3D\n"], 70 ["$x70===xxxxx" => "$x70=3D=\n=3D=3Dxxxxx"], 71 ["$x70!===xxxx" => "$x70!=3D=\n=3D=3Dxxxx"], [all …]
|
| /onnv-gate/usr/src/lib/libresolv2/common/resolv/ |
| H A D | res_mkupdate.c | 85 int n, i, soanum, multiline; in res_nmkupdate() local 182 if ((n = dn_comp(rrecp->r_dname, cp, buflen, dnptrs, in res_nmkupdate() 185 cp += n; in res_nmkupdate() 186 ShrinkBuffer(n + 2*INT16SZ); in res_nmkupdate() 228 n = dn_comp(buf2, cp, buflen, dnptrs, lastdnptr); in res_nmkupdate() 229 if (n < 0) in res_nmkupdate() 231 cp += n; in res_nmkupdate() 232 ShrinkBuffer(n); in res_nmkupdate() 241 n = dn_comp(buf2, cp, buflen, in res_nmkupdate() 243 if (n < 0) in res_nmkupdate() [all …]
|
| /onnv-gate/usr/src/lib/libdll/common/features/ |
| H A D | dll | 95 printf("\n"); 96 printf("#if defined(__MVS__) && !defined(__SUSV3)\n"); 97 printf("#define __SUSV3 1\n"); 98 printf("#endif\n"); 100 printf("#include <dlfcn.h>\n"); 104 printf("\n"); 105 printf("#define RTLD_LAZY 1\n"); 113 printf("\n"); 115 printf("#define RTLD_NOW 2\n"); 121 printf("\n"); [all …]
|
| /onnv-gate/usr/src/cmd/ipf/lib/common/ |
| H A D | nat_setgroupmap.c | 14 void nat_setgroupmap(n) in nat_setgroupmap() argument 15 ipnat_t *n; in nat_setgroupmap() 17 if (n->in_outmsk == n->in_inmsk) 18 n->in_ippip = 1; 19 else if (n->in_flags & IPN_AUTOPORTMAP) { 20 n->in_ippip = ~ntohl(n->in_inmsk); 21 if (n->in_outmsk != 0xffffffff) 22 n->in_ippip /= (~ntohl(n->in_outmsk) + 1); 23 n->in_ippip++; 24 if (n->in_ippip == 0) [all …]
|
| /onnv-gate/usr/src/tools/scripts/ |
| H A D | hgstyle | 1 …rev}:{node|short}\n{branches}{tags}{parents}user: {author}\ndate: {date|date}\ndescr… 2 changeset_quiet = '{rev}:{node|short}\n' 3 …n{branches}{tags}{parents}user: {author}\ndate: {date|date}\n\ndescription:\n\t{desc… 4 …n{branches}{tags}{parents}{manifest}{extras}user: {author}\ndate: {date|date}\ndescr… 5 start_files = 'files:\n' 6 file = ' {file}\n' 8 start_file_mods = 'modified:\n' 9 file_mod = ' {file_mod}\n' 11 start_file_adds = 'added:\n' 12 file_add = ' {file_add}\n' [all …]
|