newlocale.3c (95c635ef) newlocale.3c (b599bd93)
1'\" te
2.\"
3.\" This file and its contents are supplied under the terms of the
4.\" Common Development and Distribution License ("CDDL"), version 1.0.
5.\" You may only use this file in accordance with the terms of version
6.\" 1.0 of the CDDL.
7.\"
8.\" A full copy of the text of the CDDL should have accompanied this

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

16.TH NEWLOCALE 3C "Jun 23, 2014"
17.SH NAME
18duplocale, freelocale, newlocale \- create, duplicate, and destroy locale objects
19.SH SYNOPSIS
20.LP
21.nf
22#include <locale.h>
23
1'\" te
2.\"
3.\" This file and its contents are supplied under the terms of the
4.\" Common Development and Distribution License ("CDDL"), version 1.0.
5.\" You may only use this file in accordance with the terms of version
6.\" 1.0 of the CDDL.
7.\"
8.\" A full copy of the text of the CDDL should have accompanied this

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

16.TH NEWLOCALE 3C "Jun 23, 2014"
17.SH NAME
18duplocale, freelocale, newlocale \- create, duplicate, and destroy locale objects
19.SH SYNOPSIS
20.LP
21.nf
22#include <locale.h>
23
24\fBlocale_t\fR \fBnewlocale\fR(\fBint\fR \fIcategory_mask\fR, \fBconst char *\fR \fIlocale\fR,
24\fBlocale_t\fR \fBnewlocale\fR(\fBint\fR \fIcategory_mask\fR, \fBconst char *\fR\fIlocale\fR,
25 \fBlocale_t\fR \fIbase\fR);
26.fi
27.LP
28.nf
29\fBlocale_t\fR \fBduplocale\fR(\fBlocale_t\fR \fIloc\fR);
30.fi
31.LP
32.nf

--- 159 unchanged lines hidden ---
25 \fBlocale_t\fR \fIbase\fR);
26.fi
27.LP
28.nf
29\fBlocale_t\fR \fBduplocale\fR(\fBlocale_t\fR \fIloc\fR);
30.fi
31.LP
32.nf

--- 159 unchanged lines hidden ---