/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 93 create_table ::= CREATE(X) temp(T) TABLE nm(Y). { in CREATE() 94 sqliteStartTable(pParse,&X,&Y,T,0); in CREATE() 164 type ::= typename(X) LP signed RP(Y). {sqliteAddColumnType(pParse,&X,&Y);} in typename() 165 type ::= typename(X) LP signed COMMA signed RP(Y). in typename() 166 {sqliteAddColumnType(pParse,&X,&Y);} in typename() 210 refargs(A) ::= refargs(X) refarg(Y). { A = (X & Y.mask) | Y.value; } in refargs() 274 cmd ::= CREATE(X) temp(T) VIEW nm(Y) AS select(S). { 275 sqliteCreateView(pParse, &X, &Y, S, T); 294 select(A) ::= select(X) multiselect_op(Y) oneselect(Z). { 296 Z->op = Y; [all …]
|
H A D | date.c | 68 int Y, M, D; /* Year, month, and day */ member 220 int Y, M, D, A, B, X1, X2; in computeJD() local 224 Y = p->Y; in computeJD() 228 Y = 2000; /* If no YMD specified, assume 2000-Jan-01 */ in computeJD() 233 Y--; in computeJD() 236 A = Y/100; in computeJD() 238 X1 = 365.25*(Y+4716); in computeJD() 266 int Y, M, D, neg; in parseYyyyMmDd() local 274 if( getDigits(zDate,4,0,9999,'-',&Y,2,1,12,'-',&M,2,1,31,0,&D)!=3 ){ in parseYyyyMmDd() 288 p->Y = neg ? -Y : Y; in parseYyyyMmDd() [all …]
|
/titanic_44/usr/src/cmd/passmgmt/ |
H A D | datemsk.template | 26 %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 …]
|
/titanic_44/usr/src/cmd/oamuser/lib/ |
H A D | ugdates.dat | 31 %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 …]
|
/titanic_44/usr/src/lib/libeti/menu/common/ |
H A D | chk.c | 43 if (Y(current) < *top) { in _chk_top() 44 *top = Y(current); in _chk_top() 46 if (Y(current) >= *top + Height(m)) { in _chk_top() 47 *top = Y(current) - Height(m) + 1; in _chk_top() 60 if (Y(current) < *top) { in _chk_current() 61 *top = Y(current); in _chk_current() 63 if (Y(current) >= *top + Height(m)) { in _chk_current() 64 *top = min(Y(current), Rows(m) - Height(m)); in _chk_current()
|
H A D | visible.c | 52 if (Y(i) >= Top(m) && Y(i) <= bottom) { in item_visible()
|
/titanic_44/usr/src/lib/libeti/form/common/ |
H A D | chg_char.c | 49 if (++Y(f) == Ymax(f)) { in _next_char() 51 --Y(f); in _next_char() 67 if (--Y(f) < 0) { in _prev_char() 69 ++Y(f); in _prev_char() 81 if (++Y(f) == Ymax(f)) { in _next_line() 82 --Y(f); in _next_line() 93 if (--Y(f) < 0) { in _prev_line() 94 ++Y(f); in _prev_line() 106 char * v = LineBuf(c, Y(f)) + X(f); /* position in buffer */ in _next_word() 146 char * v = LineBuf(c, Y(f)) + X(f); /* position in buffer */ in _prev_word() [all …]
|
H A D | chg_data.c | 39 #define AT_BOTTOM(f) (Y(f) == Ymax(f) - 1) /* last line */ 40 #define AT_END(f) (Y(f) == Ymax(f) - 1 && X(f) == Xmax(f) - 1) 42 #define AT_BEGINNING(f) (Y(f) == 0 && X(f) == 0) /* first char */ 60 (void) wmove(w, Y(f), Xmax(f) - 1); in room_for_char() 62 (void) wmove(w, Y(f), X(f)); in room_for_char() 155 (void) wmove(w, Y(f), X(f)); in _grow_field() 242 vbeg = LineBuf(c, Y(f)); in wrap_ok() 251 if (x && (ret = insert_str(f, Y(f)+1, (int)(v - Buf(c)), n)) == in wrap_ok() 254 (void) wmove(w, Y(f), x); in wrap_ok() 258 ++Y(f); in wrap_ok() [all …]
|
H A D | utility.c | 97 Y(f) = pos / Xmax(f); in _adjust_cursor() 98 X(f) = pos - Y(f) * Xmax(f); in _adjust_cursor() 100 if (Y(f) >= Ymax(f)) in _adjust_cursor() 101 Y(f) = 0; in _adjust_cursor() 153 (void) wmove(w, Y(f), X(f)); in _pos_form_cursor() 163 row = c -> frow + Y(f) - T(f); in _pos_form_cursor() 206 if (Y(f) < T(f)) { in _update_current() 207 T(f) = Y(f); in _update_current() 210 if (Y(f) >= ymax) { in _update_current() 211 T(f) = Y(f) - c -> rows + 1; in _update_current() [all …]
|
/titanic_44/usr/src/lib/libm/common/m9x/ |
H A D | fex_handler.h | 74 #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
|
/titanic_44/usr/src/cmd/fs.d/ufs/volcopy/ |
H A D | volcopy.h | 39 #define EQ(X,Y,Z) !strncmp(X,Y,Z) argument 40 #define NOT_EQ(X,Y,Z) strncmp(X,Y,Z) argument
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSDebug.h | 162 #define mallocL(X,Y) malloc(Y) argument 163 #define freeL(X,Y) free(Y) argument
|
/titanic_44/usr/src/cmd/make/bin/ |
H A D | svr4.make.rules.file | 26 .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 :
|
/titanic_44/usr/src/ucbcmd/df/ |
H A D | df.sh | 41 FSSPEC=Y 45 FSSPEC=Y 56 INODES=Y
|
/titanic_44/usr/src/uts/common/io/ntxn/ |
H A D | unm_nic_hw.h | 71 #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);
|
/titanic_44/usr/src/lib/libshell/common/tests/ |
H A D | shtests | 95 then echo test $i begins ${time:+"at $(date +%Y-%m-%d+%H:%M:%S)"} 100 then echo test $i passed ${time:+"at $(date +%Y-%m-%d+%H:%M:%S)"} "[ $t $T 0 ${E}s ]" 109 echo test $i failed ${time:+"at $(date +%Y-%m-%d+%H:%M:%S)"} with exit code $e "[ $t $T $e $E ]" 128 echo test $o begins ${time:+"at $(date +%Y-%m-%d+%H:%M:%S)"} 135 then echo test $o passed ${time:+"at $(date +%Y-%m-%d+%H:%M:%S)"} "[ $t $T 0 ${E}s ]" 144 echo test $o failed ${time:+"at $(date +%Y-%m-%d+%H:%M:%S)"} with exit code $e "[ $t $T $e $E ]" 152 …echo test $o failed to compile ${time:+"at $(date +%Y-%m-%d+%H:%M:%S)"} with exit code $e "[ $t $T…
|
/titanic_44/usr/src/lib/libsqlite/test/ |
H A D | tableapi.test | 31 } {Hi Y'all} 35 } {0 {a b 1 {Hi Y'all}}} 41 } {Hi Y'all} 42 } {0 1 2 a b 1 {Hi Y'all}} 47 } {0 1 2 a b 1 {Hi Y'all}} 56 } {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) … 106 } {Hi Y'all} 107 } {0 1 2 a b 1 {Hi Y'all}} 112 } {0 1 2 a b 1 {Hi Y'all}} 121 } {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) …
|
H A D | date.test | 115 datetest 3.12 {strftime('%Y','2003-10-31 12:34:56.432')} 2003 118 datetest 3.15 {strftime('%Y-%m-%d','2003-10-31')} 2003-10-31 127 datetest 3.16 "strftime('[repeat 200 %Y]','2003-10-31')" [repeat 200 2003] 131 set now [clock format [clock seconds] -format "%Y-%m-%d" -gmt 1] 143 if {[clock scan [clock format 0 -format {%b %d, %Y %H:%M:%S}] -gmt 1]==-18000} { 234 datetest 10.3 {strftime('%Y-%m-%d %H:%M','01:02:03')} {2000-01-01 01:02}
|
/titanic_44/usr/src/grub/grub-0.97/ |
H A D | Makefile.solaris.defs | 58 # $(ENVCPPFLAGS4), if defined, should be something like "-Y I,somepath". 59 # We want to get rid of the "-Y I," part but make's pattern replacement 60 # macro reference doesn't allow spaces in it, e.g. $(ENVCPPFLAGS4:-Y I,%=%). 61 # So we'll get rid of the "-Y" now and then the "I," later. By the way, this 63 t.ENVCPPFLAGS4 = $(ENVCPPFLAGS4:-Y%=%)
|
/titanic_44/usr/src/cmd/cmd-inet/etc/ |
H A D | datemsk.template | 1 %Y-%m-%d\%t\%R 2 %Y-%m-%d
|
/titanic_44/usr/src/cmd/troff/nroff.d/terms.d/ |
H A D | ab.37 | 75 *s 1 \016Y\017 88 *Y 1 H 101 *U 1 Y
|
H A D | ab.8510 | 11 twinit "\033N\033]\033Y\033\"" 88 *Y 1 H 101 *U 1 Y
|
/titanic_44/usr/src/lib/libnsl/nsl/ |
H A D | tx.h | 128 #define _T_TX_SYSLOG2(tiptr, X, Y) if ((tiptr)->ti_state == T_BADSTATE)\ argument 129 syslog(X, Y) 131 #define _T_TX_SYSLOG2(tiptr, X, Y) argument
|
/titanic_44/usr/src/cmd/loadkeys/type_4/ |
H A D | czech_5 | 53 key 100 base y shift Y caps Y ctrl ^Y altg nop
|
H A D | swiss_french_5 | 50 key 100 base y shift Y caps Y ctrl ^Y altg nop
|