Beispiel #1
0
 public static extern time_t timelocal([NativeTypeName("struct tm *")] tm *__tp);
Beispiel #2
0
 private static extern unsafe void localtime_s(tm *res, Int64 *text);
Beispiel #3
0
 public static extern sbyte *asctime([NativeTypeName("const struct tm *")] tm *__tp);
Beispiel #4
0
 public static extern sbyte *asctime_r([NativeTypeName("const struct tm *")] tm *__tp, [NativeTypeName("char *")] sbyte *__buf);
Beispiel #5
0
 public static extern tm *localtime_r([NativeTypeName("const time_t *")] time_t *__timer, [NativeTypeName("struct tm *")] tm *__tp);
Beispiel #6
0
 public static extern sbyte *strptime_l([NativeTypeName("const char *")] sbyte *__s, [NativeTypeName("const char *")] sbyte *__fmt, [NativeTypeName("struct tm *")] tm *__tp, locale_t __loc);
Beispiel #7
0
 public static extern nuint strftime_l([NativeTypeName("char *")] sbyte *__s, [NativeTypeName("size_t")] nuint __maxsize, [NativeTypeName("const char *")] sbyte *__format, [NativeTypeName("const struct tm *")] tm *__tp, locale_t __loc);
Beispiel #8
0
 public static extern sbyte *strptime([NativeTypeName("const char *")] sbyte *__s, [NativeTypeName("const char *")] sbyte *__fmt, [NativeTypeName("struct tm *")] tm *__tp);
Beispiel #9
0
 public static extern int getdate_r([NativeTypeName("const char *")] sbyte *__string, [NativeTypeName("struct tm *")] tm *__resbufp);