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.y208 refargs(A) ::= refargs(X) refarg(Y). { A = (X & Y.mask) | Y.value; } in refargs()
294 Z->op = Y;
329 A = sqliteExprListAppend(P,X,Y.n?&Y:0);
344 as(X) ::= AS nm(Y). { X = Y; }
345 as(X) ::= ids(Y). { X = Y; }
568 expr(A) ::= expr(X) OR expr(Y). {A = sqliteExpr(TK_OR, X, Y, 0);}
569 expr(A) ::= expr(X) LT expr(Y). {A = sqliteExpr(TK_LT, X, Y, 0);}
570 expr(A) ::= expr(X) GT expr(Y). {A = sqliteExpr(TK_GT, X, Y, 0);}
571 expr(A) ::= expr(X) LE expr(Y). {A = sqliteExpr(TK_LE, X, Y, 0);}
572 expr(A) ::= expr(X) GE expr(Y). {A = sqliteExpr(TK_GE, X, Y, 0);}
[all …]
H A Ddate.c221 Y = p->Y; 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
285 p->Y = neg ? -Y : Y; in parseYyyyMmDd()
339 p->Y = 2000; in computeYMD()
403 if( x.Y<1971 || x.Y>=2038 ){ in localtimeOffset()
404 x.Y = 2000; in localtimeOffset()
612 p->Y += x; in parseModifier()
[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.template28 %m/%d/%Y %H:%M:%S
30 %m/%d/%Y %I:%M %p
32 %m/%d/%Y %H:%M
34 %m/%d/%Y
37 %b %d, %Y %H:%M:%S
39 %B %d, %Y %H:%M:%S
41 %b %d, %Y %H:%M
43 %B %d, %Y %H:%M
44 %b %d, %Y
45 %B %d, %Y
[all …]
/illumos-gate/usr/src/cmd/oamuser/lib/
H A Dugdates.dat32 %b %d, %Y %I:%M:%S
34 %B %d, %Y %I:%M:%S
36 %b %d, %Y %I:%M
38 %B %d, %Y %I:%M
39 %b %d, %Y %H %p
40 %b %d, %Y %I
41 %B %d, %Y %H %p
42 %B %d, %Y %I
43 %b %d, %Y
44 %B %d, %Y
[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/libeti/form/common/
H A Dchg_char.c49 --Y(f); in _next_char()
67 ++Y(f); in _prev_char()
80 --Y(f); in _next_line()
92 ++Y(f); in _prev_line()
242 ++Y(f); in _up_char()
253 --Y(f); in _down_char()
269 ++Y(f); in _scr_fline()
284 --Y(f); in _scr_bline()
298 Y(f) += n; in _scr_fpage()
315 Y(f) -= n; in _scr_bpage()
[all …]
H A Dchg_data.c60 (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()
252 (void) wmove(w, Y(f), x); in wrap_ok()
256 ++Y(f); in wrap_ok()
316 ++Y(f); X(f) = 0; in _new_line()
342 ++Y(f); X(f) = 0; in _new_line()
441 char *v = LineBuf(c, Y(f)); in _del_prev()
481 char *y = LineBuf(c, Y(f)); in _del_word()
492 (void) wmove(w, Y(f), X(f)); in _del_word()
[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()
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()
362 Y(p) = 0; in _sync_field()
[all …]
/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/ucbcmd/df/
H A Ddf.sh41 FSSPEC=Y
45 FSSPEC=Y
56 INODES=Y
/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/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