Home
last modified time | relevance | path

Searched refs:change (Results 1 – 25 of 151) sorted by relevance

1234567

/glibc-2.36/time/
Dtzset.c57 __time64_t change; /* When to change to this zone. */ member
418 tz_rules[0].change = tz_rules[1].change = -1; in tzset_internal()
510 rule->change = t - rule->offset + rule->secs; in compute_change()
530 if (__builtin_expect (tz_rules[0].change in __tz_compute()
531 > tz_rules[1].change, 0)) in __tz_compute()
532 isdst = (timer < tz_rules[1].change in __tz_compute()
533 || timer >= tz_rules[0].change); in __tz_compute()
535 isdst = (timer >= tz_rules[0].change in __tz_compute()
536 && timer < tz_rules[1].change); in __tz_compute()
Dtzfile.c49 long int change; /* Seconds of correction to apply. */ member
364 leaps[i].change = (long int) decode (x); in __tzfile_read()
765 *leap_correct = leaps[i].change; in __tzfile_compute()
768 && (leaps[i].change > (i == 0 ? 0 : leaps[i - 1].change))) in __tzfile_compute()
773 && leaps[i].change == leaps[i - 1].change + 1) in __tzfile_compute()
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
DVersions36 # glob interface change
39 # limit type change
42 # time type change
/glibc-2.36/manual/
DMakefile87 $(move-if-change) $(objpfx)summary-tmp $(objpfx)summary.texi
107 $(move-if-change) $(objpfx)libm-err-tmp $(objpfx)libm-err.texi
121 $(move-if-change) $(objpfx)pkgvers-tmp $(objpfx)pkgvers.texi
128 $(move-if-change) $(objpfx)version-tmp $(objpfx)version.texi
Dusers.texi16 under special circumstances a process can change its persona and thus
17 change its access permissions.
31 * Why Change Persona:: Why a program might need to change
128 The most obvious situation where it is necessary for a process to change
144 change its effective user or group ID to match that of the resource.
153 the game program wants to update this file, it can change its effective
164 The ability to change the persona of a process can be a source of
171 program to change its persona is that it has been set up in advance to
172 change to a particular user or group. This is the function of the setuid
184 change its effective ID to its real ID and back to its file ID.
[all …]
Dterminal.texi2 @c %MENU% How to change the characteristics of a terminal device
8 change which characters are used for end-of-file, command-line editing,
138 might be larger, and might even dynamically change size. If input flow
182 larger, and might even dynamically change size.
225 and how to change them.
329 Make the change immediately.
333 Make the change after waiting until all queued output has been written.
467 change flags using the operators @code{&}, @code{|} and @code{^}. Don't
468 try to specify the entire value for @code{c_iflag}---instead, change
609 The @code{c_oflag} member itself is an integer, and you change the flags
[all …]
Dlgpl-2.1.texi22 freedom to share and change it. By contrast, the GNU General Public
23 Licenses are intended to guarantee your freedom to share and change
37 it if you want it; that you can change the software and use pieces of it
182 stating that you changed the files and the date of any change.
233 that version instead if you wish.) Do not make any other change in
236 Once this change is made in a given copy, it is irreversible for
506 everyone can redistribute and change. You can do so by permitting
Dinstall.texi138 case and potentially change debugging information and metadata only).
225 the versions that @theglibc{} expects as the data formats may change over
287 function @code{crypt}. Using this option does not change the set of
316 system is. This is most useful to change the CPU submodel. For example,
380 the file @file{configparms}. To change them, create a
443 @var{vector-length}" to change Vector Length.
520 DESTDIR=/opt/glibc}, but note that this does not change the configured prefix.
669 If you change any of the @file{configure.ac} files you will also need
677 and if you change any of the message translation files you will need
/glibc-2.36/timezone/
Dsouthamerica124 # in the winter time, rather than less. The change took effect on March 3.
137 # the timezone for Argentina will not change next Sunday.
142 # Last Friday (yes, the last working day before the date of the change), the
227 # It's Law No. 7,210. This change is due to a public power emergency, so for
253 # annoyance with the change is much higher than the power savings obtained....
257 # "The time change in Tierra del Fuego was a conflicted decision from
261 # Our understanding was that the change was originally scheduled to take place
312 # refused to follow San Luis in this change.
314 # The change is supposed to take place Monday the 21.st at 0:00
322 # time change. Perhaps because it now is part of a group of pages "Most
[all …]
Dpacificnew10 # You might want to change the "PE" (Presidential Election) below to
12 # If you're really conservative, you might want to change it to "D".
Dasia453 # Mikhail Saakashvili, who said the change was partly prompted by the process
489 # Portugal tried to change the time forward in 1974 because the sun
502 # today to advance East Timor's time by one hour. The time change,
541 # These would be the earliest possible times for a change.
615 # plan to change that law....
740 # We have published a short article in English about the change:
838 # days of daylight savings time annually. From 1993-1998, the change to
840 # 1 a.m IDT; up until 1998, the change back to standard time was on a
842 # time. 1996 is an exception to this rule where the change back to standard
844 # conflicts with the Jewish New Year. In 1999, the change to
[all …]
Dnorthamerica268 # and didn't change their clocks for Daylight Saving ... so that their
308 # is currently enforced at the 01:00 time of change. Because the local
311 # hours" within the deviated hour of this change every year....
505 # the date the state's clocks would change. In 1945 the State of
588 # Strictly speaking, this means the affected counties will change their
766 # Clinton County has joined Wayne County in asking the DoT to change from
770 # August indicated they would like to change to "fast time" also.
804 # so omit that change for now.
805 # See America/Indiana/Knox for the Starke County, IN change.
806 # See America/North_Dakota/Center for the Oliver County, ND change.
[all …]
/glibc-2.36/sysdeps/arm/
Ddl-trampoline.S51 @ change &GOT[n+3] into 8*n NOTE: reloc are 8 bytes each
118 @ change &GOT[n+3] into 8*n NOTE: reloc are 8 bytes each
/glibc-2.36/resolv/
Dres_init.c554 struct file_change_detection *change) in __resolv_conf_load() argument
583 if (ok && change != NULL) in __resolv_conf_load()
586 ok = __file_change_detection_for_fp (change, fp); in __resolv_conf_load()
Dresolv_conf.h75 struct file_change_detection *change)
/glibc-2.36/sysdeps/unix/sysv/linux/
DVersions67 # chown interface change.
88 # ipc ctl interface change.
DMakefile196 $(move-if-change) $@-tmp $@
206 $(move-if-change) $@-tmp $@
213 $(move-if-change) $@-tmp $@
218 $(move-if-change) $@-tmp $@
/glibc-2.36/sysdeps/s390/multiarch/
DMakefile6 $(move-if-change) $(@:stmp=T) $(@:stmp=h)
/glibc-2.36/scripts/
Dupdate-copyrights51 | scripts/install-sh | scripts/mkinstalldirs | scripts/move-if-change)
/glibc-2.36/iconvdata/
DMakefile197 $(move-if-change) $(@:stmp=T) $(@:stmp=h)
204 $(move-if-change) $(@:stmp=T) $(@:stmp=h)
248 $(move-if-change) $(@:stmp=T) $(@:stmp=h)
/glibc-2.36/
DINSTALL112 particular case and potentially change debugging information and
199 formats may change over time. Consult the 'timezone' subdirectory
259 'crypt'. Using this option does not change the set of programs
288 system is. This is most useful to change the CPU submodel. For
351 file 'configparms'. To change them, create a 'configparms' in your
406 VECTOR-LENGTH" to change Vector Length.
483 DESTDIR=/opt/glibc', but note that this does not change the configured
620 If you change any of the 'configure.ac' files you will also need
624 and if you change any of the message translation files you will need
DCOPYING12 freedom to share and change it. By contrast, the GNU General Public
13 License is intended to guarantee your freedom to share and change free
25 if you want it, that you can change the software or use pieces of it
96 stating that you changed the files and the date of any change.
286 free software which everyone can redistribute and change under these terms.
Dlibc-abis10 # is assigned to a feature it must not change again. Since some features
/glibc-2.36/stdlib/
DVersions99 # Silent change in SUS.
/glibc-2.36/po/
Drw.po81 #. TRANS @c Don't change it.

1234567