#include <machine.h>
Public Attributes | |
| char | s_char |
| char | s_endstate |
| struct state * | s_match |
| struct state * | s_next |
| short | s_cnt |
| int | retrans |
| int | retry |
| long | options |
| int | nscount |
| ipaddr_t | nsaddr_list [MAXNS] |
| u16_t | nsport_list [MAXNS] |
| u16_t | id |
| char | defdname [MAXDNAME] |
| char * | dnsrch [MAXDNSRCH+1] |
| int | leapcnt |
| int | timecnt |
| int | typecnt |
| int | charcnt |
| time_t | ats [TZ_MAX_TIMES] |
| unsigned char | types [TZ_MAX_TIMES] |
| struct ttinfo | ttis [TZ_MAX_TYPES] |
| char | chars [BIGGEST(BIGGEST(TZ_MAX_CHARS+1, sizeof gmt),(2 *(MY_TZNAME_MAX+1)))] |
| struct lsinfo | lsis [TZ_MAX_LEAPS] |
| int | mounted |
| int | read_only |
| dev_t | dev |
Definition at line 16 of file machine.h.
| time_t state::ats[TZ_MAX_TIMES] |
Definition at line 113 of file localtime.c.
| int state::charcnt |
Definition at line 112 of file localtime.c.
| char state::chars[BIGGEST(BIGGEST(TZ_MAX_CHARS+1, sizeof gmt),(2 *(MY_TZNAME_MAX+1)))] |
Definition at line 117 of file localtime.c.
| char state::defdname[MAXDNAME] |
| dev_t state::dev |
| char* state::dnsrch[MAXDNSRCH+1] |
| int state::leapcnt |
Definition at line 109 of file localtime.c.
struct lsinfo state::lsis[TZ_MAX_LEAPS] [read] |
Definition at line 118 of file localtime.c.
| int state::mounted |
| ipaddr_t state::nsaddr_list[MAXNS] |
| int state::nscount |
| u16_t state::nsport_list[MAXNS] |
| long state::options |
| int state::read_only |
| int state::retrans |
| int state::retry |
| char state::s_char |
| short state::s_cnt |
| char state::s_endstate |
struct state* state::s_match [read] |
struct state* state::s_next [read] |
| int state::timecnt |
Definition at line 110 of file localtime.c.
struct ttinfo state::ttis[TZ_MAX_TYPES] [read] |
Definition at line 115 of file localtime.c.
| int state::typecnt |
Definition at line 111 of file localtime.c.
| unsigned char state::types[TZ_MAX_TIMES] |
Definition at line 114 of file localtime.c.
1.5.8