Home
last modified time | relevance | path

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

12345678910>>...49

/titanic_41/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 = X;} in ids() argument
158 nm(A) ::= ID(X). {A = X;} in nm() argument
159 nm(A) ::= STRING(X). {A = X;} in nm() argument
160 nm(A) ::= JOIN_KW(X). {A = X;} in nm() argument
168 typename(A) ::= ids(X). {A = X;} in typename() argument
169 typename(A) ::= typename(X) ids. {A = X;} in typename() argument
[all …]
/titanic_41/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>"\\"\n { lineno++; }
[all …]
/titanic_41/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>"||" RETURN(BOR);
[all …]
/titanic_41/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)"CountryName", { 0x03, 0x55, 0x04, 0x06 }},
[all …]
/titanic_41/usr/src/cmd/fs.d/cachefs/mdbug/
H A Dmdbug.h51 #define DBUG_STMT(A) do { A } while (0) argument
78 #define dbug_enter(A) dbug_object_create(__LINE__, __FILE__, A) argument
79 #define dbug_leave(A) dbug_object_destroy(A, __LINE__) argument
81 #define dbug_push(A) db_push(A) argument
83 #define dbug_process(A) db_process(A) argument
85 #define dbug_assert(A)\ argument
86 if (!(A)) { db_assert(db_get_dbug_object_p(), __LINE__, ""); }
87 #define dbug_precond(A)\ argument
88 if (!(A)) { db_precond(db_get_dbug_object_p(), __LINE__, ""); }
90 #define dbug_print(A) db_printf A argument
[all …]
/titanic_41/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 …]
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSDigest.c236 mDNSu32 A,B,C,D; member
311 ll=(c)->A; HOST_l2c(ll,(s)); \
968 c->A=INIT_DATA_A; in MD5_Init()
982 register unsigned MD32_REG_T A,B,C,D; in md5_block_host_order() local
984 A=c->A; in md5_block_host_order()
992 R0(A,B,C,D,X[ 0], 7,0xd76aa478L); in md5_block_host_order()
993 R0(D,A,B,C,X[ 1],12,0xe8c7b756L); in md5_block_host_order()
994 R0(C,D,A,B,X[ 2],17,0x242070dbL); in md5_block_host_order()
995 R0(B,C,D,A,X[ 3],22,0xc1bdceeeL); in md5_block_host_order()
996 R0(A,B,C,D,X[ 4], 7,0xf57c0fafL); in md5_block_host_order()
[all …]
/titanic_41/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 …]
/titanic_41/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 double: %d %d %#g} $a $b $x]
[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_41/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, 'O', 'o'C, 0x18 F,
[all …]
/titanic_41/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-Z]*_IGNOR/ { next; }
[all …]
/titanic_41/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
/titanic_41/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()
169 if (STREQU(A, NAME_MAIL) || STREQU(A, NAME_WRITE))
170 ppw->alert.shcmd = nameit(A);
172 ppw->alert.shcmd = A;
/titanic_41/usr/src/lib/libshell/common/
H A DRELEASE2 10-03-05 A varibale unset memory leak has been fixed and tests/leaks.sh
6 10-02-12 A bug in which the get discipline function was not invoked for
8 10-02-12 A bug which could occur if the last line of a script was an eval
10 10-02-02 A buffer overflow in read and another in binary type base64
12 10-01-20 A bug in the evaluation of arithmetic expression in which the
14 10-01-19 A workaround for a double-free of a trap in both a subshell and its
16 10-01-18 A bug in type handling of typeset -H has been fixed.
18 10-01-01 A bug in the parser in which '$((case i in i):;esac);:))' was not
20 10-01-01 A bug in the parser in which '$(( 2 , 3.6 ))' dumped core for locales
22 09-12-28 A bug in the handling of SIGCLD on systems that generated SIGCLD
[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 …]
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.h84 #define DEBUGOUT1(S, A) \ argument
85 IXGBE_DEBUGLOG_1(NULL, S, A)
86 #define DEBUGOUT2(S, A, B) \ argument
87 IXGBE_DEBUGLOG_2(NULL, S, A, B)
88 #define DEBUGOUT3(S, A, B, C) \ argument
89 IXGBE_DEBUGLOG_3(NULL, S, A, B, C)
90 #define DEBUGOUT6(S, A, B, C, D, E, F) \ argument
91 IXGBE_DEBUGLOG_6(NULL, S, A, B, C, D, E, F)
108 #define DEBUGOUT1(S, A) argument
109 #define DEBUGOUT2(S, A, B) argument
[all …]
/titanic_41/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) ((A.st_mode & S_IFMT) == S_IFCHR) argument
55 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) argument
56 #define ISFIFO(A) ((A.st_mode & S_IFMT) == S_IFIFO) argument
57 #define ISREG(A) ((A.st_mode & S_IFMT) == S_IFREG) argument
/titanic_41/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+3) /* next character after the operation */ argument
94 #define OPTR(A) (A+*(A+2)) /* place pointed to by the operator */ argument
96 #define SCNT(A) (*(A+1)) /* byte count of a string */ argument
97 #define SSTR(A) (A+2) /* address of the string */ argument
98 #define SNEXT(A) (A+2+*(A+1)) /* character following the string */ argument
/titanic_41/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 …]
/titanic_41/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_41/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_rwx_001_pos.ksh67 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 )) ;;
82 if [[ $opt == A[0-9]*+ || $opt == A[0-9]*= ]]; then
94 if [[ $opt == A[0-9]*+ || $opt == A[0-9]*= ]]; then
/titanic_41/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,B,C), _m_) argument
/titanic_41/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>>...49