Home
last modified time | relevance | path

Searched refs:X (Results 1 – 25 of 779) sorted by path

12345678910>>...32

/illumos-gate/usr/src/boot/common/linenoise/
H A DREADME.markdown38 * Mac OS X iTerm ($TERM = xterm)
39 * Mac OS X default Terminal.app ($TERM = xterm)
/illumos-gate/usr/src/boot/forth/
H A Dcheck-password.4th39 variable read-start \ Starting X offset (column)(used by read)
97 dup 1+ read-start ! \ Store X offset after the prompt
H A Dloader.4th287 \ -B acpi-user-options=X to acpi-user-options=X
H A Dmenu.4th62 variable menuX \ Menu X offset (columns)
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dasmacros.h149 #define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \
150 .type __CONCAT(X,name),@function; __CONCAT(X,name):
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dsfio16 #define _xopen_stdio 1 /* Stdio fseek/fflush are X/Open-compliant */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dsfio14 #define _xopen_stdio 1 /* Stdio fseek/fflush are X/Open-compliant */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dsfio14 #define _xopen_stdio 1 /* Stdio fseek/fflush are X/Open-compliant */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dsfio16 #define _xopen_stdio 1 /* Stdio fseek/fflush are X/Open-compliant */
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_command_substitution.sh150 if [ "\$foo"X != "HiX" ]; then
/illumos-gate/usr/src/cmd/audio/include/
H A Daiff.h114 #define AUDIO_AIFF_COMM_FRAMES2INT(X) \ argument
115 (((X)[0] << 24) | ((X)[1] << 16) | ((X)[2] << 8) | (X)[3])
116 #define AUDIO_AIFF_COMM_INT2FRAMES(X, D) \ argument
117 (X)[0] = (D) >> 24; (X)[1] = (D) >> 16; (X)[2] = (D) >> 8; (X)[3] = (D);
H A Daudio_encode.h58 #define audio_a2c(X) ((char)(_alaw2linear[(unsigned char) (X)] >> 8)) argument
59 #define audio_a2s(X) (_alaw2linear[(unsigned char) (X)]) argument
63 #define audio_c2a(X) (_linear2alaw[((short)(X)) << 5]) argument
64 #define audio_s2a(X) (_linear2alaw[((short)(X)) >> 3]) argument
65 #define audio_l2a(X) (_linear2alaw[((long)(X)) >> 19]) argument
71 #define audio_u2s(X) (_ulaw2linear[(unsigned char) (X)]) argument
75 #define audio_c2u(X) (_linear2ulaw[((short)(X)) << 6]) argument
76 #define audio_s2u(X) (_linear2ulaw[((short)(X)) >> 2]) argument
77 #define audio_l2u(X) (_linear2ulaw[((long)(X)) >> 18]) argument
81 #define audio_a2u(X) (_alaw2ulaw[(unsigned char)(X)]) argument
[all …]
H A Daudio_hdr.h127 #define audio_d2c(X) ((X) >= 1. ? 127 : (X) <= -1. ? -127 : \ argument
128 (char)(rint((X) * 127.)))
129 #define audio_d2s(X) ((X) >= 1. ? 32767 : (X) <= -1. ? -32767 :\ argument
130 (short)(rint((X) * 32767.)))
131 #define audio_d2l(X) ((X) >= 1. ? 2147483647 : (X) <= -1. ? \ argument
133 (long)(rint((X) * 2147483647.)))
136 #define audio_c2d(X) (((unsigned char)(X)) == 0x80 ? -1. : \ argument
137 ((double)((char)(X))) / 127.)
138 #define audio_s2d(X) (((unsigned short)(X)) == 0x8000 ? -1. :\ argument
139 ((double)((short)(X))) / 32767.)
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A DUutry50 X="-x5"
57 -x) shift; X="-x$1"; shift;;
58 -x*) X=$1; shift;;
92 echo "$UUCICO -r1 -s$SYS $CLASS $REMOVE $X >$STMP 2>&1&"
93 $UUCICO -r1 -s$SYS $CLASS $REMOVE $X >$STMP 2>&1&
H A Duudemon.admin50 X=`sed -e 's/#.*$//' /etc/asppp.cf`
51 set -- $X
H A Duudemon.cleanup49 X=`sed -e 's/#.*$//' /etc/asppp.cf`
50 set -- $X
/illumos-gate/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh51 if [ X"$bootdev" = "X" ]; then
124 if [ X"$rpcfsdev" != X ]; then
138 if [ X"$rpcfsdev" != X ]; then
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME72 material, they cannot be used with WPA or IEEE 802.1X WEP keying)
121 used with IEEE 802.1X (i.e., not WPA) when using ap_scan=0 option in
203 IEEE 802.1X is using or pre-shared keys without need for additional
262 - If WPA-EAP: master key is received from the IEEE 802.1X Supplicant
288 802.1X/EAPOL and EAP state machines and all EAP methods. Including
394 -e = use external IEEE 802.1X Supplicant (e.g., xsupplicant)
568 wpa_supplicant supports X.509 certificates in PEM and DER
593 reassociation and IEEE 802.1X logoff/logon. wpa_cli provides a user
658 logoff = IEEE 802.1X EAPOL state machine logoff
659 logon = IEEE 802.1X EAPOL state machine logon
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c82 #define X unsigned char macro
83 typedef X * A;
87 static X hex; /* input hex octet */
110 X oidcode[16]; /* object identifier hexa code */
779 static X c[3]; /* c[0-3] will contain ascii values on exit */ in getnext()
838 X scrlin[99]; /* screen line */ in decpdu()
839 X oidstr[80]; /* oid hexa string */ in decpdu()
1256 X hexstr[5]; in decpdu()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpack.d.out4 < -10 : V X X : >= 20 | 1
12 2147483648 : X : 8589934592 | 1
15 1 0 : X : 2 | 1
18 mumble 0 : X : 2 | 1
21 foo 1 2 3 0 : X : 2 | 1
24 100 0 :X : 2 | 100
124 0 0 : X : 2 | 100
H A Dtst.aggpackbanner.ksh.out61 4 < 0 : X X X XX X : >= 40 | 6
63 6 < 0 : X X X X : >= 40 | 4
64 7 < 0 : X X X X : >= 40 | 4
69 3 < 0 : XX X X X X : >= 40 | 6
70 4 < 0 : X X X X X X : >= 40 | 6
71 5 < 0 : X X X X X X : >= 40 | 6
72 6 < 0 : X XX X X X : >= 40 | 6
77 2 < 0 : X X XXXXXX X X : >= 40 | 10
78 3 < 0 : X X X X X : >= 40 | 5
79 4 < 0 : X X XXXXX X X : >= 40 | 9
[all …]
H A Dtst.aggpackzoom.d.out146 1 < 0 : _xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx X: >= 40 | 32001
147 2 < 0 : _xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx X: >= 40 | 32001
148 3 < 0 : _xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx X: >= 40 | 32001
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/printf/
H A Dtst.basics.d.out25 %X = 61
/illumos-gate/usr/src/cmd/eqn/eqnchar.d/
H A Dascii12 |130 X |131 Y |132 Z |133 [ |134 \ |135 ] |136 ^ |137 _ |
30 | 58 X | 59 Y | 5a Z | 5b [ | 5c \ | 5d ] | 5e ^ | 5f _ |
H A Deqnchar9 ndefine bigstar % X|- %
70 ndefine blot % HIX %

12345678910>>...32