Home
last modified time | relevance | path

Searched refs:Y (Results 1 – 25 of 566) sorted by relevance

12345678910>>...23

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y91 create_table ::= CREATE(X) temp(T) TABLE nm(Y). { in CREATE()
92 sqliteStartTable(pParse,&X,&Y,T,0); in CREATE()
162 type ::= typename(X) LP signed RP(Y). {sqliteAddColumnType(pParse,&X,&Y);} in typename()
163 type ::= typename(X) LP signed COMMA signed RP(Y). in typename()
164 {sqliteAddColumnType(pParse,&X,&Y);} in typename()
208 refargs(A) ::= refargs(X) refarg(Y). { A = (X & Y.mask) | Y.value; } in refargs()
272 cmd ::= CREATE(X) temp(T) VIEW nm(Y) AS select(S). {
273 sqliteCreateView(pParse, &X, &Y, S, T);
292 select(A) ::= select(X) multiselect_op(Y) oneselect(Z). {
294 Z->op = Y;
[all …]
H A Ddate.c65 int Y, M, D; /* Year, month, and day */ member
217 int Y, M, D, A, B, X1, X2; in computeJD() local
221 Y = p->Y; in computeJD()
225 Y = 2000; /* If no YMD specified, assume 2000-Jan-01 */ in computeJD()
230 Y--; in computeJD()
233 A = Y/100; in computeJD()
235 X1 = 365.25*(Y+4716); in computeJD()
263 int Y, M, D, neg; in parseYyyyMmDd() local
271 if( getDigits(zDate,4,0,9999,'-',&Y,2,1,12,'-',&M,2,1,31,0,&D)!=3 ){ in parseYyyyMmDd()
285 p->Y = neg ? -Y : Y; in parseYyyyMmDd()
[all …]
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Drepetition.out4 :HA#100:E X(.?){0,}Y X1234567Y (0,9)(7,8)
5 :HA#101:E X(.?){1,}Y X1234567Y (0,9)(7,8)
6 :HA#102:E X(.?){2,}Y X1234567Y (0,9)(7,8)
7 :HA#103:E X(.?){3,}Y X1234567Y (0,9)(7,8)
8 :HA#104:E X(.?){4,}Y X1234567Y (0,9)(7,8)
9 :HA#105:E X(.?){5,}Y X1234567Y (0,9)(7,8)
10 :HA#106:E X(.?){6,}Y X1234567Y (0,9)(7,8)
11 :HA#107:E X(.?){7,}Y X1234567Y (0,9)(7,8)
12 :HA#110:E X(.?){0,8}Y X1234567Y (0,9)(7,8)
13 :HA#111:E X(.?){1,8}Y X1234567Y (0,9)(7,8)
[all …]
H A Drepetition.dat85 :HA#100:E X(.?){0,}Y X1234567Y (0,9)(7,8)
86 :HA#101:E X(.?){1,}Y X1234567Y (0,9)(7,8)
87 :HA#102:E X(.?){2,}Y X1234567Y (0,9)(7,8)
88 :HA#103:E X(.?){3,}Y X1234567Y (0,9)(7,8)
89 :HA#104:E X(.?){4,}Y X1234567Y (0,9)(7,8)
90 :HA#105:E X(.?){5,}Y X1234567Y (0,9)(7,8)
91 :HA#106:E X(.?){6,}Y X1234567Y (0,9)(7,8)
92 :HA#107:E X(.?){7,}Y X1234567Y (0,9)(7,8)
93 :HA#108:E X(.?){8,}Y X1234567Y (0,9)(8,8)
94 :HA#110:E X(.?){0,8}Y X1234567Y (0,9)(7,8)
[all …]
/illumos-gate/usr/src/cmd/passmgmt/
H A Ddatemsk.template26 %m/%d/%Y %I:%M:%S %p
28 %m/%d/%Y %H:%M:%S
30 %m/%d/%Y %I:%M %p
32 %m/%d/%Y %H:%M
34 %m/%d/%Y
36 %b %d, %Y %I:%M:%S %p
37 %b %d, %Y %H:%M:%S
38 %B %d, %Y %I:%M:%S %p
39 %B %d, %Y %H:%M:%S
40 %b %d, %Y %I:%M %p
[all …]
/illumos-gate/usr/src/cmd/oamuser/lib/
H A Dugdates.dat31 %b %d, %Y %H:%M:%S %p
32 %b %d, %Y %I:%M:%S
33 %B %d, %Y %H:%M:%S %p
34 %B %d, %Y %I:%M:%S
35 %b %d, %Y %H:%M %p
36 %b %d, %Y %I:%M
37 %B %d, %Y %H:%M %p
38 %B %d, %Y %I:%M
39 %b %d, %Y %H %p
40 %b %d, %Y %I
[all …]
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_char.c47 if (++Y(f) == Ymax(f)) { in _next_char()
49 --Y(f); in _next_char()
65 if (--Y(f) < 0) { in _prev_char()
67 ++Y(f); in _prev_char()
79 if (++Y(f) == Ymax(f)) { in _next_line()
80 --Y(f); in _next_line()
91 if (--Y(f) < 0) { in _prev_line()
92 ++Y(f); in _prev_line()
104 char * v = LineBuf(c, Y(f)) + X(f); /* position in buffer */ in _next_word()
144 char * v = LineBuf(c, Y(f)) + X(f); /* position in buffer */ in _prev_word()
[all …]
H A Dchg_data.c37 #define AT_BOTTOM(f) (Y(f) == Ymax(f) - 1) /* last line */
38 #define AT_END(f) (Y(f) == Ymax(f) - 1 && X(f) == Xmax(f) - 1)
40 #define AT_BEGINNING(f) (Y(f) == 0 && X(f) == 0) /* first char */
58 (void) wmove(w, Y(f), Xmax(f) - 1); in room_for_char()
60 (void) wmove(w, Y(f), X(f)); in room_for_char()
153 (void) wmove(w, Y(f), X(f)); in _grow_field()
240 vbeg = LineBuf(c, Y(f)); in wrap_ok()
249 if (x && (ret = insert_str(f, Y(f)+1, (int)(v - Buf(c)), n)) == in wrap_ok()
252 (void) wmove(w, Y(f), x); in wrap_ok()
256 ++Y(f); in wrap_ok()
[all …]
H A Dutility.c95 Y(f) = pos / Xmax(f); in _adjust_cursor()
96 X(f) = pos - Y(f) * Xmax(f); in _adjust_cursor()
98 if (Y(f) >= Ymax(f)) in _adjust_cursor()
99 Y(f) = 0; in _adjust_cursor()
151 (void) wmove(w, Y(f), X(f)); in _pos_form_cursor()
161 row = c -> frow + Y(f) - T(f); in _pos_form_cursor()
204 if (Y(f) < T(f)) { in _update_current()
205 T(f) = Y(f); in _update_current()
208 if (Y(f) >= ymax) { in _update_current()
209 T(f) = Y(f) - c -> rows + 1; in _update_current()
[all …]
/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dchk.c41 if (Y(current) < *top) { in _chk_top()
42 *top = Y(current); in _chk_top()
44 if (Y(current) >= *top + Height(m)) { in _chk_top()
45 *top = Y(current) - Height(m) + 1; in _chk_top()
58 if (Y(current) < *top) { in _chk_current()
59 *top = Y(current); in _chk_current()
61 if (Y(current) >= *top + Height(m)) { in _chk_current()
62 *top = min(Y(current), Rows(m) - Height(m)); in _chk_current()
H A Dvisible.c50 if (Y(i) >= Top(m) && Y(i) <= bottom) { in item_visible()
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfex_handler.h74 #define __fenv_set_rd(X,Y) X=(X&~0xc0000000ul)|((Y)<<30) argument
77 #define __fenv_set_te(X,Y) X=(X&~0x0f800000ul)|((Y)<<23) argument
80 #define __fenv_set_ex(X,Y) X=(X&~0x000003e0ul)|((Y)<<5) argument
91 #define __fenv_set_rd(X,Y) X=(X&~0x0c000000)|((Y)<<26) argument
94 #define __fenv_set_rp(X,Y) X=(X&~0x03000000)|((Y)<<24) argument
97 #define __fenv_set_te(X,Y) X=(X&~0x003d0000)|((Y)<<16) argument
100 #define __fenv_set_ex(X,Y) X=(X&~0x0000003d)|(Y) argument
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.h39 #define EQ(X,Y,Z) !strncmp(X,Y,Z) argument
40 #define NOT_EQ(X,Y,Z) strncmp(X,Y,Z) argument
/illumos-gate/usr/src/cmd/make/bin/
H A Dsvr4.make.rules.file26 .C .C~ .Y .Y~ .L .L~
213 .Y.C:
216 .Y.o:
221 .Y~.C:
223 $(YACC) $(YFLAGS) $*.Y
225 -rm -f $*.Y
226 .Y~.o:
228 $(YACC) $(YFLAGS) $*.Y
230 -rm -f y.tab.c $*.Y
232 .Y~.Y :
/illumos-gate/usr/src/cmd/smbsrv/testoplock/
H A Dcase13.ref20 Excl=Y (FID=2) cnt_II=0 cnt_R=0 cnt_RH=0 cnt_RHBQ=0
23 fid=2 Lease=1 State=0x807 Excl=Y onlist:
29 Excl=Y (FID=1) cnt_II=0 cnt_R=0 cnt_RH=0 cnt_RHBQ=0
31 fid=1 Lease=1 State=0x807 Excl=Y onlist:
38 Excl=Y (FID=1) cnt_II=0 cnt_R=0 cnt_RH=0 cnt_RHBQ=0
40 fid=1 Lease=1 State=0x807 Excl=Y onlist:
H A Dcase12.ref7 Excl=Y (FID=1) cnt_II=0 cnt_R=0 cnt_RH=0 cnt_RHBQ=0
9 fid=1 Lease=1 State=0x807 Excl=Y onlist:
20 Excl=Y (FID=1) cnt_II=0 cnt_R=0 cnt_RH=0 cnt_RHBQ=0
22 fid=1 Lease=1 State=0x807 BreakTo=0x803 Excl=Y onlist:
32 Excl=Y (FID=1) cnt_II=0 cnt_R=0 cnt_RH=0 cnt_RHBQ=0
34 fid=1 Lease=1 State=0x807 BreakTo=0x803 Excl=Y onlist:
H A Dcase14.ref8 Excl=Y (FID=1) cnt_II=0 cnt_R=0 cnt_RH=0 cnt_RHBQ=0
10 fid=1 Lease=1 State=0x807 Excl=Y onlist:
16 Excl=Y (FID=1) cnt_II=0 cnt_R=0 cnt_RH=0 cnt_RHBQ=0
18 fid=1 Lease=1 State=0x807 Excl=Y onlist:
29 Excl=Y (FID=1) cnt_II=0 cnt_R=0 cnt_RH=0 cnt_RHBQ=0
31 fid=1 Lease=1 State=0x807 BreakTo=0x803 Excl=Y onlist:
H A Dcase01.ref7 Excl=Y (FID=1) cnt_II=0 cnt_R=0 cnt_RH=0 cnt_RHBQ=0
9 fid=1 Lease= State=0x400 Excl=Y onlist:
16 Excl=Y (FID=1) cnt_II=0 cnt_R=0 cnt_RH=0 cnt_RHBQ=0
18 fid=1 Lease= State=0x400 BreakTo=0x100 Excl=Y onlist:
H A Dcase02.ref7 Excl=Y (FID=1) cnt_II=0 cnt_R=0 cnt_RH=0 cnt_RHBQ=0
9 fid=1 Lease= State=0x807 Excl=Y onlist:
16 Excl=Y (FID=1) cnt_II=0 cnt_R=0 cnt_RH=0 cnt_RHBQ=0
18 fid=1 Lease= State=0x807 BreakTo=0x803 Excl=Y onlist:
H A Dcase08.ref7 Excl=Y (FID=1) cnt_II=0 cnt_R=0 cnt_RH=0 cnt_RHBQ=0
9 fid=1 Lease=1 State=0x805 Excl=Y onlist:
18 Excl=Y (FID=1) cnt_II=0 cnt_R=0 cnt_RH=0 cnt_RHBQ=0
20 fid=1 Lease=1 State=0x805 BreakTo=0x801 Excl=Y onlist:
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.h71 #define UNM_NIC_LOCKED_READ_REG(X, Y) \ argument
73 *(uint32_t *)(Y) = UNM_NIC_PCI_READ_32(addr);
75 #define UNM_NIC_LOCKED_WRITE_REG(X, Y) \ argument
77 UNM_NIC_PCI_WRITE_32(*(uint32_t *)(Y), addr);
/illumos-gate/usr/src/ucbcmd/df/
H A Ddf.sh41 FSSPEC=Y
45 FSSPEC=Y
56 INODES=Y
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtableapi.test29 } {Hi Y'all}
33 } {0 {a b 1 {Hi Y'all}}}
39 } {Hi Y'all}
40 } {0 1 2 a b 1 {Hi Y'all}}
45 } {0 1 2 a b 1 {Hi Y'all}}
54 } {0 50 2 a b 1 {Hi Y'all} 2 (2) 3 (3) 4 (4) 5 (5) 6 (6) 7 (7) 8 (8) 9 (9) 10 (10) 11 (11) 12 (12) …
104 } {Hi Y'all}
105 } {0 1 2 a b 1 {Hi Y'all}}
110 } {0 1 2 a b 1 {Hi Y'all}}
119 } {0 50 2 a b 1 {Hi Y'all} 2 (2) 3 (3) 4 (4) 5 (5) 6 (6) 7 (7) 8 (8) 9 (9) 10 (10) 11 (11) 12 (12) …
/illumos-gate/usr/src/grub/grub-0.97/
H A DMakefile.solaris.defs62 # $(ENVCPPFLAGS4), if defined, should be something like "-Y I,somepath".
63 # We want to get rid of the "-Y I," part but make's pattern replacement
64 # macro reference doesn't allow spaces in it, e.g. $(ENVCPPFLAGS4:-Y I,%=%).
65 # So we'll get rid of the "-Y" now and then the "I," later. By the way, this
67 t.ENVCPPFLAGS4 = $(ENVCPPFLAGS4:-Y%=%)
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Ddatemsk.template1 %Y-%m-%d\%t\%R
2 %Y-%m-%d

12345678910>>...23