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_FLTSET2STR 3PROC
21 .Nd convert a fault, signal, or system call set to a string
27 .Fa "const fltset_t *set"
28 .Fa "const char *delim"
35 .Fa "const sigset_t *set"
36 .Fa "const char *delim"
43 .Fa "const sysset_t *set"
44 .Fa "const char *delim"
55 functions respectively convert the fault, signal, and system call sets in
60 to a human-readable name and place the corresponding string in
65 characters will be placed in
67 including the null terminator.
70 is not large enough to hold the entire string, then an error
75 argument controls which members of the set are written out.
80 then the sets member are placed in
86 then the members which are not in the set are placed in
91 will be placed in-between every member of the set.
92 It will not come after the last entry in the set.
94 Upon successful completion, the
104 .Sh INTERFACE STABILITY
110 .Xr proc_fltname 3PROC ,
111 .Xr proc_signame 3PROC ,
112 .Xr proc_str2flt 3PROC ,
113 .Xr proc_str2fltset 3PROC ,
114 .Xr proc_str2sig 3PROC ,
115 .Xr proc_str2sigset 3PROC ,
116 .Xr proc_str2sys 3PROC ,
117 .Xr proc_str2sysset 3PROC ,
118 .Xr proc_sysname 3PROC ,