home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / cat3 / strxfrm.0 < prev    next >
Text File  |  1993-12-07  |  882b  |  67 lines

  1.  
  2. STRXFRM(3)                 UNIX Programmer's Manual                 STRXFRM(3)
  3.  
  4. NNAAMMEE
  5.      ssttrrxxffrrmm - transform a string under locale
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttrriinngg..hh>>
  9.  
  10.      _s_i_z_e___t
  11.      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)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The ssttrrxxffrrmm() function does something horrible (see ANSI standard).  In
  15.      this implementation it just copies.
  16.  
  17. SSEEEE AALLSSOO
  18.      bcmp(3),  memcmp(3),  strcasecmp(3),  strcmp(3),  strcoll(3)
  19.  
  20. SSTTAANNDDAARRDDSS
  21.      The ssttrrxxffrrmm() function conforms to ANSI C3.159­1989 (``ANSI C'').
  22.  
  23. BSD Experimental                 June 29, 1991                               1
  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.