2 .\" This file and its contents are supplied under the terms of the
3 .\" Common Development and Distribution License ("CDDL"), version 1.0.
4 .\" You may only use this file in accordance with the terms of version
7 .\" A full copy of the text of the CDDL should have accompanied this
8 .\" source. A copy of the CDDL is also available via the Internet at
9 .\" http://www.illumos.org/license/CDDL.
12 .\" Copyright 2015 Joyent, Inc.
15 .Dt PROC_STR2FLTSET 3PROC
21 .Nd convert a string to a fault, signal, or system call set
28 .Fa "const char *delim"
35 .Fa "const char *delim"
42 .Fa "const char *delim"
52 functions translate a character string,
54 into the corresponding fault set, signal set, and system call set
59 will be used as a delimiter between subsequent entries in the string
63 determines whether the entries in
65 enable or disable entries in
71 is filled in entirely and then each entry in
73 causes the corresponding entry to be disabled in
79 is empty initially and for each entry in
81 the corresponding entry in
85 If an unknown entry is encountered in
87 then the conversion will fail and a pointer to the first unknown
88 character will be returned.
90 Upon successful completion,
95 Otherwise, a pointer to the first unknown character is returned and
97 is set to indicate the error.
100 .Fn proc_str2fltset ,
101 .Fn proc_str2sigset ,
104 functions will fail if:
108 contains an unrecognized set name.
110 .Sh INTERFACE STABILITY
116 .Xr proc_fltname 3PROC ,
117 .Xr proc_fltset2str 3PROC ,
118 .Xr proc_signame 3PROC ,
119 .Xr proc_sigset2str 3PROC ,
120 .Xr proc_str2flt 3PROC ,
121 .Xr proc_str2sig 3PROC ,
122 .Xr proc_str2sys 3PROC ,
123 .Xr proc_sysname 3PROC ,
124 .Xr proc_sysset2str 3PROC ,