Home
last modified time | relevance | path

Searched refs:tzoffset (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Daccesslog.c2490 int part, c, c1, c2, tzoffset, leapyear = 0; in check_rdntime_syntax() local
2566 tzoffset = *p++; in check_rdntime_syntax()
2567 switch (tzoffset) { in check_rdntime_syntax()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dschema_init.c5555 int part, c, c1, c2, tzoffset, leapyear = 0; in check_time_syntax() local
5629 tzoffset = *p++; in check_time_syntax()
5630 switch (tzoffset) { in check_time_syntax()
5660 if (tzoffset == '-') { in check_time_syntax()