wcsftime.3 (47794211c810893f31fb9ecbf7c31b369c5ac282) wcsftime.3 (279062fae149e105dae7c28b638d49ba5715725d)
1.\" Copyright (c) 2002 Tim J. Robbins
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 21 unchanged lines hidden (view full) ---

30.Sh NAME
31.Nm wcsftime
32.Nd "convert date and time to a wide-character string"
33.Sh LIBRARY
34.Lb libc
35.Sh SYNOPSIS
36.In wchar.h
37.Ft size_t
1.\" Copyright (c) 2002 Tim J. Robbins
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 21 unchanged lines hidden (view full) ---

30.Sh NAME
31.Nm wcsftime
32.Nd "convert date and time to a wide-character string"
33.Sh LIBRARY
34.Lb libc
35.Sh SYNOPSIS
36.In wchar.h
37.Ft size_t
38.Fn wcsftime "wchar_t * restrict wcs" "size_t maxsize" "const wchar_t * restrict format" "const struct tm * restrict timeptr"
38.Fo wcsftime
39.Fa "wchar_t * restrict wcs" "size_t maxsize"
40.Fa "const wchar_t * restrict format" "const struct tm * restrict timeptr"
41.Fc
39.Sh DESCRIPTION
40The
41.Fn wcsftime
42function is equivalent to the
43.Fn strftime
44function except for the types of its arguments.
45Refer to
46.Xr strftime 3
47for a detailed description.
48.Sh COMPATIBILITY
49Some early implementations of
50.Fn wcsftime
42.Sh DESCRIPTION
43The
44.Fn wcsftime
45function is equivalent to the
46.Fn strftime
47function except for the types of its arguments.
48Refer to
49.Xr strftime 3
50for a detailed description.
51.Sh COMPATIBILITY
52Some early implementations of
53.Fn wcsftime
51had a format argument with type
54had a
55.Fa format
56argument with type
52.Vt "const char *"
53instead of
54.Vt "const wchar_t *" .
55.Sh SEE ALSO
56.Xr strftime 3
57.Sh STANDARDS
58The
59.Fn wcsftime
60function conforms to
61.St -isoC-99 .
57.Vt "const char *"
58instead of
59.Vt "const wchar_t *" .
60.Sh SEE ALSO
61.Xr strftime 3
62.Sh STANDARDS
63The
64.Fn wcsftime
65function conforms to
66.St -isoC-99 .