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_STR2FLT 3PROC
21 .Nd convert a string to a fault, signal, or system call
46 functions convert a string into the corresponding fault, signal, and
47 system call number respectively and stores the resulting value in
54 Upon successful completion, the
69 is returned to indicate that a conversion could not take place.
70 .Sh INTERFACE STABILITY
76 .Xr proc_fltname 3PROC ,
77 .Xr proc_fltset2str 3PROC ,
78 .Xr proc_signame 3PROC ,
79 .Xr proc_sigset2str 3PROC ,
80 .Xr proc_str2fltset 3PROC ,
81 .Xr proc_str2sigset 3PROC ,
82 .Xr proc_str2sysset 3PROC ,
83 .Xr proc_sysset2str 3PROC ,