home *** CD-ROM | disk | FTP | other *** search
-
- STRPBRK(3) UNIX Programmer's Manual STRPBRK(3)
-
- NNAAMMEE
- ssttrrppbbrrkk - locate multiple characters in string
-
- SSYYNNOOPPSSIISS
- ##iinncclluuddee <<ssttrriinngg..hh>>
-
- _c_h_a_r _*
- ssttrrppbbrrkk(_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)
-
- DDEESSCCRRIIPPTTIIOONN
- The ssttrrppbbrrkk() function locates in the nullterminated string _s the first
- occurrence of any character in the string _c_h_a_r_s_e_t and returns a pointer
- to this character. If no characters from _c_h_a_r_s_e_t occur anywhere in _s
- ssttrrppbbrrkk() returns NULL.
-
- SSEEEE AALLSSOO
- index(3), memchr(3), rindex(3), strchr(3), strcspn(3), strrchr(3),
- strsep(3), strspn(3), strstr(3), strtok(3)
-
- SSTTAANNDDAARRDDSS
- The ssttrrppbbrrkk() function conforms to ANSI C3.1591989 (``ANSI C'').
-
- BSD Experimental June 29, 1991 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-