4.3BSD-Reno/share/man/cat3/strpbrk.0

Compare this file to the similar file:
Show the results in this format:




STRPBRK(3)		      1990		       STRPBRK(3)



NNAAMMEE
     strpbrk - locate multiple characters in string

SSYYNNOOPPSSIISS
     ##iinncclluuddee <<ssttrriinngg..hh>>

     cchhaarr **
     ssttrrppbbrrkk((ccoonnsstt cchhaarr **ss,, ccoonnsstt cchhaarr **cchhaarrsseett));;

DDEESSCCRRIIPPTTIIOONN
     SSttrrppbbrrkk locates in the null-terminated 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, _s_t_r_p_b_r_k 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
     SSttrrppbbrrkk conforms to ANSI X3.159-1989 (``ANSI C'').


































Printed 7/27/90                May				1