Home
last modified time | relevance | path

Searched refs:E (Results 1 – 25 of 1181) sorted by relevance

12345678910>>...48

/illumos-gate/usr/src/data/terminfo/extras/
H A Drxvt-unicode.terminfo22 clear=\E[H\E[2J,
24 cnorm=\E[?12l\E[?25h,
40 dl1=\E[M,
41 ed=\E[J,
42 el=\E[K,
44 flash=\E[?5h$<20/>\E[?5l,
52 il1=\E[L,
55 is2=\E[r\E[m\E[2J\E[?7;25h\E[?1;3;4;5;6;9;66;1000;1001;1049l\E[4l,
133 rs2=\E[r\E[m\E[?7;25h\E[?1;3;4;5;6;9;66;1000;1001;1049l\E[4l,
134 sgr0=\E[m\E(B,
[all …]
H A Drxvt-unicode.termcap14 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
16 :RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=\E(B:al=\E[L:\
17 :as=\E(0:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
20 :ho=\E[H:i1=\E[!p:ic=\E[@:im=\E[4h:\
21 :is=\E[r\E[m\E[2J\E[?7;25h\E[?1;3;4;5;6;9;66;1000;1001;1049l\E[4l:\
22 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
23 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:\
24 :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=\177:kd=\E[B:ke=\E>:\
25 :kh=\E[7~:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:mb=\E[5m:\
28 :ti=\E[?1049h:ts=\E]2;:ue=\E[24m:up=\E[A:us=\E[4m:\
[all …]
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Dnullsubexpr.dat3 E (a*)* a (0,1)(0,1)
4 E SAME x (0,0)(0,0)
7 E (a*)+ a (0,1)(0,1)
8 E SAME x (0,0)(0,0)
11 E (a+)* a (0,1)(0,1)
12 E SAME x (0,0)
15 E (a+)+ a (0,1)(0,1)
16 E SAME x NOMATCH
21 E SAME x (0,0)(0,0)
25 E SAME x (0,0)(0,0)
[all …]
H A Drepetition.dat10 E ((..)|(.)) NULL NOMATCH
11 E ((..)|(.))((..)|(.)) NULL NOMATCH
14 E ((..)|(.)){1} NULL NOMATCH
15 E ((..)|(.)){2} NULL NOMATCH
16 E ((..)|(.)){3} NULL NOMATCH
18 E ((..)|(.))* NULL (0,0)
20 E ((..)|(.)) a (0,1)(0,1)(?,?)(0,1)
21 E ((..)|(.))((..)|(.)) a NOMATCH
25 E ((..)|(.)){2} a NOMATCH
26 E ((..)|(.)){3} a NOMATCH
[all …]
H A Dbasic.dat6 E \) () (1,2)
9 E \} } (0,1)
12 E ] ] (0,1)
21 E $^ NULL (0,0)
22 E a($) aa (1,2)(2,2)
23 E a*(^a) aa (0,1)(0,1)
24 E (..)*(...)* a (0,0)
28 E a{0}b ab (1,2)
49 E ab|a xabc (1,3)
98 E ab?c abc (0,3)
[all …]
H A Dnullsubexpr.out1 E (a*)* a (0,1)(0,1)
2 E (a*)* aaaaaa (0,6)(0,6)
3 E (a*)* aaaaaax (0,6)(0,6)
4 E (a*)+ a (0,1)(0,1)
5 E (a*)+ aaaaaa (0,6)(0,6)
6 E (a*)+ aaaaaax (0,6)(0,6)
7 E ([a]*)* a (0,1)(0,1)
10 E ([a]*)+ a (0,1)(0,1)
13 E ([^b]*)* a (0,1)(0,1)
16 E ([ab]*)* a (0,1)(0,1)
[all …]
H A Drepetition.out1 E ((..)|(.)){2} aaa (0,3)(2,3)(?,?)(2,3)
2 E ((..)|(.)){3} aaaa (0,4)(3,4)(?,?)(3,4)
3 E ((..)|(.)){3} aaaaa (0,5)(4,5)(?,?)(4,5)
4 :HA#100:E X(.?){0,}Y X1234567Y (0,9)(7,8)
5 :HA#101:E X(.?){1,}Y X1234567Y (0,9)(7,8)
6 :HA#102:E X(.?){2,}Y X1234567Y (0,9)(7,8)
7 :HA#103:E X(.?){3,}Y X1234567Y (0,9)(7,8)
8 :HA#104:E X(.?){4,}Y X1234567Y (0,9)(7,8)
9 :HA#105:E X(.?){5,}Y X1234567Y (0,9)(7,8)
10 :HA#106:E X(.?){6,}Y X1234567Y (0,9)(7,8)
[all …]
H A Dforcedassoc.dat3 E (a|ab)(c|bcd) abcd (0,4)(0,1)(1,4)
4 E (a|ab)(bcd|c) abcd (0,4)(0,1)(1,4)
5 E (ab|a)(c|bcd) abcd (0,4)(0,1)(1,4)
6 E (ab|a)(bcd|c) abcd (0,4)(0,1)(1,4)
15 E (a*)(b|abc) abc (0,3)(0,0)(0,3)
16 E (a*)(abc|b) abc (0,3)(0,0)(0,3)
21 E (a*)(b|abc) abc (0,3)(0,0)(0,3)
27 E (a|ab) ab (0,2)(0,2)
28 E (ab|a) ab (0,2)(0,2)
29 E (a|ab)(b*) ab (0,2)(0,2)(2,2)
[all …]
H A Dcategorize.dat3 ?E aa* xaxaax (1,2) POSITION=leftmost
16 |E (...?.?)* xxxxxx OK REPEAT_LONGEST=unknown
19 ?E (a|ab)(bc|c) abcabc (0,3)(0,2)(2,3) EXPECTED
32 ?E (a*){2} xxxxx (0,0)(0,0) EXPECTED
33 |E (a*){2} xxxxx (5,5)(5,5) BUG=range-null
41 ?E (a*)* a (0,1)(0,1) EXPECTED
43 |E (a*)* a (0,1)(1,1) BUG=repeat-null
46 ?E (aba|a*b)* ababa (0,5)(2,5) EXPECTED
48 |E (aba|a*b)* ababa (0,4)(3,4) # LENGTH=first
51 ?E (a(b)?)+ aba (0,3)(2,3) EXPECTED
[all …]
H A Dleftassoc.out1 E (a|ab)(c|bcd)(d*) abcd (0,4)(0,1)(1,4)(4,4)
2 E (a|ab)(bcd|c)(d*) abcd (0,4)(0,1)(1,4)(4,4)
3 E (ab|a)(c|bcd)(d*) abcd (0,4)(0,1)(1,4)(4,4)
4 E (ab|a)(bcd|c)(d*) abcd (0,4)(0,1)(1,4)(4,4)
5 E (a*)(b|abc)(c*) abc (0,3)(0,0)(0,3)(3,3)
6 E (a*)(abc|b)(c*) abc (0,3)(0,0)(0,3)(3,3)
7 E (a*)(b|abc)(c*) abc (0,3)(0,0)(0,3)(3,3)
8 E (a*)(abc|b)(c*) abc (0,3)(0,0)(0,3)(3,3)
9 E (a|ab)(c|bcd)(d|.*) abcd (0,4)(0,1)(1,4)(4,4)
10 E (a|ab)(bcd|c)(d|.*) abcd (0,4)(0,1)(1,4)(4,4)
[all …]
H A Dleftassoc.dat3 E (a|ab)(c|bcd)(d*) abcd (0,4)(0,1)(1,4)(4,4)
4 E (a|ab)(bcd|c)(d*) abcd (0,4)(0,1)(1,4)(4,4)
5 E (ab|a)(c|bcd)(d*) abcd (0,4)(0,1)(1,4)(4,4)
6 E (ab|a)(bcd|c)(d*) abcd (0,4)(0,1)(1,4)(4,4)
8 E (a*)(b|abc)(c*) abc (0,3)(0,0)(0,3)(3,3)
9 E (a*)(abc|b)(c*) abc (0,3)(0,0)(0,3)(3,3)
10 E (a*)(b|abc)(c*) abc (0,3)(0,0)(0,3)(3,3)
11 E (a*)(abc|b)(c*) abc (0,3)(0,0)(0,3)(3,3)
13 E (a|ab)(c|bcd)(d|.*) abcd (0,4)(0,1)(1,4)(4,4)
14 E (a|ab)(bcd|c)(d|.*) abcd (0,4)(0,1)(1,4)(4,4)
[all …]
H A Drightassoc.dat3 E (a|ab)(c|bcd)(d*) abcd (0,4)(0,2)(2,3)(3,4)
4 E (a|ab)(bcd|c)(d*) abcd (0,4)(0,2)(2,3)(3,4)
5 E (ab|a)(c|bcd)(d*) abcd (0,4)(0,2)(2,3)(3,4)
6 E (ab|a)(bcd|c)(d*) abcd (0,4)(0,2)(2,3)(3,4)
8 E (a*)(b|abc)(c*) abc (0,3)(0,1)(1,2)(2,3)
9 E (a*)(abc|b)(c*) abc (0,3)(0,1)(1,2)(2,3)
10 E (a*)(b|abc)(c*) abc (0,3)(0,1)(1,2)(2,3)
11 E (a*)(abc|b)(c*) abc (0,3)(0,1)(1,2)(2,3)
13 E (a|ab)(c|bcd)(d|.*) abcd (0,4)(0,2)(2,3)(3,4)
14 E (a|ab)(bcd|c)(d|.*) abcd (0,4)(0,2)(2,3)(3,4)
[all …]
H A Dforcedassoc.out1 E ((a|ab)(c|bcd))(d*) abcd (0,4)(0,4)(0,1)(1,4)(4,4)
2 E ((a|ab)(bcd|c))(d*) abcd (0,4)(0,4)(0,1)(1,4)(4,4)
3 E ((ab|a)(c|bcd))(d*) abcd (0,4)(0,4)(0,1)(1,4)(4,4)
4 E ((ab|a)(bcd|c))(d*) abcd (0,4)(0,4)(0,1)(1,4)(4,4)
5 E ((a*)(b|abc))(c*) abc (0,3)(0,3)(0,0)(0,3)(3,3)
6 E ((a*)(abc|b))(c*) abc (0,3)(0,3)(0,0)(0,3)(3,3)
7 E ((a*)(b|abc))(c*) abc (0,3)(0,3)(0,0)(0,3)(3,3)
8 E ((a*)(abc|b))(c*) abc (0,3)(0,3)(0,0)(0,3)(3,3)
H A Dbug16127.dat22 E [aà] a (0,1)
23 E [aà] à (0,2)
24 E [aàá] a (0,1)
25 E [aàá] à (0,2)
26 E [aàá] á (0,2)
27 E [abà] à (0,2)
28 E [abà] a (0,1)
29 E [abà] b (0,1)
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src755 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H:\
2231 :is=\E[61"p\E[H\E[?3l\E[?4l\E[?1l\E[?5l\E[?6l\E[?7h\E[?8h\E[?25h\E>\E[m:\
2329 :is=\E<\E F\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
2370 :is=\E<\E F\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
3309 :r1=\E(B\017\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E<:\
3668 :r2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E>\E[?1000l\E[?25h:\
3835 :r2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E>\E[?1000l\E[?25h:\
10615 :is=\E<\E>\E[?1l\E[?3l\E[?4l\E[?5h\E[?7h\E[?8h\E[3g\E[>5g\E(B\E[m\E[20l\E[1;24r\E[24;1H:\
10659 :r1=\E<\E2\E[20l\E[?6l\E[r\E[m\E[q\E(B\017\E)0\E>:\
13614 :is=\E(B\E[2l\E>\E[20l\E[?3l\E[?5h\E[?7h\E[1;24r\E[24;1H\E[H\E[J:\
[all …]
H A Dterminfo.src815 is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H,
2519 is2=\E[61"p\E[H\E[?3l\E[?4l\E[?1l\E[?5l\E[?6l\E[?7h\E[?8h\E[?25h\E>\E[m,
2631 is2=\E<\E F\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H,
2679 is2=\E<\E F\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H,
3791 rs1=\E(B\017\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E<,
4189 rs2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E>\E[?1000l\E[?25h,
4371 rs2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E>\E[?1000l\E[?25h,
9907 rs1=\E(B\E)B\E>\E F\E[4;20l\E[12h\E[?1;5;6;38;42l\E[?7;25h\E[4i\E[?4i\E[m\E[r\E[2$~,
12004 is2=\E<\E>\E[?1l\E[?3l\E[?4l\E[?5h\E[?7h\E[?8h\E[3g\E[>5g\E(B\E[m\E[20l\E[1;24r\E[24;1H,
15320 is2=\E(B\E[2l\E>\E[20l\E[?3l\E[?5h\E[?7h\E[1;24r\E[24;1H\E[H\E[J,
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dsubstring.sh403 [[ ${x/*%(()E${E})*/\1} == '(-\)-)' ]] || err_exit $M
405 [[ ${x/*%(()E${E})*/\1} == '(-\\)' ]] || err_exit $M
407 [[ ${x/*%(()E${E}Q${Q})*/\1} == '(-\")' ]] || err_exit $M
409 [[ ${x/*%(()E${E}Q${Q})*/\1} == '(-\")' ]] || err_exit $M
411 [[ ${x/*%(()E${E}Q${S}Q${Q})*/\1} == $'-(-\'")"-)-' ]] || err_exit $M
413 [[ ${x/*%(()E${E}Q${S}Q${Q})*/\1} == $'(-\\\'")"-)' ]] || err_exit $M
415 [[ ${x/*%(()E${E}Q${S}Q${Q})*/\1} == $'(-\\"\')\'\\"-)' ]] || err_exit $M
417 [[ ${x/*%(()E${E}L${S}Q${Q})*/\1} == $'(-\\\'")"-)' ]] || err_exit $M
419 [[ ${x/*%(()E${E}L${S}Q${Q})*/\1} == $'(-\\"\')\'\\"-)' ]] || err_exit $M
421 [[ ${x/*%(()E${E}L${S}Q${Q})*/\1} == $'(-\\"\')\\\'\\"-)' ]] || err_exit $M
[all …]
/illumos-gate/usr/src/lib/libm/common/C/
H A Dlibm_macros.h61 #define ITOX(I, E) \ argument
62 E[2] = 0xffff & ((I) >> 16); \
63 E[1] = (((I) & 0x7fff0000) == 0)? \
64 (E[1] & 0x7fff) | (0x7fff8000 & ((I) << 15)) :\
65 0x80000000 | (E[1] & 0x7fff) | (0x7fff8000 & ((I) << 15))
72 #define XTOI(E, I) \ argument
73 I = ((E[2]<<16) | (0xffff & (E[1]>>15)))
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dhash.h99 #define sqliteHashNext(E) ((E)->next) argument
100 #define sqliteHashData(E) ((E)->data) argument
101 #define sqliteHashKey(E) ((E)->pKey) argument
102 #define sqliteHashKeysize(E) ((E)->nKey) argument
/illumos-gate/usr/src/data/perfmon/
H A Dmapfile.csv2 GenuineIntel-6-2E,V2,/NHM-EX/NehalemEX_core_V2.json,core
3 GenuineIntel-6-1E,V2,/NHM-EP/NehalemEP_core_V2.json,core
33 GenuineIntel-6-3E,V20,/IVT/ivytown_core_v20.json,core
34 GenuineIntel-6-3E,V20,/IVT/ivytown_matrix_v20.json,offcore
35 GenuineIntel-6-3E,V20,/IVT/ivytown_uncore_v20.json,uncore
61 GenuineIntel-6-4E,V50,/SKL/skylake_core_v50.json,core
62 GenuineIntel-6-5E,V50,/SKL/skylake_core_v50.json,core
65 GenuineIntel-6-4E,V50,/SKL/skylake_uncore_v50.json,uncore
66 GenuineIntel-6-5E,V50,/SKL/skylake_uncore_v50.json,uncore
69 GenuineIntel-6-8E,V50,/SKL/skylake_core_v50.json,core
[all …]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c58 if (E->sc_cmd_file != NULL) in engine_cmd_getc()
64 if (E->sc_cmd_bufoff < E->sc_cmd_bufsz) in engine_cmd_getc()
65 return (*(E->sc_cmd_buf + E->sc_cmd_bufoff++)); in engine_cmd_getc()
83 E->sc_cmd_buf = gl_get_line(E->sc_gl, "> ", NULL, -1); in engine_cmd_getc()
84 if (E->sc_cmd_buf != NULL) in engine_cmd_getc()
111 E->sc_cmd_bufsz = strlen(E->sc_cmd_buf); in engine_cmd_getc()
112 E->sc_cmd_bufoff = 1; in engine_cmd_getc()
114 return (E->sc_cmd_buf[0]); in engine_cmd_getc()
122 if (E->sc_cmd_file != NULL) in engine_cmd_ungetc()
125 if (E->sc_cmd_buf != NULL) in engine_cmd_ungetc()
[all …]
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_dts.sh79 check ./tester-aslr.32 0 E || fail "DT_SUNW_ASLR 1 failed (32-bit)"
80 check ./many-dts-aslr.32 0 E || fail \
84 check ./tester-aslr.64 0 E || fail "DT_SUNW_ASLR 1 failed (64-bit)"
85 check ./many-dts-aslr.64 0 E || fail \
91 check ./tester-noaslr.32 1 E || fail "DT_SUNW_ASLR 0 failed (32-bit)"
92 check ./many-dts-noaslr.32 1 E || fail \
94 check ./tester-noaslr.64 1 E || fail "DT_SUNW_ASLR 0 failed (64-bit)"
95 check ./many-dts-noaslr.64 1 E || fail \
/illumos-gate/usr/src/common/crypto/sha1/amd64/
H A Dsha1-x86_64.pl50 my ($code, $ctx, $inp, $num, $xi, $t0, $t1, $i, @V, $A, $B, $C, $D, $E, $T);
78 $E="%r11d";
82 @V=($A,$B,$C,$D,$E,$T);
103 mov 16($ctx),$E
252 add 0($ctx),$E
257 mov $E,0($ctx)
263 xchg $E,$A # mov $E,$A
265 xchg $E,$C # mov $A,$C
267 # mov $C,$E
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dafsstring2key.c375 char E[48]; in afs_crypt() local
391 krb5_afs_crypt_setkey(block, E, KS); in afs_crypt()
404 temp = E[6*i+j]; in afs_crypt()
405 E[6*i+j] = E[6*i+j+24]; in afs_crypt()
406 E[6*i+j+24] = temp; in afs_crypt()
412 krb5_afs_encrypt(block,E,KS); in afs_crypt()
435 static void krb5_afs_crypt_setkey(char *key, char *E, char (*KS)[48]) in krb5_afs_crypt_setkey() argument
484 E[i] = e[i]; in krb5_afs_crypt_setkey()
487 memcpy(E, e, 48); in krb5_afs_crypt_setkey()
495 static void krb5_afs_encrypt(char *block, char *E, char (*KS)[48]) in krb5_afs_encrypt() argument
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/printf/
H A Dtst.printeE.d.out3 %E = 0.000000E+00
5 %E = 0.000000E+00

12345678910>>...48