/titanic_44/usr/src/cmd/tic/ |
H A D | tic_read.c | 135 char **US; /* strings */ local 173 US = &(sptr->strs._back_tab); 235 US[i + cur_string] = 0; 239 US[i + cur_string] = (char *)-1; 241 US[i + cur_string] = (byte[i][0] + 253 US[i + cur_string] = 0; 255 US[i + cur_string] = (char *)-1; 257 US[i + cur_string] = number[i] + pst; 268 US[i] = 0;
|
H A D | tic_parse.c | 843 char **US = &use_strs.strs._back_tab; /* first str */ local 882 if (US[i] == (char *)-1) 884 else if (US[i] != (char *)0) 885 Strings[i] = save_str(US[i]);
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | stty.c | 116 #define US 0x0010 /* unset in sane mode */ macro 164 { "eol2", CHAR, T_CHAR, US, VEOL2, _POSIX_VDISABLE, C("Alternate character to end the line") }, 167 { "swtch", CHAR, T_CHAR, US, VSWTCH, _POSIX_VDISABLE, C("Switch to a different shell layer") }, 169 { "eol", CHAR, T_CHAR, NL|US, VEOL, _POSIX_VDISABLE, C("End the line") }, 221 { "ignbrk", BIT, I_FLAG, US, IGNBRK, IGNBRK, C("Ignore (do not ignore) break characters") }, 227 { "inlcr", BIT, I_FLAG, US, INLCR, INLCR, C("Translate (do not translate) carriage return to newlin… 228 { "igncr", BIT, I_FLAG, US, IGNCR, IGNCR, C("Ignore (do not ignore) carriage return") }, 230 { "iuclc", BIT, I_FLAG, US, IUCLC, IUCLC, C("Map (do not map) upper-case to lower case") }, 234 { "ixany", BIT, I_FLAG, US, IXANY, IXANY, C("Any character (only start character) can restart outpu… 237 { "ixoff", BIT, I_FLAG, US, IXOFF, IXOFF, C("Disable (enable) XON/XOFF flow control") }, [all …]
|
/titanic_44/usr/src/data/zoneinfo/ |
H A D | zone.tab.txt | 285 MX +2550-09730 America/Matamoros Central Time US - Coahuila, Nuevo Leon, Tamaulipas (US border) 288 MX +2934-10425 America/Ojinaga Mountain Time US - Chihuahua (US border) 290 MX +3232-11701 America/Tijuana Pacific Time US - Baja California 407 US +404251-0740023 America/New_York Eastern (most areas) 408 US +421953-0830245 America/Detroit Eastern - MI (most areas) 409 US +381515-0854534 America/Kentucky/Louisville Eastern - KY (Louisville area) 410 US +364947-0845057 America/Kentucky/Monticello Eastern - KY (Wayne) 411 US +394606-0860929 America/Indiana/Indianapolis Eastern - IN (most areas) 412 US +384038-0873143 America/Indiana/Vincennes Eastern - IN (Da, Du, K, Mn) 413 US +410305-0863611 America/Indiana/Winamac Eastern - IN (Pulaski) [all …]
|
H A D | backward | 116 Link America/Anchorage US/Alaska 117 Link America/Adak US/Aleutian 118 Link America/Phoenix US/Arizona 119 Link America/Chicago US/Central 120 Link America/Indiana/Indianapolis US/East-Indiana 121 Link America/New_York US/Eastern 122 Link Pacific/Honolulu US/Hawaii 123 Link America/Indiana/Knox US/Indiana-Starke 124 Link America/Detroit US/Michigan 125 Link America/Denver US/Mountain [all …]
|
H A D | zone_sun.tab | 78 AS -1416-17042 Pacific/Pago_Pago US/Samoa 308 MX +2550-09730 America/Matamoros - Central Time US - Coahuila, Nuevo Leon, Tamaulipas (US border) 311 MX +2934-10425 America/Ojinaga - Mountain Time US - Chihuahua (US border) 313 MX +3232-11701 America/Tijuana - Pacific Time US - Baja California 431 US +404251-0740023 America/New_York - Eastern (most areas) 432 US +421953-0830245 America/Detroit - Eastern - MI (most areas) 433 US +381515-0854534 America/Kentucky/Louisville - Eastern - KY (Louisville area) 434 US +364947-0845057 America/Kentucky/Monticello - Eastern - KY (Wayne) 435 US +394606-0860929 America/Indiana/Indianapolis - Eastern - IN (most areas) 436 US +384038-0873143 America/Indiana/Vincennes - Eastern - IN (Da, Du, K, Mn) [all …]
|
H A D | northamerica | 33 # work in the US was William Frederick Allen - railway engineer, 51 # Most of the US soon followed suit. See: 60 # A good source for time zone historical data in the US is 64 # It is the source for most of the pre-1991 US entries below. 91 # Shanks says that DST was called "War Time" in the US in 1918 and 1919. 97 # Here is the legal basis for the US federal rules. 99 # time for the first time across the US, springing forward on March's last 126 # Daylight Saving Time in the US was by local option, except during wartime. 168 # Paul has been careful to use the "US" rules only in those locations 170 # U.S. government action. So even though the "US" rules have changed [all …]
|
H A D | country.tab | 257 UM US minor outlying islands 258 US United States 265 VI Virgin Islands (US)
|
H A D | systemv | 10 # the changes in the DST rules in the US after 1976 (which occurred after
|
/titanic_44/usr/src/lib/libsec/common/ |
H A D | acl_lex.l | 72 %s TS NS PS AIS AS US ES 362 BEGIN US; variable 380 BEGIN (US); 429 BEGIN US; variable 442 BEGIN US; variable 455 BEGIN US; variable 468 BEGIN US; variable 523 BEGIN US; variable 536 BEGIN US; variable 549 BEGIN US; variable [all …]
|
/titanic_44/usr/src/ucblib/libcurses/ |
H A D | cr_tty.c | 50 &SO, &SR, &TA, &TE, &TI, &UC, &UE, &UP, &US, 210 US = NULL; in zap() 211 if (!SO && US) { in zap() 212 SO = US; in zap()
|
H A D | curses.c | 57 *TI, *UC, *UE, *UP, *US, *VB, *VS, *VE, *AL_PARM, *DL_PARM, variable
|
/titanic_44/usr/src/lib/libadm/common/ |
H A D | cktime.c | 57 #define US 59 macro 164 input = p_time(input, LS, US); in cktime_val() 191 input = p_time(input, LS, US); in cktime_val() 235 input = p_time(input, LS, US); in cktime_val()
|
/titanic_44/usr/src/lib/libeti/menu/common/ |
H A D | post.c | 131 (void) werase(US(m)); in unpost_menu() 132 wsyncup(US(m)); in unpost_menu() 201 getmaxyx(US(m), r, c); in post_menu()
|
H A D | show.c | 48 us = US(m); in _show()
|
H A D | menucursor.c | 58 us = US(m); in _position_cursor()
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/printf/ |
H A D | tst.printT.ksh | 36 TZ=US/Pacific
|
H A D | tst.printY.ksh | 36 TZ=US/Pacific
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/printa/ |
H A D | tst.walltimestamp.ksh | 36 TZ=US/Pacific
|
/titanic_44/usr/src/cmd/unpack/ |
H A D | unpack.c | 57 #define US 037 macro 116 if (inbuff[0] != US) in getdict() 119 if (inbuff[1] == US) { /* oldstyle packing */ in getdict()
|
/titanic_44/usr/src/uts/sun4/ml/ |
H A D | ip_ocsum.s | 303 ldx [%i0+24], %l3 ! but US-II prefetch only loads Ecache 304 ldx [%i0+32], %l4 ! check on US-III: could mix preloads & splits? 337 deccc 32, %i4 ! mv early,avoid mispredicts? nohelp US-II.
|
/titanic_44/usr/src/cmd/loadkeys/type_6/ |
H A D | maltaus | 27 # Malta US Type 6 (USB) key layout 30 # the same as a US keyboard. This is because the console
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/history/ |
H A D | history.cfg | 40 export TIMEZONE=${TIMEZONE:-US/Mountain}
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-data-zoneinfo.mf | 49 dir path=usr/share/lib/zoneinfo/US 700 hardlink path=usr/share/lib/zoneinfo/US/Alaska target=../America/Anchorage 701 hardlink path=usr/share/lib/zoneinfo/US/Aleutian target=../America/Adak 702 hardlink path=usr/share/lib/zoneinfo/US/Arizona target=../America/Phoenix 703 hardlink path=usr/share/lib/zoneinfo/US/Central target=../America/Chicago 704 hardlink path=usr/share/lib/zoneinfo/US/East-Indiana \ 706 hardlink path=usr/share/lib/zoneinfo/US/Eastern target=../America/New_York 707 hardlink path=usr/share/lib/zoneinfo/US/Hawaii target=../Pacific/Honolulu 708 hardlink path=usr/share/lib/zoneinfo/US/Indiana-Starke \ 710 hardlink path=usr/share/lib/zoneinfo/US/Michigan target=../America/Detroit [all …]
|
/titanic_44/usr/src/ucbcmd/ |
H A D | Makefile | 154 $(ROOTSHLIB)/zoneinfo/posixrules := LINKDEST= US/Eastern
|