Home
last modified time | relevance | path

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

12345678910>>...62

/titanic_52/usr/src/lib/libsqlite/src/
H A Dparse.y97 temp(A) ::= TEMP. {A = 1;} in temp() argument
98 temp(A) ::= . {A = 0;} in temp() argument
120 id(A) ::= ID(X). {A = X;} in id() argument
152 ids(A) ::= ID(X). {A = X;} in ids() argument
153 ids(A) ::= STRING(X). {A in ids() argument
158 nm(A) nm() argument
159 nm(A) nm() argument
160 nm(A) nm() argument
168 typename(A) typename() argument
169 typename(A) typename() argument
209 refargs(A) refargs() argument
210 refargs(A) refargs() argument
[all...]
/titanic_52/usr/src/cmd/awk/
H A Dawk.lx.l37 %Start A str sc reg comment
76 BEGIN A; \
84 A [a-zA-Z_]
94 BEGIN A; variable
97 BEGIN A; variable
101 <A>\n { lineno++; RET(NL); }
102 <A>#.* { ; } /* strip comments */
103 <A>{WS}+ { ; }
104 <A>; { RET(';'); }
106 <A>"\\"\
[all...]
/titanic_52/usr/src/cmd/oawk/
H A Dawk.lx.l38 %Start A str chc sc reg comment
54 "string too long", cbuf); BEGIN A; } }
63 A [a-zA-Z_]
71 BEGIN A; variable
74 BEGIN A; variable
78 <A>^\n lineno++;
79 <A>^{WS}*#.*\n lineno++; /* strip comment lines */
80 <A>{WS} /* dummy for cstyle */;
81 <A>"\\"\n lineno++;
83 <A>"||" RETUR
[all...]
/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c85 typedef X * A; typedef
90 static A *PTRaclass; /* application tag table pointer */
111 A oidname; /* object identifier string name */
181 {(A)"ObjectClass", { 0x03, 0x55, 0x04, 0x00 }},
182 {(A)"AliasObjectName", { 0x03, 0x55, 0x04, 0x01 }},
183 {(A)"KnowledgeInfo", { 0x03, 0x55, 0x04, 0x02 }},
184 {(A)"CommonName", { 0x03, 0x55, 0x04, 0x03 }},
185 {(A)"Surname", { 0x03, 0x55, 0x04, 0x04 }},
186 {(A)"SerialNumber", { 0x03, 0x55, 0x04, 0x05 }},
187 {(A)"CountryNam
[all...]
/titanic_52/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
[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
[all...]
/titanic_52/usr/src/uts/common/io/bpf/
H A Dbpf_filter.c26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
143 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 in bpf_filter()
[all...]
/titanic_52/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSDigest.c106 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
166 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
252 ll=(c)->A; HOST_l2c(ll,(s)); \
481 /* A nice byte order reversal from Wei Dai <weidai@eskimo.com> */
850 * discusses A-D. But it basically applies to all 32-bit digests,
853 * In case you wonder why A-D are declared as long and not
865 * code if A-D are declared int. Most notably GCC-x86_64
921 c->A=INIT_DATA_A; in MD5_Init()
935 register unsigned MD32_REG_T A,B,C,D; in md5_block_host_order() local
937 A in md5_block_host_order()
1028 register unsigned MD32_REG_T A,B,C,D,l; md5_block_data_order() local
[all...]
H A Duds_daemon.h79 #define external_start_browsing_for_service(A,B,C,D) (void)(A) argument
80 #define external_stop_browsing_for_service(A,B,C,D) (void)(A) argument
81 #define external_start_advertising_service(A,B) (void)(A) argument
82 #define external_stop_advertising_service(A,B) (void)(A) argument
83 #define external_start_resolving_service(A,B,C) (void)(A) argument
84 external_stop_resolving_service(A,B,C) global() argument
85 external_connection_release(A) global() argument
[all...]
/titanic_52/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 ERROR_REPORT2(S,A,B) global() argument
94 ERROR_REPORT3(S,A,B,C) global() argument
[all...]
/titanic_52/usr/src/lib/libsqlite/test/
H A Dprintf.test53 sqlite_mprintf_double {A double: %*.*f} $a $b $x
54 }] [format {A double: %*.*f} $a $b $x]
56 sqlite_mprintf_double {A double: %*.*e} $a $b $x
57 }] [format {A double: %*.*e} $a $b $x]
59 sqlite_mprintf_double {A double: %*.*g} $a $b $x
60 }] [format {A double: %*.*g} $a $b $x]
62 sqlite_mprintf_double {A double: %d %d %g} $a $b $x
63 }] [format {A double: %d %d %g} $a $b $x]
65 sqlite_mprintf_double {A double: %d %d %#g} $a $b $x
66 }] [format {A doubl
[all...]
H A Dthread1.test46 # read-lock A
48 # unlock A
55 thread_create A test.db
58 thread_compile A {SELECT a FROM t1}
59 thread_step A
60 thread_result A
63 thread_argc A
66 thread_argv A 0
80 thread_finalize A
81 thread_result A
[all...]
/titanic_52/usr/src/uts/i86pc/boot/
H A Dboot_keyboard_table.c34 #define A | KBTYPE_ALPHA macro
68 /* 10 */ 'q'A, 'Q', 'q'C, 0x10 F,
69 /* 11 */ 'w'A, 'W', 'w'C, 0x11 F,
70 /* 12 */ 'e'A, 'E', 'e'C, 0x12 F,
71 /* 13 */ 'r'A, 'R', 'r'C, 0x13 F,
72 /* 14 */ 't'A, 'T', 't'C, 0x14 F,
73 /* 15 */ 'y'A, 'Y', 'y'C, 0x15 F,
74 /* 16 */ 'u'A, 'U', 'u'C, 0x16 F,
75 /* 17 */ 'i'A, 'I', 'i'C, 0x17 F,
76 /* 18 */ 'o'A, '
[all...]
/titanic_52/usr/src/lib/libsmbfs/smb/
H A Dlgrep.awk48 /: mb_put_.* .E_FUNC_RET_[A-Z]*_IGNOR/ { next; }
49 /: md_get_.* .E_FUNC_RET_[A-Z]*_IGNOR/ { next; }
53 /: rc_get[a-z]* .E_FUNC_RET_[A-Z]*_IGNOR/ { next; }
56 /: (n|sm)b_ctx_readrcsection .E_FUNC_RET_[A-Z]*_IGNOR/ { next; }
57 /: nls_str_(lower|upper) .E_FUNC_RET_[A-Z]*_IGNOR/ { next; }
58 /: rc_(close|freesect) .E_FUNC_RET_[A-Z]*_IGNOR/ { next; }
61 /: [a-z]*close .E_FUNC_RET_[A-Z]*_IGNOR/ { next; }
62 /: [a-z]*flush .E_FUNC_RET_[A-Z]*_IGNOR/ { next; }
63 /: [a-z]*printf .E_FUNC_RET_[A-Z]*_IGNOR/ { next; }
64 /: mem(cpy|move|set) .E_FUNC_RET_[A
[all...]
/titanic_52/usr/src/cmd/lp/filter/postscript/common/
H A Dgen.h30 * A few definitions that shouldn't have to change. They're used by most of the
61 * A few simple macros.
66 #define ABS(A) ((A) >= 0 ? (A) : -(A)) argument
67 #define MIN(A, B) ((A) < (B) ? (A) : (B)) argument
68 #define MAX(A, argument
[all...]
/titanic_52/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_pwheel.c64 if (A && STREQU(A, NAME_NONE)) { in do_pwheel()
75 if (A && STREQU(A, NAME_LIST)) { in do_pwheel()
82 if (A && STREQU(A, NAME_QUIET)) { in do_pwheel()
106 if (A && STREQU(A, NAME_NONE)) { in do_pwheel()
144 ** configure_pwheel() - SET OR CHANGE CONFIGURATION OF A PRINT WHEEL
168 case 'A'
[all...]
/titanic_52/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 bu
[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 bu
[all...]
/titanic_52/usr/src/cmd/vi/port/
H A Dexpreserve.c50 #define FTYPE(A) (A.st_mode) argument
51 #define FMODE(A) (A.st_mode) argument
52 #define IDENTICAL(A, B) (A.st_dev == B.st_dev && A.st_ino == B.st_ino) argument
53 #define ISBLK(A) ((A.st_mode & S_IFMT) == S_IFBLK) argument
54 #define ISCHR(A) (( argument
55 ISDIR(A) global() argument
56 ISFIFO(A) global() argument
57 ISREG(A) global() argument
[all...]
/titanic_52/usr/src/cmd/vgrind/
H A Dregexp.c88 #define MSYM(A) (*(A+1)) /* symbol in a meta symbol block */ argument
89 #define MNEXT(A) (A+2) /* character following a metasymbol block */ argument
91 #define OSYM(A) (*(A+1)) /* symbol in an operation block */ argument
92 #define OCNT(A) (*(A+2)) /* character count */ argument
93 #define ONEXT(A) (A argument
94 OPTR(A) global() argument
96 SCNT(A) global() argument
97 SSTR(A) global() argument
98 SNEXT(A) global() argument
[all...]
/titanic_52/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h7 * A full copy of the text of the CDDL should have accompanied this
8 * source. A copy of the CDDL is also available via the Internet at
31 #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,
36 DEBUGOUT5(S,A,B,C,D,E) global() argument
38 DEBUGOUT6(S,A,B,C,D,E,F) global() argument
40 DEBUGOUT7(S,A,B,C,D,E,F,G) global() argument
[all...]
/titanic_52/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)
/titanic_52/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_rwx_001_pos.ksh36 # chmod A{+|-|=} have the correct behaviour to the ACL list.
47 log_assert "chmod A{+|-|=} have the correct behaviour to the ACL list."
56 set -A file_ACEs \
60 set -A dir_ACEs \
67 typeset opt=A$2$1
75 A[0-9]*+) (( expect_count = trival_count + 1 )) ;;
76 A[0-9]*-) (( expect_count = trival_count - 1 )) ;;
77 A[0-9]*=) (( expect_count = trival_count )) ;;
81 # Invoke chmod A[number]{+|-|=}<acl-specification> file|dir
82 if [[ $opt == A[
[all...]
/titanic_52/usr/src/cmd/lp/include/
H A Doam.h123 #define LP_ERRMSG1(C,X,A) (void)printf("", C, X, A) argument
136 #define LP_ERRMSG1(C,X,A) \ argument
140 fmt1((X), A), \
161 #define fmt1(X,A) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A), _m_) argument
162 #define fmt2(X,A,B) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A,B), _m_) argument
163 #define fmt3(X,A,B,C) (vsnp(_m_, MSGSIZ, agettxt((X),_f_,MSGSIZ), A, argument
[all...]
/titanic_52/usr/src/uts/common/gssapi/
H A Dkgssapi_defs.h56 #define GSSLOG(A, B, C) \ argument
57 ((void)((gss_log & (A)) && (printf((B), (C)), TRUE)))
58 #define GSSLOG0(A, B) \ argument
59 ((void)((gss_log & (A)) && (printf(B), TRUE)))
61 #define GSSLOG(A, B, C) argument
62 #define GSSLOG0(A, B) argument

12345678910>>...62