Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 1679) sorted by relevance

12345678910>>...68

/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dtweakfld.ok1A N/A 1 1 ASC/Hank Donnelly N/A NONE ALL,ALL N/A N/A N/A Count Rate Linearity EIPS C-Ka 1.108 0.13…
2A N/A 2 1 ASC/Hank Donnelly N/A NONE ALL,ALL N/A N/A N/A Count Rate Linearity EIPS Al-Ka 4.458 0.6…
3A N/A 3 1 ASC/Hank Donnelly N/A NONE ALL,ALL N/A N/A N/A Count Rate Linearity EIPS Ti-Ka 22.55 3.0…
H A Dtweakfld.in1A N/A 1 1 ASC/Hank Donnelly N/A NONE ALL,ALL N/A N/A N/A Count Rate Linearity EIPS C-Ka 1.108 0.13…
2A N/A 2 1 ASC/Hank Donnelly N/A NONE ALL,ALL N/A N/A N/A Count Rate Linearity EIPS Al-Ka 4.458 0.6…
3A N/A 3 1 ASC/Hank Donnelly N/A NONE ALL,ALL N/A N/A N/A Count Rate Linearity EIPS Ti-Ka 22.55 3.0…
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y95 temp(A) ::= TEMP. {A = 1;} in temp() argument
96 temp(A) ::= . {A = 0;} in temp() argument
118 id(A) ::= ID(X). {A = X;} in id() argument
150 ids(A) ::= ID(X). {A = X;} in ids() argument
151 ids(A) ::= STRING(X). {A = X;} in ids() argument
156 nm(A) ::= ID(X). {A = X;} in nm() argument
157 nm(A) ::= STRING(X). {A = X;} in nm() argument
158 nm(A) ::= JOIN_KW(X). {A = X;} in nm() argument
166 typename(A) ::= ids(X). {A = X;} in typename() argument
167 typename(A) ::= typename(X) ids. {A = X;} in typename() argument
[all …]
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.lx.l35 %Start A str chc sc reg comment
51 "string too long", cbuf); BEGIN A; } }
60 A [a-zA-Z_]
68 BEGIN A; variable
71 BEGIN A; variable
75 <A>^\n lineno++;
76 <A>^{WS}*#.*\n lineno++; /* strip comment lines */
77 <A>{WS} /* dummy for cstyle */;
78 <A>"\\"\n lineno++;
80 <A>"||" RETURN(BOR);
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c83 typedef X * A; typedef
88 static A *PTRaclass; /* application tag table pointer */
109 A oidname; /* object identifier string name */
179 {(A)"ObjectClass", { 0x03, 0x55, 0x04, 0x00 }},
180 {(A)"AliasObjectName", { 0x03, 0x55, 0x04, 0x01 }},
181 {(A)"KnowledgeInfo", { 0x03, 0x55, 0x04, 0x02 }},
182 {(A)"CommonName", { 0x03, 0x55, 0x04, 0x03 }},
183 {(A)"Surname", { 0x03, 0x55, 0x04, 0x04 }},
184 {(A)"SerialNumber", { 0x03, 0x55, 0x04, 0x05 }},
185 {(A)"CountryName", { 0x03, 0x55, 0x04, 0x06 }},
[all …]
/illumos-gate/usr/src/cmd/refer/papers/
H A DRv7man1 %A L. P. Deutsch
2 %A B. W. Lampson
17 %A B. W. Kernighan
18 %A L. L. Cherry
19 %T A System for Typesetting Mathematics
30 %A B. W. Kernighan
31 %A M. E. Lesk
32 %A J. F. Ossanna
39 %A T. A. Dolotta
40 %A J. R. Mashey
[all …]
H A DRbstjissue2 %A T. H. Crowley
11 %A M. D. McIlroy
12 %A E. N. Pinson
13 %A B. A. Tague
23 %A D. M. Ritchie
24 %A K. Thompson
33 %A K. Thompson
40 %T U\s-2NIX\s0 Time-Sharing System: A Retrospective
42 %A D. M. Ritchie
51 %A S. R. Bourne
[all …]
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_filter.c143 uint32_t A, X, k; in bpf_filter() local
151 A = 0; in bpf_filter()
171 return ((uint_t)A); in bpf_filter()
181 A = m_xword((mblk_t *)p, k, &merr); in bpf_filter()
189 A = EXTRACT_LONG(&p[k]); in bpf_filter()
200 A = m_xhalf((mblk_t *)p, k, &merr); in bpf_filter()
208 A = EXTRACT_SHORT(&p[k]); in bpf_filter()
222 A = mtod(m, uchar_t *)[k]; in bpf_filter()
228 A = p[k]; in bpf_filter()
232 A = wirelen; in bpf_filter()
[all …]
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DDNSDigest.c251 ll=(c)->A; HOST_l2c(ll,(s)); \
935 c->A=INIT_DATA_A; in MD5_Init()
949 register unsigned MD32_REG_T A,B,C,D; in md5_block_host_order() local
951 A=c->A; in md5_block_host_order()
959 R0(A,B,C,D,X[ 0], 7,0xd76aa478L); in md5_block_host_order()
960 R0(D,A,B,C,X[ 1],12,0xe8c7b756L); in md5_block_host_order()
961 R0(C,D,A,B,X[ 2],17,0x242070dbL); in md5_block_host_order()
962 R0(B,C,D,A,X[ 3],22,0xc1bdceeeL); in md5_block_host_order()
963 R0(A,B,C,D,X[ 4], 7,0xf57c0fafL); in md5_block_host_order()
964 R0(D,A,B,C,X[ 5],12,0x4787c62aL); in md5_block_host_order()
[all …]
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.h76 #define DEBUGOUT1(S, A) \ argument
77 IXGBE_DEBUGLOG_1(NULL, S, A)
78 #define DEBUGOUT2(S, A, B) \ argument
79 IXGBE_DEBUGLOG_2(NULL, S, A, B)
80 #define DEBUGOUT3(S, A, B, C) \ argument
81 IXGBE_DEBUGLOG_3(NULL, S, A, B, C)
82 #define DEBUGOUT6(S, A, B, C, D, E, F) \ argument
83 IXGBE_DEBUGLOG_6(NULL, S, A, B, C, D, E, F)
92 #define ERROR_REPORT1(S, A) DEBUGOUT(S ":" A) argument
93 #define ERROR_REPORT2(S, A, B) DEBUGOUT1(S ":" A, B) argument
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dprintf.test51 sqlite_mprintf_double {A double: %*.*f} $a $b $x
52 }] [format {A double: %*.*f} $a $b $x]
54 sqlite_mprintf_double {A double: %*.*e} $a $b $x
55 }] [format {A double: %*.*e} $a $b $x]
57 sqlite_mprintf_double {A double: %*.*g} $a $b $x
58 }] [format {A double: %*.*g} $a $b $x]
60 sqlite_mprintf_double {A double: %d %d %g} $a $b $x
61 }] [format {A double: %d %d %g} $a $b $x]
63 sqlite_mprintf_double {A double: %d %d %#g} $a $b $x
64 }] [format {A double: %d %d %#g} $a $b $x]
[all …]
H A Dthread1.test44 # read-lock A
46 # unlock A
53 thread_create A test.db
56 thread_compile A {SELECT a FROM t1}
57 thread_step A
58 thread_result A
61 thread_argc A
64 thread_argv A 0
78 thread_finalize A
79 thread_result A
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dstringify.c1 #define A(x) #x macro
2 A('a')
3 A("a")
4 A(a)
5 A(\n)
6 A('\n')
7 A("\n")
8 A('"')
9 A("a\nb")
10 A(L"a\nb")
[all …]
H A Dpreprocessor3.c11 #define A() B LP ) macro
12 #define B() A LP )
16 A() // B ( )
17 SCAN( A() ) // A ( )
18 SCAN(SCAN( A() )) // B ( )
19 SCAN(SCAN(SCAN( A() ))) // A ( )
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_keyboard_table.c32 #define A | KBTYPE_ALPHA macro
66 /* 10 */ 'q'A, 'Q', 'q'C, 0x10 F,
67 /* 11 */ 'w'A, 'W', 'w'C, 0x11 F,
68 /* 12 */ 'e'A, 'E', 'e'C, 0x12 F,
69 /* 13 */ 'r'A, 'R', 'r'C, 0x13 F,
70 /* 14 */ 't'A, 'T', 't'C, 0x14 F,
71 /* 15 */ 'y'A, 'Y', 'y'C, 0x15 F,
72 /* 16 */ 'u'A, 'U', 'u'C, 0x16 F,
73 /* 17 */ 'i'A, 'I', 'i'C, 0x17 F,
74 /* 18 */ 'o'A, 'O', 'o'C, 0x18 F,
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dgen.h66 #define ABS(A) ((A) >= 0 ? (A) : -(A)) argument
67 #define MIN(A, B) ((A) < (B) ? (A) : (B)) argument
68 #define MAX(A, B) ((A) > (B) ? (A) : (B)) argument
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE2 12-08-01 A bug that ignored interrupts for some builtins (e.g. cmdtst::grep)
4 12-08-01 A bug that interpreted "cd .foo" as "cd foo" has been fixed.
6 12-07-23 A scoping error with namrefs to compound associative arrays has
8 12-07-20 A bug where builtin -d /path/foo deleted foo has been fixed.
9 12-07-18 A bug in which /dev/stdout did not work in command substitution on
11 12-07-17 A bug in which the restricted option set in a subshell prevented
14 12-07-09 A bug in which the directory is not restored after a subshell changes
17 12-07-09 A bug in which file descriptors created with {n}< file were not being
21 12-07-02 A bug in which builtin name did now work for builtins found in a
23 12-07-02 A bug in the edit modes which <tab> after a directory did not refresh
[all …]
H A DRELEASE9355 b. A bug that caused a core dump when a script that did not
58 c. A bug which caused a core dump on some machines when
60 d. A bug which incorrectly handled set disciplines that
63 e. A bug caused by an EXIT trap inside a function that
67 g. The previous version incorrectly listed -A as an
68 invocation option. The -A option is only for set.
69 h. A bug was fixed which caused ksh to loop when execution trace
71 i. A bug which could cause the job control switch character
74 j. A bug in the macro expansion global replacement operator //,
76 k. A bug which prevented ~ expansion from occurring when
[all …]
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_pwheel.c61 if (A && STREQU(A, NAME_NONE)) { in do_pwheel()
72 if (A && STREQU(A, NAME_LIST)) { in do_pwheel()
79 if (A && STREQU(A, NAME_QUIET)) { in do_pwheel()
103 if (A && STREQU(A, NAME_NONE)) { in do_pwheel()
166 if (STREQU(A, NAME_MAIL) || STREQU(A, NAME_WRITE))
167 ppw->alert.shcmd = nameit(A);
169 ppw->alert.shcmd = A;
/illumos-gate/usr/src/cmd/vi/port/
H A Dexpreserve.c49 #define FTYPE(A) (A.st_mode) argument
50 #define FMODE(A) (A.st_mode) argument
51 #define IDENTICAL(A, B) (A.st_dev == B.st_dev && A.st_ino == B.st_ino) argument
52 #define ISBLK(A) ((A.st_mode & S_IFMT) == S_IFBLK) argument
53 #define ISCHR(A) ((A.st_mode & S_IFMT) == S_IFCHR) argument
54 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) argument
55 #define ISFIFO(A) ((A.st_mode & S_IFMT) == S_IFIFO) argument
56 #define ISREG(A) ((A.st_mode & S_IFMT) == S_IFREG) argument
/illumos-gate/usr/src/cmd/vgrind/
H A Dregexp.c86 #define MSYM(A) (*(A+1)) /* symbol in a meta symbol block */ argument
87 #define MNEXT(A) (A+2) /* character following a metasymbol block */ argument
89 #define OSYM(A) (*(A+1)) /* symbol in an operation block */ argument
90 #define OCNT(A) (*(A+2)) /* character count */ argument
91 #define ONEXT(A) (A+3) /* next character after the operation */ argument
92 #define OPTR(A) (A+*(A+2)) /* place pointed to by the operator */ argument
94 #define SCNT(A) (*(A+1)) /* byte count of a string */ argument
95 #define SSTR(A) (A+2) /* address of the string */ argument
96 #define SNEXT(A) (A+2+*(A+1)) /* character following the string */ argument
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h31 #define DEBUGOUT1(S, A) i40e_debug(NULL, 0, S, A) argument
32 #define DEBUGOUT2(S, A, B) i40e_debug(NULL, 0, S, A, B) argument
33 #define DEBUGOUT3(S, A, B, C) i40e_debug(NULL, 0, S, A, B, C) argument
34 #define DEBUGOUT4(S, A, B, C, D) \ argument
35 i40e_debug(NULL, 0, S, A, B, C, D)
36 #define DEBUGOUT5(S, A, B, C, D, E) \ argument
37 i40e_debug(NULL, 0, S, A, B, C, D, E)
38 #define DEBUGOUT6(S, A, B, C, D, E, F) \ argument
39 i40e_debug(NULL, 0, S, A, B, C, D, E, F)
40 #define DEBUGOUT7(S, A, B, C, D, E, F, G) \ argument
[all …]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A D_mul64.S29 / function __mul64(A,B:Longint):Longint;
33 / a b parameter A
50 mov 12(%ebp),%eax / A.hi (a)
51 mull 16(%ebp) / Multiply A.hi by B.lo (produces ad)
53 movl 8(%ebp),%eax / A.Lo (b)
54 movl %eax,%esi / Save A.lo for later
55 mull 16(%ebp) / Multiply A.Lo by B.LO (dx:ax = bd.)
57 xchg %eax,%esi / esi is bd, eax = A.lo (d)
58 mull 20(%ebp) / Multiply A.lo * B.hi (producing bc)
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dattr_in_parameter.c1 #define A __attribute__((address_space(1))) macro
2 static int (A *p);
3 static int A *q;
4 static void (*f)(A int *x, A int *y) = (void *)0;
5 static void g(int A *x) in g()
/illumos-gate/usr/src/cmd/lp/include/
H A Doam.h119 #define LP_ERRMSG1(C,X,A) (void)printf("", C, X, A) argument
132 #define LP_ERRMSG1(C,X,A) \ argument
136 fmt1((X), A), \
157 #define fmt1(X,A) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A), _m_) argument
158 #define fmt2(X,A,B) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A,B), _m_) argument
159 #define fmt3(X,A,B,C) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A,B,C), _m_) argument

12345678910>>...68