home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / ixemul-39.47-env-bin.lha / man / cat3 / strcspn.0 < prev    next >
Text File  |  1993-12-07  |  1KB  |  67 lines

  1.  
  2. STRCSPN(3)                 UNIX Programmer's Manual                 STRCSPN(3)
  3.  
  4. NNAAMMEE
  5.      ssttrrccssppnn - span the complement of a string
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttrriinngg..hh>>
  9.  
  10.      _s_i_z_e___t
  11.      ssttrrccssppnn(_c_o_n_s_t _c_h_a_r _*_s, _c_o_n_s_t _c_h_a_r _*_c_h_a_r_s_e_t)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The ssttrrccssppnn() function spans the initial part of the null­terminated
  15.      string _s as long as the characters from _s do not occur in string _c_h_a_r_s_e_t
  16.      (it spans the _c_o_m_p_l_e_m_e_n_t of _c_h_a_r_s_e_t).
  17.  
  18. RREETTUURRNN VVAALLUUEESS
  19.      The ssttrrccssppnn() function returns the number of characters spanned.
  20.  
  21. SSEEEE AALLSSOO
  22.      index(3),  memchr(3),  rindex(3),  strchr(3),  strpbrk(3),  strrchr(3),
  23.      strsep(3),  strspn(3),  strstr(3),  strtok(3)
  24.  
  25. SSTTAANNDDAARRDDSS
  26.      The ssttrrccssppnn() function conforms to ANSI C3.159­1989 (``ANSI C'').
  27.  
  28. BSD Experimental                 June 29, 1991                               1
  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.