Home
last modified time | relevance | path

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

12345678910>>...48

/illumos-gate/usr/src/data/terminfo/extras/
H A Drxvt-unicode.terminfo20 blink=\E[5m,
21 bold=\E[1m,
22 clear=\E[H\E[2J,
23 civis=\E[?25l,
24 cnorm=\E[?12l\E[?25h,
25 cvvis=\E[?12;25h,
27 csr=\E[%i%p1%d;%p2%dr,
28 cub=\E[%p1%dD,
30 cud=\E[%p1%dB,
32 cuf=\E[%p1%dC,
[all …]
H A Drxvt-unicode.termcap14 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
15 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
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:\
18 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
19 :dl=\E[M:do=^J:ds=\E]2;\007:ec=\E[%dX:ei=\E[4l:fs=^G:\
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~:\
[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)
5 E SAME aaaaaa (0,6)(0,6)
6 E SAME aaaaaax (0,6)(0,6)
7 E (a*)+ a (0,1)(0,1)
8 E SAME x (0,0)(0,0)
9 E SAME aaaaaa (0,6)(0,6)
10 E SAME aaaaaax (0,6)(0,6)
11 E (a+)* a (0,1)(0,1)
12 E SAME x (0,0)
[all …]
H A Drepetition.dat10 E ((..)|(.)) NULL NOMATCH
11 E ((..)|(.))((..)|(.)) NULL NOMATCH
12 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
22 E ((..)|(.))((..)|(.))((..)|(.)) 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)
25 E (..)*(...)* abcd (0,4)(2,4)
26 E (ab|a)(bc|c) abc (0,3)(0,2)(2,3)
27 E (ab)c|abc abc (0,3)(0,2)
[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)
8 E ([a]*)* aaaaaa (0,6)(0,6)
9 E ([a]*)* aaaaaax (0,6)(0,6)
10 E ([a]*)+ 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)
7 E ((a|ab)(c|bcd))(d*) abcd (0,4)(0,4)(0,1)(1,4)(4,4)
8 E ((a|ab)(bcd|c))(d*) abcd (0,4)(0,4)(0,1)(1,4)(4,4)
9 E ((ab|a)(c|bcd))(d*) abcd (0,4)(0,4)(0,1)(1,4)(4,4)
10 E ((ab|a)(bcd|c))(d*) abcd (0,4)(0,4)(0,1)(1,4)(4,4)
11 E (a|ab)((c|bcd)(d*)) abcd (0,4)(0,2)(2,4)(2,3)(3,4)
12 E (a|ab)((bcd|c)(d*)) abcd (0,4)(0,2)(2,4)(2,3)(3,4)
[all …]
H A Dcategorize.dat3 ?E aa* xaxaax (1,2) POSITION=leftmost
6 ?E (a*)(ab)*(b*) abc (0,2)(0,1)(?,?)(1,2) ASSOCIATIVITY=right
7 |E (a*)(ab)*(b*) abc (0,2)(0,0)(0,2)(2,2) ASSOCIATIVITY=left
10 ?E ((a*)(ab)*)((b*)(a*)) aba (0,3)(0,2)(0,0)(0,2)(2,3)(2,2)(2,3) SUBEXPRESSION=precedence
11 |E ((a*)(ab)*)((b*)(a*)) aba (0,3)(0,1)(0,1)(?,?)(1,3)(1,2)(2,3) SUBEXPRESSION=grouping
14 ?E (...?.?)* xxxxxx (0,6)(4,6) REPEAT_LONGEST=first
15 |E (...?.?)* xxxxxx (0,6)(2,6) REPEAT_LONGEST=last
16 |E (...?.?)* xxxxxx OK REPEAT_LONGEST=unknown
19 ?E (a|ab)(bc|c) abcabc (0,3)(0,2)(2,3) EXPECTED
20 |E (a|ab)(bc|c) abcabc (0,3)(0,1)(1,3) BUG=alternation-order
[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.src4 # by Thomas E. Dickey (TD).
69 # by global-replacing \E(B and \E)B with the appropriate ISO 6429 enablers
70 # for your character set. \E(A and \E)A enables the British character set
75 # so \E)0 should be avoided in <enacs> and initialization strings.
205 # from the terminal. Common values for <u9> will be ^E (on older ASCII
206 # terminals) or \E[c (on newer VT100/ANSI/ECMA-48-compatible terminals).
209 # report. A typical value (for VT100 terminals) is \E[6n.
223 # \E[%i%d;%dR (on VT100/ANSI/ECMA-48-compatible terminals).
337 :do=\E[B:le=\E[D:nd=\E[C:up=\E[A:
339 :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:tc=ansi+local1:
[all …]
H A Dterminfo.src4 # by Thomas E. Dickey (TD).
69 # by global-replacing \E(B and \E)B with the appropriate ISO 6429 enablers
70 # for your character set. \E(A and \E)A enables the British character set
75 # so \E)0 should be avoided in <enacs> and initialization strings.
205 # from the terminal. Common values for <u9> will be ^E (on older ASCII
206 # terminals) or \E[c (on newer VT100/ANSI/ECMA-48-compatible terminals).
209 # report. A typical value (for VT100 terminals) is \E[6n.
223 # \E[%i%d;%dR (on VT100/ANSI/ECMA-48-compatible terminals).
338 cub1=\E[D, cud1=\E[B, cuf1=\E[C, cuu1=\E[A,
340 cub=\E[%p1%dD, cud=\E[%p1%dB, cuf=\E[%p1%dC,
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dsubstring.sh304 D=$';' E=$'\\\\' Q=$'"' S=$'\'' M='nested pattern substitution failed'
363 [[ ${x/*%(()D${D}E${E})*/\1} == '(-\;-)' ]] || err_exit $M
365 [[ ${x/*%(()D${D}E${E})*/\1} == '(-)' ]] || err_exit $M
367 [[ ${x/*%(()D${D}E${E})*/\1} == '(-)' ]] || err_exit $M
403 [[ ${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
[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
63 GenuineIntel-6-4E,V50,/SKL/skylake_matrix_v50.json,offcore
64 GenuineIntel-6-5E,V50,/SKL/skylake_matrix_v50.json,offcore
65 GenuineIntel-6-4E,V50,/SKL/skylake_uncore_v50.json,uncore
[all …]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c56 engine_cmd_getc(engine_state_t *E) in engine_cmd_getc() argument
58 if (E->sc_cmd_file != NULL) in engine_cmd_getc()
59 return (getc(E->sc_cmd_file)); in engine_cmd_getc()
61 if (E->sc_cmd_flags & SC_CMD_EOF) 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()
67 if (!(E->sc_cmd_flags & SC_CMD_IACTIVE)) { in engine_cmd_getc()
68 E->sc_cmd_flags |= SC_CMD_EOF; in engine_cmd_getc()
78 E->sc_cmd_flags |= SC_CMD_EOF; in engine_cmd_getc()
83 E->sc_cmd_buf = gl_get_line(E->sc_gl, "> ", NULL, -1); in engine_cmd_getc()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/libjedec/hex2spd/data/ddr5/
H A DAQD-D5V16GR48-SB.spd9 0010: 00 00 00 00 A0 01 F2 03 7A 0D 00 00 00 00 80 3E
10 0020: 80 3E 80 3E 00 7D 80 BB 30 75 27 01 A0 00 82 00
12 0040: 00 00 00 00 00 00 88 13 08 88 13 08 20 4E 20 10
23 00F0: 86 32 80 22 00 00 00 00 2E 4E 00 00 00 00 28 00
/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 …]

12345678910>>...48