xref: /386bsd/usr/share/man/cat3/strxfrm.0 (revision a2142627)
1STRXFRM(3)                386BSD Programmer's Manual                STRXFRM(3)
2
3NNAAMMEE
4     ssttrrxxffrrmm - transform a string under locale
5
6SSYYNNOOPPSSIISS
7     ##iinncclluuddee <<ssttrriinngg..hh>>
8
9     _s_i_z_e__t
10     ssttrrxxffrrmm(_c_h_a_r *_d_s_t, _c_o_n_s_t _c_h_a_r *_s_r_c, _s_i_z_e__t _n)
11
12DDEESSCCRRIIPPTTIIOONN
13     The ssttrrxxffrrmm() function does something horrible (see ANSI standard).  In
14     this implementation it just copies.
15
16SSEEEE AALLSSOO
17     bcmp(3),  memcmp(3),  strcasecmp(3),  strcmp(3),  strcoll(3)
18
19SSTTAANNDDAARRDDSS
20     The ssttrrxxffrrmm() function conforms to ANSI C3.159-1989 (``ANSI C'').
21
22BSD Experimental                 June 29, 1991                               1
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67