Man Page: function::errno_str
Operating Environment: debian
Section: 3
function::errno_str FUNCTION:(3stap) Errno Tapset FUNCTION:(3stap)NAMEfunction::errno_str - Symbolic string associated with error codeSYNOPSISerrno_str:string(err:long)ARGUMENTSerr The error number receivedDESCRIPTIONThis function returns the symbolic string associated with the giver error code, such as ENOENT for the number 2, or E#3333 for an out-of-range value such as 3333. SystemTap Tapset Reference May 2013 FUNCTION:(3stap)
| Related Man Pages |
|---|
| function::ctime(3) - debian |
| function::ctime(3stap) - centos |
| tapset::conversions(3stap) - centos |
| tapset::logging(3stap) - centos |
| tapset::timestamp(3stap) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Is UNIX an open source OS ? |
| Introduction |
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |