Home
last modified time | relevance | path

Searched refs:US (Results 1 – 25 of 70) sorted by relevance

123

/titanic_41/usr/src/cmd/tic/
H A Dtic_read.c135 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 Dtic_parse.c843 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_41/usr/src/lib/libcmd/common/
H A Dstty.c116 #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_41/usr/src/data/zoneinfo/
H A Dzone_sun.tab78 AS -1416-17042 Pacific/Pago_Pago US/Samoa
307 MX +2550-09730 America/Matamoros - Central Time US - Coahuila, Nuevo Leon, Tamaulipas (US border)
310 MX +2934-10425 America/Ojinaga - Mountain Time US - Chihuahua (US border)
312 MX +3232-11701 America/Tijuana - Pacific Time US - Baja California
426 US +404251-0740023 America/New_York - Eastern (most areas)
427 US +421953-0830245 America/Detroit - Eastern - MI (most areas)
428 US +381515-0854534 America/Kentucky/Louisville - Eastern - KY (Louisville area)
429 US +364947-0845057 America/Kentucky/Monticello - Eastern - KY (Wayne)
430 US +394606-0860929 America/Indiana/Indianapolis - Eastern - IN (most areas)
431 US +384038-0873143 America/Indiana/Vincennes - Eastern - IN (Da, Du, K, Mn)
[all …]
H A Dzone.tab.txt284 MX +2550-09730 America/Matamoros Central Time US - Coahuila, Nuevo Leon, Tamaulipas (US border)
287 MX +2934-10425 America/Ojinaga Mountain Time US - Chihuahua (US border)
289 MX +3232-11701 America/Tijuana Pacific Time US - Baja California
403 US +404251-0740023 America/New_York Eastern (most areas)
404 US +421953-0830245 America/Detroit Eastern - MI (most areas)
405 US +381515-0854534 America/Kentucky/Louisville Eastern - KY (Louisville area)
406 US +364947-0845057 America/Kentucky/Monticello Eastern - KY (Wayne)
407 US +394606-0860929 America/Indiana/Indianapolis Eastern - IN (most areas)
408 US +384038-0873143 America/Indiana/Vincennes Eastern - IN (Da, Du, K, Mn)
409 US +410305-0863611 America/Indiana/Winamac Eastern - IN (Pulaski)
[all …]
H A Dbackward115 Link America/Anchorage US/Alaska
116 Link America/Adak US/Aleutian
117 Link America/Phoenix US/Arizona
118 Link America/Chicago US/Central
119 Link America/Indiana/Indianapolis US/East-Indiana
120 Link America/New_York US/Eastern
121 Link Pacific/Honolulu US/Hawaii
122 Link America/Indiana/Knox US/Indiana-Starke
123 Link America/Detroit US/Michigan
124 Link America/Denver US/Mountain
[all …]
H A Dnorthamerica33 # 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 # US Daylight Saving Time ended on the last Sunday of *October* in 1974.
103 # Daylight Saving Time in the US was by local option, except during wartime.
145 # Paul has been careful to use the "US" rules only in those locations
147 # U.S. government action. So even though the "US" rules have changed
151 Rule US 1918 1919 - Mar lastSun 2:00 1:00 D
[all …]
H A Dcountry.tab257 UM US minor outlying islands
258 US United States
265 VI Virgin Islands (US)
H A Dsystemv10 # the changes in the DST rules in the US after 1976 (which occurred after
/titanic_41/usr/src/lib/libsec/common/
H A Dacl_lex.l72 %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_41/usr/src/ucblib/libcurses/
H A Dcr_tty.c50 &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 Dcurses.c57 *TI, *UC, *UE, *UP, *US, *VB, *VS, *VE, *AL_PARM, *DL_PARM, variable
/titanic_41/usr/src/lib/libadm/common/
H A Dcktime.c57 #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_41/usr/src/lib/libeti/menu/common/
H A Dpost.c131 (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 Dshow.c48 us = US(m); in _show()
H A Dmenucursor.c58 us = US(m); in _position_cursor()
/titanic_41/usr/src/cmd/dtrace/test/tst/common/printf/
H A Dtst.printT.ksh36 TZ=US/Pacific
H A Dtst.printY.ksh36 TZ=US/Pacific
/titanic_41/usr/src/cmd/dtrace/test/tst/common/printa/
H A Dtst.walltimestamp.ksh36 TZ=US/Pacific
/titanic_41/usr/src/uts/sun4/ml/
H A Dip_ocsum.s303 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_41/usr/src/cmd/unpack/
H A Dunpack.c57 #define US 037 macro
116 if (inbuff[0] != US) in getdict()
119 if (inbuff[1] == US) { /* oldstyle packing */ in getdict()
/titanic_41/usr/src/cmd/loadkeys/type_6/
H A Dmaltaus27 # Malta US Type 6 (USB) key layout
30 # the same as a US keyboard. This is because the console
/titanic_41/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory.cfg40 export TIMEZONE=${TIMEZONE:-US/Mountain}
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-data-zoneinfo.mf49 dir path=usr/share/lib/zoneinfo/US
699 hardlink path=usr/share/lib/zoneinfo/US/Alaska target=../America/Anchorage
700 hardlink path=usr/share/lib/zoneinfo/US/Aleutian target=../America/Adak
701 hardlink path=usr/share/lib/zoneinfo/US/Arizona target=../America/Phoenix
702 hardlink path=usr/share/lib/zoneinfo/US/Central target=../America/Chicago
703 hardlink path=usr/share/lib/zoneinfo/US/East-Indiana \
705 hardlink path=usr/share/lib/zoneinfo/US/Eastern target=../America/New_York
706 hardlink path=usr/share/lib/zoneinfo/US/Hawaii target=../Pacific/Honolulu
707 hardlink path=usr/share/lib/zoneinfo/US/Indiana-Starke \
709 hardlink path=usr/share/lib/zoneinfo/US/Michigan target=../America/Detroit
[all …]
/titanic_41/usr/src/ucbcmd/
H A DMakefile154 $(ROOTSHLIB)/zoneinfo/posixrules := LINKDEST= US/Eastern

123