/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | Getopt.java | 190 int il; // optstring length in parselong() local 198 il = optstring.length(); in parselong() 202 if (ic != '(' && ++ip == il) in parselong() 205 if (ic == ':' && ++ip == il) in parselong() 209 if (++ip == il) in parselong() 213 while (ip < il && (ic = optstring.charAt(ip)) != ')' && in parselong() 220 if (match && ip < il && ic == ')' && (op >= ol || in parselong() 230 if (ip < il && ic == ')' && ++ip == il) in parselong() 239 while ((cp > 0) && (cp < il) && (optstring.charAt(cp) == ':')) { in parselong() 242 } while (cp < il); in parselong()
|
/illumos-gate/usr/src/cmd/tbl/ |
H A D | tt.c | 19 ctype(int il, int ic) in ctype() argument 21 if (instead[il]) in ctype() 23 if (fullbot[il]) in ctype() 25 il = stynum[il]; in ctype() 26 return(style[il][ic]); in ctype()
|
H A D | t6.c | 28 int icol, ilin, tsep, k, ik, vforml, il, text; in maktab() local 43 for(il=prev(ilin); il>=0 && vspen(table[il][icol].col); il=prev(il)) in maktab() 44 vforml=il; in maktab()
|
H A D | t5.c | 119 nodata(int il) in nodata() argument 124 switch(ctype(il,c)) in nodata()
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | sched.c | 52 static el_key_t **il; variable 89 k = il[icurr]; in il_shift() 100 k = il[(icurr + DU - 1) % DU]; in il_shift() 137 k = il[icurr]; in il_shift() 210 il = (el_key_t **)malloc((DU + 1) * sizeof (el_key_t *)); in el_init() 211 if (il == NULL) { in el_init() 243 il[i] = k; in el_init() 273 il[DU] = k; in el_init() 357 k = (il[i])->left; in el_add()
|
/illumos-gate/usr/src/test/util-tests/tests/grep_xpg4/files/ |
H A D | test.mb.0 | 5 Giustizia mosse il mio alto fattore; 15 per ch’io: «Maestro, il senso lor m’è duro». 23 c’hanno perduto il ben de l’intelletto».
|
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | README.authors | 1 Alex Rozin <alexr@nbase.co.il> 2 Michael Rozhavsky <mike@nbase.co.il>
|
H A D | ChangeLog | 14 - Michael Rozhavsky <mike@nbase.co.il>)
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_expand/ |
H A D | zpool_expand_001_pos.ksh | 105 typeset size_addition=$(zpool history -il $TESTPOOL1 |\ 115 zpool history -il $TESTPOOL1 | \ 125 zpool history -il $TESTPOOL1 | \
|
H A D | zpool_expand_002_pos.ksh | 109 typeset size_addition=$(zpool history -il $TESTPOOL1 \ 119 zpool history -il $TESTPOOL1 | \ 129 zpool history -il $TESTPOOL1 | \
|
H A D | zpool_expand_003_neg.ksh | 93 zpool history -il $TESTPOOL1 | grep "pool '$TESTPOOL1' size:" | \
|
/illumos-gate/usr/src/cmd/smbsrv/test-crypt/ |
H A D | README | 37 /tank/ws2/il-fc-smb/proto/root_i386/usr/lib/security/$ISA/pkcs11_kernel.so 38 /tank/ws2/il-fc-smb/proto/root_i386/usr/lib/security/$ISA/pkcs11_softtoken.so 39 /tank/ws2/il-fc-smb/proto/root_i386/usr/lib/security/$ISA/pkcs11_tpm.so
|
/illumos-gate/usr/src/common/crypto/sha1/ |
H A D | sha1.c | 188 uint32_t il; in SHA1Update() local 208 il = input_len & UINT32_MAX; in SHA1Update() 209 il = il << 3; in SHA1Update() 212 if ((ctx->count[1] += il) < il) in SHA1Update() 344 uint32_t il; in SHA1Update() local 362 il = input_len & UINT32_MAX; in SHA1Update() 363 il = il << 3; in SHA1Update() 366 if ((ctx->count[1] += il) < il) in SHA1Update()
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | memlist.c | 551 struct bootmem_props *il, *pl, *vl; in copy_boot_memlists() local 593 il = &bootmem_props[PHYSINSTALLED]; in copy_boot_memlists() 594 *physinstalled = il->ptr; in copy_boot_memlists() 595 *physinstalled_len = il->nelems; in copy_boot_memlists()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/ |
H A D | zpool_history_001_neg.ksh | 53 log_mustnot zpool history -il $TESTPOOL
|
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/ |
H A D | t.stately | 1 /^(al|ak|az|ar|ca|co|ct|de|fl|ga|hi|io|il|in|ia|ks|ky|la|me|md|ma|mi|mn|ms|mo|mt|nb|nv|nh|nj|nm|ny|…
|
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/ |
H A D | intel_nbdrv.c | 69 uint8_t il = 1; in rank_to_base() local 78 il = nb_ranks[branch][i].interleave; in rank_to_base() 99 *interleave = il; in rank_to_base()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/casenorm/ |
H A D | casenorm.kshlib | 75 zlook -il $TESTDIR $name >/dev/null 2>&1
|
/illumos-gate/usr/src/common/crypto/sha2/ |
H A D | sha2.c | 811 uint32_t il = input_len & UINT32_MAX; in SHA2Update() local 813 il = il << 3; in SHA2Update() 820 if ((ctx->count.c32[1] += il) < il) in SHA2Update() 826 uint64_t il = input_len; in SHA2Update() local 828 il = il << 3; in SHA2Update() 835 if ((ctx->count.c64[1] += il) < il) in SHA2Update()
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | Makefile | 1 VERSION=0.6.1-rc1-il-6
|
/illumos-gate/usr/src/cmd/print/scripts/ |
H A D | desktop-print-management-prefs.desktop | 43 Comment[it]=Impostare la rilevazione della stampante e il comportamento della connessione
|
/illumos-gate/usr/src/data/zoneinfo/ |
H A D | asia | 1791 #11 https://www.nevo.co.il/law_word/law12/er-002.pdf#page=3 1792 #12 https://www.nevo.co.il/law_word/law12/er-017-t2.pdf#page=4 1793 #13 https://www.nevo.co.il/law_word/law06/tak-0006.pdf#page=3 1794 #14 https://www.nevo.co.il/law_word/law06/tak-0080.pdf#page=7 1795 #15 https://www.nevo.co.il/law_word/law06/tak-0164.pdf#page=10 1796 #16 https://www.nevo.co.il/law_word/law06/tak-0206.pdf#page=4 1797 #17 https://www.nevo.co.il/law_word/law06/tak-0212.pdf#page=2 1798 #18 https://www.nevo.co.il/law_word/law06/tak-0254.pdf#page=4 1799 #19 https://www.nevo.co.il/law_word/law06/tak-0300.pdf#page=5 1800 #20 https://www.nevo.co.il/law_word/law06/tak-0348.pdf#page=3 [all …]
|
/illumos-gate/usr/src/data/terminfo/extras/ |
H A D | rxvt-unicode.terminfo | 51 il=\E[%p1%dL,
|
/illumos-gate/usr/src/tools/smatch/ |
H A D | Makefile | 23 SPARSE_VERSION = 0.6.1-rc1-il-7
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | THANKS | 121 Yedidyah Bar-David <didi@post.tau.ac.il>
|