Home
last modified time | relevance | path

Searched refs:b (Results 1 – 5 of 5) sorted by relevance

/timezone/
A Dzdump.c129 sumsize(size_t a, size_t b) in sumsize() argument
131 size_t sum = a + b; in sumsize()
740 b = my_gmtime_r(t, &tm); in gmtoff()
741 if (! b) in gmtoff()
889 char *b = buf; in format_quoted_string() local
893 *b++ = '"', s--; in format_quoted_string()
909 *b++ = '\\', *b++ = c, s -= 2; in format_quoted_string()
931 char *b = buf; in istrftime() local
978 *b++ = '\t', s--; in istrftime()
986 b += len, s -= len; in istrftime()
[all …]
A Dzic.c69 # define _Alignof(type) offsetof(struct { char a; type b; }, b)
1841 return (a < b) ? -1 : (a > b); in atcomp()
2466 if (!b) in rule_cmp()
3063 *b++ = '\'', *b++ = '\\', *b++ = '\''; in shellquote()
3067 return b; in shellquote()
3074 char *b; in yearistype() local
3082 *b++ = ' '; in yearistype()
3083 b += sprintf(b, "%"PRIdZIC, year); in yearistype()
3084 *b++ = ' '; in yearistype()
3085 b = shellquote(b, type); in yearistype()
[all …]
A Dprivate.h634 #define MAXVAL(t, b) \ argument
635 ((t) (((t) 1 << ((b) - 1 - TYPE_SIGNED(t))) \
636 - 1 + ((t) 1 << ((b) - 1 - TYPE_SIGNED(t)))))
637 #define MINVAL(t, b) \ argument
638 ((t) (TYPE_SIGNED(t) ? - TWOS_COMPLEMENT(t) - MAXVAL(t, b) : 0))
769 #define isleap_sum(a, b) isleap((a) % 400 + (b) % 400) argument
A Dnorthamerica245 # (b) Effective Date- Subsection (a) shall take effect 1 year after the
248 # date stated in subsection (b), the Secretary shall report to Congress
A Dsouthamerica666 # b) The whole Para state now is put at timezone UTC+3, instead of just

Completed in 22 milliseconds