ReactOS 0.4.16-dev-753-g705a985
__lc_time_data Struct Reference

#include <locale.h>

Collaboration diagram for __lc_time_data:

Public Attributes

const charshort_wday [7]
 
const charwday [7]
 
const charshort_mon [12]
 
const charmon [12]
 
const charam
 
const charpm
 
const charshort_date
 
const chardate
 
const chartime
 
LCID lcid
 
int unk
 
int refcount
 
union {
   char *   str [43]
 
   struct {
      char *   short_wday [7]
 
      char *   wday [7]
 
      char *   short_mon [12]
 
      char *   mon [12]
 
      char *   am
 
      char *   pm
 
      char *   short_date
 
      char *   date
 
      char *   time
 
   }   names
 
str
 
wchar_twstr [43]
 
char data [1]
 
union {
   const char *   str [43]
 
   struct {
      const char *   short_wday [7]
 
      const char *   wday [7]
 
      const char *   short_mon [12]
 
      const char *   mon [12]
 
      const char *   am
 
      const char *   pm
 
      const char *   short_date
 
      const char *   date
 
      const char *   time
 
   }   names
 
str
 
union {
   const wchar_t *   wstr [43]
 
   struct {
      const wchar_t *   short_wday [7]
 
      const wchar_t *   wday [7]
 
      const wchar_t *   short_mon [12]
 
      const wchar_t *   mon [12]
 
      const wchar_t *   am
 
      const wchar_t *   pm
 
      const wchar_t *   short_date
 
      const wchar_t *   date
 
      const wchar_t *   time
 
   }   names
 
wstr
 

Detailed Description

Definition at line 39 of file time.c.

Member Data Documentation

◆ am [1/3]

const char* __lc_time_data::am

Definition at line 44 of file time.c.

◆ am [2/3]

char* __lc_time_data::am

Definition at line 61 of file locale.h.

◆ am [3/3]

const wchar_t* __lc_time_data::am

Definition at line 83 of file msvcrt.h.

◆ data

char __lc_time_data::data

Definition at line 71 of file locale.h.

◆ date [1/3]

const char* __lc_time_data::date

Definition at line 47 of file time.c.

Referenced by test_strftime().

◆ date [2/3]

char* __lc_time_data::date

Definition at line 64 of file locale.h.

◆ date [3/3]

const wchar_t* __lc_time_data::date

Definition at line 86 of file msvcrt.h.

◆ lcid

LCID __lc_time_data::lcid

Definition at line 49 of file time.c.

Referenced by strftime_date(), and strftime_time().

◆ mon [1/3]

const char* __lc_time_data::mon[12]

Definition at line 43 of file time.c.

◆ mon [2/3]

char* __lc_time_data::mon[12]

Definition at line 60 of file locale.h.

◆ mon [3/3]

const wchar_t* __lc_time_data::mon[12]

Definition at line 82 of file msvcrt.h.

◆  [1/3]

struct { ... } __lc_time_data::names

◆  [2/3]

struct { ... } __lc_time_data::names

◆  [3/3]

struct { ... } __lc_time_data::names

◆ pm [1/3]

const char* __lc_time_data::pm

Definition at line 45 of file time.c.

◆ pm [2/3]

char* __lc_time_data::pm

Definition at line 62 of file locale.h.

◆ pm [3/3]

const wchar_t* __lc_time_data::pm

Definition at line 84 of file msvcrt.h.

◆ refcount

int __lc_time_data::refcount

Definition at line 51 of file time.c.

◆ short_date [1/3]

const char* __lc_time_data::short_date

Definition at line 46 of file time.c.

Referenced by test_strftime().

◆ short_date [2/3]

char* __lc_time_data::short_date

Definition at line 63 of file locale.h.

◆ short_date [3/3]

const wchar_t* __lc_time_data::short_date

Definition at line 85 of file msvcrt.h.

◆ short_mon [1/3]

const char* __lc_time_data::short_mon[12]

Definition at line 42 of file time.c.

◆ short_mon [2/3]

char* __lc_time_data::short_mon[12]

Definition at line 59 of file locale.h.

◆ short_mon [3/3]

const wchar_t* __lc_time_data::short_mon[12]

Definition at line 81 of file msvcrt.h.

◆ short_wday [1/3]

const char* __lc_time_data::short_wday[7]

Definition at line 40 of file time.c.

◆ short_wday [2/3]

char* __lc_time_data::short_wday[7]

Definition at line 57 of file locale.h.

◆ short_wday [3/3]

const wchar_t* __lc_time_data::short_wday[7]

Definition at line 79 of file msvcrt.h.

◆ str [1/4]

char* __lc_time_data::str[43]

Definition at line 55 of file locale.h.

Referenced by _Strftime(), strftime_date(), and strftime_time().

◆  [2/4]

union { ... } __lc_time_data::str

◆ str [3/4]

const char* __lc_time_data::str[43]

Definition at line 57 of file msvcrt.h.

◆  [4/4]

union { ... } __lc_time_data::str

◆ time [1/3]

const char* __lc_time_data::time

Definition at line 48 of file time.c.

Referenced by test_strftime().

◆ time [2/3]

char* __lc_time_data::time

Definition at line 65 of file locale.h.

◆ time [3/3]

const wchar_t* __lc_time_data::time

Definition at line 87 of file msvcrt.h.

◆ unk

int __lc_time_data::unk

Definition at line 50 of file time.c.

Referenced by test_strftime().

◆ wday [1/3]

const char* __lc_time_data::wday[7]

Definition at line 41 of file time.c.

◆ wday [2/3]

char* __lc_time_data::wday[7]

Definition at line 58 of file locale.h.

◆ wday [3/3]

const wchar_t* __lc_time_data::wday[7]

Definition at line 80 of file msvcrt.h.

◆ wstr [1/3]

wchar_t* __lc_time_data::wstr[43]

Definition at line 70 of file locale.h.

◆ wstr [2/3]

const wchar_t* __lc_time_data::wstr[43]

Definition at line 77 of file msvcrt.h.

◆  [3/3]

union { ... } __lc_time_data::wstr

The documentation for this struct was generated from the following files: