Home
last modified time | relevance | path

Searched refs:C (Results 101 – 125 of 1175) sorted by last modified time

12345678910>>...47

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps48 # full-name Name of the variable used within C source.
67 no_esc_ctlc xsb xb bool Beehive (f1=escape, f2=ctrl C)
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dwhere.test237 SELECT A.w, B.p, C.w FROM t1 as A, t2 as B, t1 as C
238 WHERE C.w=101-B.p AND B.r=10202-A.y AND A.w=11
243 SELECT A.w, B.p, C.w FROM t1 as A, t2 as B, t1 as C
244 WHERE C.w=101-B.p AND B.r=10202-A.y AND A.w=12
249 SELECT A.w, B.p, C.w FROM t1 as A, t2 as B, t1 as C
250 WHERE A.w=15 AND B.p=C.w AND B.r=10202-A.y
H A Dthread1.test48 # write-lock C
87 thread_step C
88 thread_result C
92 thread_result C
105 # write-lock C
125 thread_step C
126 thread_result C
136 thread_step C
137 thread_result C
147 thread_step C
[all …]
H A Dformat3.test436 SELECT A.w, B.p, C.w FROM t1 as A, t2 as B, t1 as C
437 WHERE C.w=101-B.p AND B.r=10202-A.y AND A.w=11
442 SELECT A.w, B.p, C.w FROM t1 as A, t2 as B, t1 as C
443 WHERE C.w=101-B.p AND B.r=10202-A.y AND A.w=12
448 SELECT A.w, B.p, C.w FROM t1 as A, t2 as B, t1 as C
449 WHERE A.w=15 AND B.p=C.w AND B.r=10202-A.y
H A Dexpr.test234 test_expr expr-5.5 {t1='abc', t2='A%C'} {t1 LIKE t2} 1
235 test_expr expr-5.5b {t1='ac', t2='A%C'} {t1 LIKE t2} 1
237 test_expr expr-5.7 {t1='abxyzzy', t2='A%C'} {t1 LIKE t2} 0
289 test_expr expr-6.3 {t1='abc', t2='A?C'} {t1 GLOB t2} 0
292 test_expr expr-6.6 {t1='abc', t2='A*C'} {t1 GLOB t2} 0
342 test_expr expr-6.54 {t1='ABC', t2='A?C'} {t1 GLOB t2} 1
345 test_expr expr-6.57 {t1='ABC', t2='A*C'} {t1 GLOB t2} 1
358 test_expr expr-6.69b {t1='A]C', t2='A[]B]C'} {t1 GLOB t2} 1
361 test_expr expr-6.70c {t1='A]C', t2='A[^]B]C'} {t1 GLOB t2} 0
365 test_expr expr-6.74 {t1='AC', t2='A*C'} {t1 GLOB t2} 1
[all …]
H A Dcapi2.test13 # focus of this script testing the callback-free C/C++ API.
H A Dbigrow.test85 INSERT INTO t1 VALUES('A','B','C');
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in22 ** Make sure we can call this stuff from C++.
25 extern "C" {
243 ** or Ctrl-C where the user wants a long query operation to halt
453 void (*xFunc)(sqlite_func*,int,const char**), /* C code to implement */
865 } /* End of the 'extern "C"' block */
H A Dparse.y197 ccons ::= COLLATE id(C). { in id() argument
198 sqliteAddCollateType(pParse, sqliteCollateType(C.z, C.n)); in id()
417 joinop(X) ::= JOIN_KW(A) nm(B) nm(C) JOIN.
440 sortlist(A) ::= sortlist(X) COMMA sortitem(Y) collate(C) sortorder(Z). {
442 if( A ) A->a[A->nExpr-1].sortOrder = C+Z;
444 sortlist(A) ::= sortitem(Y) collate(C) sortorder(Z). {
446 if( A ) A->a[0].sortOrder = C+Z;
456 collate(C) ::= . {C = SQLITE_SO_UNK;}
457 collate(C) ::= COLLATE id(X). {C = sqliteCollateType(X.z, X.n);}
700 sqliteExprSpan(A, &C, &E);
[all …]
H A Dos.c61 # define fcntl(A,B,C) 0 argument
H A Ddate.c336 int Z, A, B, C, D, E, X1; in computeYMD() local
347 C = (B - 122.1)/365.25; in computeYMD()
348 D = 365.25*C; in computeYMD()
353 p->Y = p->M>2 ? C - 4716 : C - 4715; in computeYMD()
/illumos-gate/usr/src/lib/libsasl/
H A DLICENSE.txt43 Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
/illumos-gate/usr/src/lib/libm/i386/src/
H A D__reduction.S35 / 0 S C S/C
36 / 1 C -S -C/S
37 / 2 -S -C S/C
38 / 3 -C S -C/S
/illumos-gate/usr/src/lib/libm/
H A DMakefile.com899 ../common/C/cos.c \
900 ../common/C/exp.c \
909 ../common/C/log.c \
912 ../common/C/pow.c \
916 ../common/C/sin.c \
918 ../common/C/tan.c
963 ../common/C/tan.c
988 ../common/C/j0.c \
989 ../common/C/j1.c \
990 ../common/C/jn.c \
[all …]
H A DMakefile.targ22 pics/%.o: $(SRCDIR)/C/%.c
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dutility.h129 #define C(f) ((f) -> current) macro
135 #define Xmax(f) (C(f) -> dcols)
136 #define Ymax(f) (C(f) -> drows)
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dutility.c42 #define isCurrent(f) ((f) == C((f) -> form))
93 int pos = (int) (v - Buf(C(f))); in _adjust_cursor()
146 FIELD * c = C(f); in _pos_form_cursor()
181 FIELD * c = C(f); in _update_current()
287 _win_to_buf(W(f), C(f)); in _sync_buffer()
477 FIELD * c = C(f); in _validate()
500 FIELD * c = C(f); in _set_current_field()
533 C(f) = c; in _set_current_field()
H A Dform.c232 C(f) = _first_active(f); in new_form()
235 C(f) = (FIELD *) 0; in new_form()
277 C(f) = _first_active(f); in set_form_fields()
280 C(f) = (FIELD *) 0; in set_form_fields()
316 return (OneRow(C(f)) ? B(f) != 0 : T(f) != 0); in data_behind()
334 FIELD *c = C(f); in data_ahead()
H A Dpost.c55 v = _set_form_page(f, P(f), C(f)); in post_form()
111 C(f) = c; in set_current_field()
118 if (c != C(f)) { in set_current_field()
143 return (C(Form(f))); in current_field()
163 C(f) = _first_active(f); in set_form_page()
H A Dchg_char.c103 FIELD * c = C(f); in _next_word()
163 FIELD * c = C(f); in _beg_field()
174 FIELD * c = C(f); in _end_field()
191 FIELD *c = C(f); in _beg_line()
202 FIELD *c = C(f); in _end_line()
263 FIELD *c = C(f); in _scr_fline()
278 FIELD *c = C(f); in _scr_bline()
363 FIELD *c = C(f); in _scr_fchar()
390 FIELD *c = C(f); in _scr_hfline()
406 FIELD *c = C(f); in _scr_hbline()
[all …]
H A Dchg_data.c48 v = LineBuf(C(f), Ymax(f) - 1); in room_for_line()
61 return (c == Pad(C(f))); /* check for empty char */ in room_for_char()
84 BOOLEAN current = Status(f, POSTED) && c == C(f); in _grow_field()
175 FIELD *c = C(f); in insert_str()
226 FIELD *c = C(f); in wrap_ok()
294 FIELD * c = C(f); in _new_line()
357 FIELD *c = C(f); in _ins_char()
377 FIELD *c = C(f); in _ins_line()
423 FIELD * c = C(f); in _del_prev()
479 FIELD *c = C(f); in _del_word()
[all …]
H A Dchg_field.c188 return (_set_current_field(f, next(C(f)))); in _next_field()
194 return (_set_current_field(f, prev(C(f)))); in _prev_field()
212 return (_set_current_field(f, snext(C(f)))); in _snext_field()
218 return (_set_current_field(f, sprev(C(f)))); in _sprev_field()
236 return (_set_current_field(f, left(C(f)))); in _left_field()
242 return (_set_current_field(f, right(C(f)))); in _right_field()
248 return (_set_current_field(f, up(C(f)))); in _up_field()
254 return (_set_current_field(f, down(C(f)))); in _down_field()
H A Ddriver.c163 FIELD * c = C(f); in _data_manipulation()
195 CheckChar(C(f), c)) in form_driver()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dip.d.in201 translator csinfo_t < conn_t *C > {
206 translator csinfo_t < ip_xmit_attr_t *C > {
207 cs_addr = (uintptr_t)C;
208 cs_cid = C ? C->ixa_conn_id : NULL;
209 cs_pid = C ? C->ixa_cpid : -1;
210 cs_zoneid = C ?
211 (C->ixa_ipst == NULL || C->ixa_ipst->ips_netstack == NULL ||
214 C->ixa_cred == NULL ||
215 C->ixa_cred->cr_zone == NULL ||
216 C->ixa_cred->cr_uid == -1 ?
[all …]
H A Dsched.d39 translator cpuinfo_t < cpu_t *C > {
40 cpu_id = C->cpu_id;
41 cpu_pset = C->cpu_part->cp_id;
42 cpu_chip = C->cpu_physid->cpu_chipid;
43 cpu_lgrp = C->cpu_lpl->lpl_lgrpid;
44 cpu_info = (processor_info_t)C->cpu_type_info;

12345678910>>...47