| <?xml version="1.0"?> |
| |
| |
| <def format="2"> |
| |
| |
| <function name="WIFEXITED,WEXITSTATUS,WIFSIGNALED,WTERMSIG,WIFSTOPPED,WSTOPSIG,WIFCONTINUED"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="semop"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="wcsnrtombs"> |
| <use-retval/> |
| <returnValue type="size_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-bool/> |
| <minsize type="argvalue" arg="4"/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="5" direction="inout"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| <function name="aio_read,aio_write"> |
| <use-retval/> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="aio_return"> |
| <use-retval/> |
| <returnValue type="ssize_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="aio_error"> |
| <use-retval/> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="aio_fsync"> |
| <use-retval/> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="inout"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="aio_cancel"> |
| <use-retval/> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="inout"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="aio_suspend"> |
| <use-retval/> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="a64l"> |
| <use-retval/> |
| <returnValue type="long"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="l64a"> |
| <use-retval/> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| |
| |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="isalnum_l"> |
| <use-retval/> |
| <pure/> |
| <returnValue type="int">arg1>=0x30 && arg1<=0x39 || arg1>=0x41 && arg1 <=0x5A || arg1>=0x61 && arg1 <=0x7A</returnValue> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:255</valid> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="isalpha_l"> |
| <use-retval/> |
| <pure/> |
| <returnValue type="int">arg1>='A' && arg1<='Z' || arg1>='a' && arg1 <='z'</returnValue> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:255</valid> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="isblank_l"> |
| <use-retval/> |
| <pure/> |
| <returnValue type="int">arg1==' ' || arg1=='\t'</returnValue> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:255</valid> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="iscntrl_l"> |
| <use-retval/> |
| <pure/> |
| <returnValue type="int">arg1==0x7F || arg1<=0x1F</returnValue> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:255</valid> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="isdigit_l"> |
| <use-retval/> |
| <pure/> |
| <returnValue type="int">arg1>='0' && arg1<='9'</returnValue> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:255</valid> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="isgraph_l"> |
| <use-retval/> |
| <pure/> |
| <returnValue type="int">arg1>=0x21 && arg1<=0x7E</returnValue> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:255</valid> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="islower_l"> |
| <use-retval/> |
| <pure/> |
| <returnValue type="int">arg1>=0x61 && arg1<=0x7A</returnValue> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:255</valid> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="isprint_l"> |
| <use-retval/> |
| <pure/> |
| <returnValue type="int">arg1>=0x20 && arg1<=0x7E</returnValue> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:255</valid> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="ispunct_l"> |
| <use-retval/> |
| <pure/> |
| <returnValue type="int">arg1>=0x21 && arg1<=0x2F || arg1>=0x3A && arg1<=0x40 || arg1>=0x5B && arg1<=0x60 || arg1>=0x7B && arg1<=0x7E</returnValue> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:255</valid> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="isspace_l"> |
| <use-retval/> |
| <pure/> |
| <returnValue type="int">arg1>=0x09 && arg1<=0x0D || arg1==0x20</returnValue> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:255</valid> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="isascii"> |
| <use-retval/> |
| <pure/> |
| <returnValue type="int">arg1>=0 && arg1<=0x7F</returnValue> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:255</valid> |
| </arg> |
| </function> |
| |
| <function name="isupper_l"> |
| <use-retval/> |
| <pure/> |
| <returnValue type="int">arg1>=0x41 && arg1<=0x5A</returnValue> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:255</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="isxdigit_l"> |
| <use-retval/> |
| <pure/> |
| <returnValue type="int">arg1>=0x30 && arg1<=0x39 || arg1>=0x41 && arg1<=0x46 || arg1>=0x61 && arg1<=0x66</returnValue> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:255</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="accept"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="access"> |
| <use-retval/> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="adjtime"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-bool/> |
| </arg> |
| </function> |
| <resource> |
| <alloc>dlopen</alloc> |
| <dealloc>dlclose</dealloc> |
| </resource> |
| |
| <function name="bind"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="listen"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="getpeername,getsockname"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="connect"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="dlerror"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="char*"/> |
| </function> |
| |
| |
| <function name="dlopen"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="void*"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="dlsym"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <use-retval/> |
| <returnValue type="void*"/> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| |
| <function name="dlclose"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="dup"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="dup2"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="gettimeofday"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| <arg nr="1" direction="out"/> |
| <arg nr="2" direction="out"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="settimeofday"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="FD_CLR"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="inout"> |
| <not-null/> |
| </arg> |
| </function> |
| |
| <function name="FD_ISSET"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="FD_SET"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="inout"> |
| <not-null/> |
| </arg> |
| </function> |
| |
| <function name="FD_ZERO"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| |
| |
| <function name="fdatasync"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="fnmatch"> |
| <pure/> |
| <use-retval/> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="fsync"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="truncate"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ftruncate"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="flock"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="lockf"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="flockfile,funlockfile"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="ftrylockfile"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="symlinkat"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <valid>0:</valid> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="symlink"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| |
| <function name="open"> |
| |
| |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" default="0" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="openat"> |
| |
| |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" default="0" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="creat"> |
| <use-retval/> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="sleep"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="unsigned int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="usleep"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-bool/> |
| <valid>0:999999</valid> |
| </arg> |
| <warn severity="style">Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. |
| The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() function obsolescent and POSIX.1-2008 removes it. It is recommended that new applications use the 'nanosleep' or 'setitimer' function.</warn> |
| </function> |
| |
| <function name="_exit"> |
| <noreturn>true</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="dirfd"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| </function> |
| |
| |
| <function name="faccessat"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="acct"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| |
| <function name="alarm"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="unsigned int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="getrpcent"> |
| <use-retval/> |
| <returnValue type="struct rpcent *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <warn severity="portability">Non reentrant function 'getrpcent' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getrpcent_r'.</warn> |
| </function> |
| |
| <function name="getrpcbyname"> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="struct rpcent *"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'getrpcbyname' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getrpcbyname_r'.</warn> |
| </function> |
| |
| <function name="getrpcbynumber"> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="struct rpcent *"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'getrpcbynumber' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getrpcbynumber_r'.</warn> |
| </function> |
| |
| <function name="getprotoent"> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="struct protoent *"/> |
| <warn severity="portability">Non reentrant function 'getprotoent' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getprotoent_r'.</warn> |
| </function> |
| |
| <function name="getprotobyname"> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="struct protoent *"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'getprotobyname' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getprotobyname_r'.</warn> |
| </function> |
| |
| <function name="getprotobynumber"> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="struct protoent *"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'getprotobynumber' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getprotobynumber_r'.</warn> |
| </function> |
| |
| <function name="getservent"> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="struct servent *"/> |
| <warn severity="portability">Non reentrant function 'getservent' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getservent_r'.</warn> |
| </function> |
| |
| <function name="getservbyname"> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="struct servent *"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'getservbyname' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getservbyname_r'.</warn> |
| </function> |
| |
| <function name="getservbyport"> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="struct servent *"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'getservbyport' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getservbyport_r'.</warn> |
| </function> |
| |
| <function name="getnetent"> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="struct netent *"/> |
| <warn severity="portability">Non reentrant function 'getnetent' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getnetent_r'.</warn> |
| </function> |
| |
| <function name="getnetbyname"> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="struct netent *"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'getnetbyname' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getnetbyname_r'.</warn> |
| </function> |
| |
| <function name="getnetbyaddr"> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="struct netent *"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'getnetbyaddr' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getnetbyaddr_r'.</warn> |
| </function> |
| |
| <function name="gethostent"> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="struct hostent *"/> |
| <warn severity="portability">Non reentrant function 'gethostent' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gethostent_r'.</warn> |
| </function> |
| |
| <function name="gethostbyname"> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="struct hostent *"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="getaddrinfo"/> |
| </function> |
| |
| <function name="gethostbyname2"> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="struct hostent *"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'gethostbyname2' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gethostbyname2_r'.</warn> |
| </function> |
| |
| <function name="gethostbyaddr"> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="struct hostent *"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="getnameinfo"/> |
| </function> |
| |
| <function name="brk"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="sbrk"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void *"/> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="closedir"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="strfry"> |
| <noreturn>false</noreturn> |
| <returnValue type="char *"/> |
| <arg nr="1"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="strsep"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="char *"/> |
| <arg nr="1"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="2"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="strndup"> |
| <noreturn>false</noreturn> |
| <returnValue type="char *"/> |
| <use-retval/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="wcsdup"> |
| <noreturn>false</noreturn> |
| <returnValue type="wchar_t *"/> |
| <use-retval/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="mkstemp"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="mkdtemp"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="char *"/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="mktemp"> |
| <noreturn>false</noreturn> |
| <returnValue type="char *"/> |
| <leak-ignore/> |
| <use-retval/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <warn severity="warning">Obsolete function 'mktemp' called. It is recommended to use 'mkstemp' or 'mkdtemp' instead. |
| The function 'mktemp' is considered to be dangerous due to race conditions and some implementations generating only up to 26 different filenames out of each template. This function has been removed in POSIX.1-2008. Use 'mkstemp' or 'mkdtemp' instead.</warn> |
| </function> |
| |
| <function name="getcwd"> |
| <noreturn>false</noreturn> |
| <returnValue type="char *"/> |
| <leak-ignore/> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="mkdir"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="mknod"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="mknodat"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="mkdirat"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="fchmodat"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="fchownat"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="rmdir"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="chdir"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="chroot"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="link"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="linkat"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="unlinkat"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="unlink"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="stat"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="lstat"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="fstat"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <valid>0:</valid> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="fstatat"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="chmod"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="umask"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="mode_t"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="fchmod"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="chown"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="lchown"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="fchown"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="times"> |
| <noreturn>false</noreturn> |
| <returnValue type="clock_t"/> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="utime"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="utimensat"/> |
| </function> |
| |
| |
| <function name="encrypt"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <minsize type="value" value="64" baseType="char"/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="futimens"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <minsize type="value" value="2" baseType="timespec"/> |
| </arg> |
| </function> |
| |
| <function name="utimensat"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <minsize type="value" value="2" baseType="timespec"/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="utimes"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <minsize type="value" value="2" baseType="timeval"/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="utimensat"/> |
| </function> |
| |
| <function name="opendir"> |
| <noreturn>false</noreturn> |
| <returnValue type="DIR *"/> |
| <use-retval/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="fdopendir"> |
| <use-retval/> |
| <returnValue type="DIR *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| <valid>0:</valid> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="isatty"> |
| <use-retval/> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1"> |
| <valid>0:</valid> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="popen"> |
| <use-retval/> |
| <returnValue type="FILE *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="pclose"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="socket"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="setsockopt"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-null/> |
| <minsize type="argvalue" arg="5"/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="getsockopt"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="5" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="nice"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| <arg nr="1"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>-20:19</valid> |
| </arg> |
| </function> |
| |
| <function name="pause"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="close"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="confstr"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="size_t"/> |
| <arg nr="1"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="fpathconf"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="pathconf"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long int"/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="sysconf"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="long int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="fdopen"> |
| <use-retval/> |
| <returnValue type="FILE *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="random"> |
| <use-retval/> |
| <returnValue type="long int"/> |
| <noreturn>false</noreturn> |
| </function> |
| |
| <function name="srandom"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| |
| |
| |
| <arg nr="1"/> |
| </function> |
| |
| <function name="rewinddir"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="seekdir"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="rand_r"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="rand"/> |
| </function> |
| |
| <function name="strcasecmp"> |
| <pure/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| |
| <function name="strncasecmp"> |
| <pure/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="wcsncasecmp"> |
| <pure/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="sendfile"> |
| <leak-ignore/> |
| <returnValue type="ssize_t"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-bool/> |
| <valid>1:</valid> |
| </arg> |
| </function> |
| |
| <function name="srand48"> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="seed48"> |
| <leak-ignore/> |
| <use-retval/> |
| <returnValue type="unsigned short *"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <minsize type="value" value="3" baseType="unsigned short"/> |
| </arg> |
| </function> |
| |
| <function name="jrand48"> |
| <leak-ignore/> |
| <use-retval/> |
| <returnValue type="long int"/> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <minsize type="value" value="3" baseType="unsigned short"/> |
| </arg> |
| </function> |
| |
| <function name="nrand48"> |
| <leak-ignore/> |
| <use-retval/> |
| <returnValue type="long int"/> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <minsize type="value" value="3" baseType="unsigned short"/> |
| </arg> |
| </function> |
| |
| <function name="erand48"> |
| <leak-ignore/> |
| <use-retval/> |
| <returnValue type="double"/> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <minsize type="value" value="3" baseType="unsigned short"/> |
| </arg> |
| </function> |
| |
| <function name="lcong48"> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <minsize type="value" value="7" baseType="unsigned short"/> |
| </arg> |
| </function> |
| |
| <function name="read"> |
| <leak-ignore/> |
| <returnValue type="ssize_t"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="out"> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="pread"> |
| <leak-ignore/> |
| <returnValue type="ssize_t"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="out"> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="write"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="ssize_t"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="pwrite"> |
| <returnValue type="ssize_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <valid>0:</valid> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="recv"> |
| <returnValue type="ssize_t"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="recvfrom"> |
| <returnValue type="ssize_t"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="out"/> |
| <arg nr="6" direction="inout"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="recvmsg"> |
| <returnValue type="ssize_t"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="send"> |
| <returnValue type="ssize_t"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="sendto"> |
| <returnValue type="ssize_t"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="6" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="sendmsg"> |
| <returnValue type="ssize_t"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="mmap"> |
| <use-retval/> |
| <returnValue type="void *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>1:</valid> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="6" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="mmap64"> |
| <use-retval/> |
| <returnValue type="void *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>1:</valid> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="6" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="munmap"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>1:</valid> |
| </arg> |
| </function> |
| |
| <function name="openlog"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="fcntl"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="any"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="ioctl"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="any"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="syslog"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <formatstr/> |
| <arg nr="2" direction="in"> |
| <formatstr/> |
| <strz/> |
| </arg> |
| <arg nr="any"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="vsyslog"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <formatstr/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="getgid"> |
| <use-retval/> |
| <returnValue type="gid_t"/> |
| <noreturn>false</noreturn> |
| </function> |
| |
| <function name="getegid"> |
| <use-retval/> |
| <returnValue type="gid_t"/> |
| <noreturn>false</noreturn> |
| </function> |
| |
| <function name="getuid"> |
| <use-retval/> |
| <returnValue type="uid_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| </function> |
| |
| <function name="getsid"> |
| <use-retval/> |
| <returnValue type="pid_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="geteuid"> |
| <use-retval/> |
| <returnValue type="uid_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| </function> |
| |
| <function name="getppid"> |
| <use-retval/> |
| <returnValue type="pid_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| </function> |
| |
| <function name="getpid"> |
| <use-retval/> |
| <returnValue type="pid_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| </function> |
| |
| <function name="getpgrp"> |
| <use-retval/> |
| <returnValue type="pid_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| </function> |
| |
| <function name="getpgid"> |
| <use-retval/> |
| <returnValue type="ppid_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="setuid"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="seteuid"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="setgid"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="setegid"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="setpgid"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="socketpair"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| <not-bool/> |
| <minsize type="value" value="2" baseType="int"/> |
| </arg> |
| </function> |
| |
| |
| <function name="pipe"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| <not-bool/> |
| <minsize type="value" value="2" baseType="int"/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| <function name="pselect"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="inout"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="inout"> |
| <not-uninit/> |
| </arg> |
| <arg nr="4" direction="inout"> |
| <not-uninit/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="6" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="select"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="inout"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="inout"> |
| <not-uninit/> |
| </arg> |
| <arg nr="4" direction="inout"> |
| <not-uninit/> |
| </arg> |
| <arg nr="5" direction="inout"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="setpgrp"> |
| <returnValue type="pid_t"/> |
| <noreturn>false</noreturn> |
| </function> |
| |
| <function name="setregid"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="setreuid"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="setfsuid"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="setfsgid"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="setsid"> |
| <returnValue type="pid_t"/> |
| <noreturn>false</noreturn> |
| |
| </function> |
| |
| <function name="getwd"> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| <leak-ignore/> |
| <warn severity="style" reason="Obsolescent" alternatives="getcwd"/> |
| </function> |
| |
| |
| <function name="htonl"> |
| <returnValue type="uint32_t"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="htons"> |
| <returnValue type="uint16_t"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ntohl"> |
| <returnValue type="uint32_t"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="ntohs"> |
| <returnValue type="uint16_t"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="inet_addr"> |
| <leak-ignore/> |
| <pure/> |
| <returnValue type="in_addr_t"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| |
| <function name="inet_ntoa"> |
| <leak-ignore/> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="mq_close"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="mq_getattr"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="mq_notify"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="mq_open"> |
| <returnValue type="mqd_t"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="any"/> |
| </function> |
| |
| |
| <function name="mq_receive"> |
| <returnValue type="ssize_t"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="mq_send"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="mq_setattr"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="mq_timedreceive"> |
| <returnValue type="ssize_t"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="out"/> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="mq_timedsend"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <not-null/> |
| <minsize type="argvalue" arg="3"/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="mq_unlink"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| |
| <function name="dbm_clearerr"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="dbm_close"> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="dbm_delete"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="dbm_error"> |
| <use-retval/> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="dbm_fetch"> |
| <use-retval/> |
| <returnValue type="datum"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="dbm_firstkey"> |
| <use-retval/> |
| <returnValue type="datum"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="dbm_nextkey"> |
| <use-retval/> |
| <returnValue type="datum"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="dbm_open"> |
| <returnValue type="DBM *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="dbm_store"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="freeaddrinfo"> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| <not-null/> |
| |
| </arg> |
| </function> |
| |
| |
| <function name="getaddrinfo"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| |
| |
| <function name="getnameinfo"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <minsize type="argvalue" arg="2"/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="3" direction="out"> |
| <minsize type="argvalue" arg="4"/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="5" direction="out"> |
| <minsize type="argvalue" arg="6"/> |
| </arg> |
| <arg nr="6" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="7" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="gai_strerror"> |
| <noreturn>false</noreturn> |
| <returnValue type="const char *"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="endhostent"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="sethostent"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="uname"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="endpwent"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| </function> |
| |
| <function name="getpwent"> |
| <use-retval/> |
| <returnValue type="struct passwd *"/> |
| <noreturn>false</noreturn> |
| <warn severity="portability">Non reentrant function 'getpwent' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getpwent_r'.</warn> |
| </function> |
| |
| |
| <function name="fgetpwent_r"> |
| <use-retval/> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="5" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="getpwent_r"> |
| <use-retval/> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="getpwnam"> |
| <use-retval/> |
| <returnValue type="struct passwd *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'getpwnam' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getpwnam_r'.</warn> |
| </function> |
| |
| <function name="strtok,std::strtok"> |
| |
| |
| <warn severity="portability">Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'.</warn> |
| </function> |
| |
| |
| <function name="strtok_r"> |
| |
| <noreturn>false</noreturn> |
| <returnValue type="char *"/> |
| <pure/> |
| <leak-ignore/> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="inout"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="getpwnam_r"> |
| <use-retval/> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="4"/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="5" direction="out"> |
| <not-bool/> |
| <not-null/> |
| </arg> |
| </function> |
| |
| <function name="getpwuid"> |
| <use-retval/> |
| <returnValue type="struct passwd *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'getpwuid' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getpwuid_r'.</warn> |
| </function> |
| |
| |
| <function name="getpwuid_r"> |
| <returnValue type="int"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="4"/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="5" direction="out"> |
| <not-bool/> |
| <not-null/> |
| </arg> |
| </function> |
| |
| <function name="setpwent"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| </function> |
| |
| |
| <function name="catclose"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="catgets"> |
| <returnValue type="char *"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| |
| <function name="catopen"> |
| <returnValue type="nl_catd"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="poll"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="lfind"> |
| <returnValue type="void *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <minsize type="argvalue" arg="4"/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>1:</valid> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| </function> |
| |
| |
| <function name="lsearch"> |
| <returnValue type="void *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <minsize type="argvalue" arg="4"/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>1:</valid> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| </function> |
| |
| |
| <function name="mbsnrtowcs"> |
| <returnValue type="size_t"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| |
| |
| |
| <arg nr="1" direction="out"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| |
| |
| <arg nr="5" direction="in"/> |
| </function> |
| |
| |
| <function name="regcomp"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="regerror"> |
| <returnValue type="size_t"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <minsize type="argvalue" arg="4"/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="regexec"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="4" direction="out"/> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="regfree"> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="sched_get_priority_max"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="sched_get_priority_min"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="sched_getparam"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="sched_getscheduler"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="sched_rr_get_interval"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="sched_setparam"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="sched_setscheduler"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="sched_yield"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| </function> |
| |
| |
| |
| <function name="ecvt"> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="sprintf"/> |
| </function> |
| |
| |
| <function name="fcvt"> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="sprintf"/> |
| </function> |
| |
| |
| <function name="gcvt"> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="sprintf"/> |
| </function> |
| |
| |
| <function name="lseek"> |
| <returnValue type="off_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:2</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="lseek64"> |
| <returnValue type="off64_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:2</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="llseek"> |
| <returnValue type="loff_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:2</valid> |
| </arg> |
| |
| <warn severity="style" reason="Obsolescent" alternatives="lseek64"/> |
| </function> |
| |
| <function name="nanosleep"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="setkey"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="getpass"> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| |
| <function name="drand48"> |
| <use-retval/> |
| <returnValue type="double"/> |
| <noreturn>false</noreturn> |
| </function> |
| |
| |
| <function name="lrand48,mrand48"> |
| <use-retval/> |
| <returnValue type="long int"/> |
| <noreturn>false</noreturn> |
| </function> |
| |
| |
| <function name="putenv"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="setenv"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="unsetenv"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="localtime,std::localtime"> |
| <noreturn>false</noreturn> |
| <returnValue type="struct tm *"/> |
| <leak-ignore/> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'.</warn> |
| </function> |
| |
| <function name="localtime_r"> |
| <noreturn>false</noreturn> |
| <returnValue type="struct tm *"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="readdir"> |
| <returnValue type="struct dirent *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="readdir_r"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="readlink"> |
| <returnValue type="ssize_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="renameat"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| |
| <function name="readlinkat"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="4"/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="strxfrm_l"> |
| <returnValue type="size_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| |
| <arg nr="1" direction="out"> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="asctime_r"> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <not-bool/> |
| <minsize type="value" value="26"/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="strftime"/> |
| </function> |
| |
| |
| <function name="ctime_r"> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <not-bool/> |
| <minsize type="value" value="26"/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="strftime"/> |
| </function> |
| |
| <function name="gmtime_r"> |
| <returnValue type="struct tm *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="gmtime"> |
| <returnValue type="struct tm *"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'.</warn> |
| </function> |
| |
| |
| |
| <function name="clock_settime"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="killpg"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="kill"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="clock_gettime"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="clock_getres"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="tmpnam,tmpnam_r"> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-bool/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="tmpfile,mkstemp,mkdtemp"/> |
| </function> |
| |
| <function name="makecontext"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1"> |
| <not-null/> |
| </arg> |
| <arg nr="2"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="3"> |
| <not-bool/> |
| <not-uninit/> |
| </arg> |
| <arg nr="any"/> |
| <warn severity="portability">Obsolescent function 'makecontext' called. Applications are recommended to be rewritten to use POSIX threads.</warn> |
| </function> |
| |
| <function name="swapcontext"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1"> |
| <not-null/> |
| </arg> |
| <arg nr="2"> |
| <not-null/> |
| </arg> |
| <warn severity="portability">Obsolescent function 'swapcontext' called. Applications are recommended to be rewritten to use POSIX threads.</warn> |
| </function> |
| |
| <function name="getcontext"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1"> |
| <not-null/> |
| </arg> |
| <warn severity="portability">Obsolescent function 'getcontext' called. Applications are recommended to be rewritten to use POSIX threads.</warn> |
| </function> |
| |
| <function name="ualarm"> |
| <returnValue type="useconds_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="timer_create,timer_delete,timer_getoverrun,timer_gettime,timer_settime"/> |
| </function> |
| |
| <function name="scalb"> |
| <returnValue type="double"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="scalbln,scalblnf,scalbln,scalbn,scalbnf,scalbnl"/> |
| </function> |
| |
| |
| <function name="bcopy"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="memcpy,memmove"/> |
| </function> |
| |
| <function name="bcmp"> |
| <use-retval/> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="memcmp"/> |
| </function> |
| |
| <function name="bzero"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="2"/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="memset"/> |
| </function> |
| |
| |
| <function name="ftime"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="time,gettimeofday,clock_gettime"/> |
| </function> |
| |
| <function name="wcswcs"> |
| <use-retval/> |
| <returnValue type="wchar_t *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="wcsstr"/> |
| </function> |
| |
| <function name="stpcpy"> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <not-overlapping-data ptr1-arg="1" ptr2-arg="2" strlen-arg="2"/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| <minsize type="strlen" arg="2"/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="index"> |
| <use-retval/> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="strchr"/> |
| </function> |
| |
| <function name="rindex"> |
| <use-retval/> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="strrchr"/> |
| </function> |
| |
| <function name="bsd_signal"> |
| <returnValue type="sighandler_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="sigaction"/> |
| </function> |
| |
| <function name="fork"> |
| <returnValue type="pid_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| </function> |
| |
| <function name="vfork"> |
| <returnValue type="pid_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <warn severity="style" reason="Obsolescent" alternatives="fork"/> |
| </function> |
| |
| <function name="pthread_atfork"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="3"/> |
| </function> |
| |
| |
| |
| <function name="pthread_cond_signal,pthread_cond_broadcast"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="pthread_create"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="in"/> |
| <arg nr="3"> |
| <not-null/> |
| </arg> |
| <arg nr="4"/> |
| </function> |
| |
| |
| <function name="pthread_detach"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="pthread_equal"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| <function name="pthread_exit"> |
| <noreturn>true</noreturn> |
| <arg nr="1"/> |
| </function> |
| |
| |
| <function name="pthread_join"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="pthread_kill"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="pthread_self"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="pthread_t"/> |
| </function> |
| |
| |
| <function name="pthread_attr_destroy"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| </arg> |
| </function> |
| |
| <function name="pthread_attr_init"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| |
| |
| <function name="pthread_attr_setstackaddr"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="pthread_attr_setstack"/> |
| </function> |
| |
| |
| <function name="pthread_attr_setstack"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="pthread_attr_getstackaddr"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="pthread_attr_getstack"/> |
| </function> |
| |
| |
| <function name="pthread_attr_setstacksize,pthread_attr_setguardsize"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="pthread_attr_getstack"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| <function name="posix_trace_trygetnext_event"> |
| <returnValue type="int"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="5" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="6" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| |
| <function name="posix_trace_timedgetnext_event"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <pure/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="5" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="6" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="7" direction="in"> |
| <not-null/> |
| </arg> |
| </function> |
| |
| |
| <function name="posix_trace_event"> |
| <leak-ignore/> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>1:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| |
| |
| <function name="posix_trace_getnext_event"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <minsize type="argvalue" arg="4"/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="5" direction="out"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="6" direction="out"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="pthread_attr_getstacksize,pthread_attr_getguardsize"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="pthread_mutex_init"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="in"> |
| |
| </arg> |
| </function> |
| |
| <function name="pthread_mutex_destroy"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="pthread_mutex_lock"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="pthread_mutex_trylock"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <use-retval/> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="pthread_mutex_unlock"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="tempnam"> |
| <use-retval/> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'tempnam' called. For threadsafe applications it is recommended to use the reentrant replacement function 'tempnam_r'.</warn> |
| </function> |
| |
| <function name="crypt"> |
| <use-retval/> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'crypt' called. For threadsafe applications it is recommended to use the reentrant replacement function 'crypt_r'.</warn> |
| </function> |
| |
| <function name="ttyname"> |
| <use-retval/> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <valid>0:</valid> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'ttyname' called. For threadsafe applications it is recommended to use the reentrant replacement function 'ttyname_r'.</warn> |
| </function> |
| |
| <function name="ttyname_r"> |
| <use-retval/> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <valid>0:</valid> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="getspnam"> |
| <use-retval/> |
| <returnValue type="struct spwd *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'getspnam' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getspnam_r'.</warn> |
| </function> |
| |
| <function name="getspent"> |
| <use-retval/> |
| <returnValue type="struct spwd *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <warn severity="portability">Non reentrant function 'getspent' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getspent_r'.</warn> |
| </function> |
| |
| <function name="fgetspent"> |
| <use-retval/> |
| <returnValue type="struct spwd *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'fgetspent' called. For threadsafe applications it is recommended to use the reentrant replacement function 'fgetspent_r'.</warn> |
| </function> |
| |
| <function name="sgetspent"> |
| <use-retval/> |
| <returnValue type="struct spwd *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'sgetspent' called. For threadsafe applications it is recommended to use the reentrant replacement function 'sgetspent_r'.</warn> |
| </function> |
| |
| <function name="fgetpwent"> |
| <use-retval/> |
| <returnValue type="struct passwd *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'fgetpwent' called. For threadsafe applications it is recommended to use the reentrant replacement function 'fgetpwent_r'.</warn> |
| </function> |
| |
| <function name="getgrent"> |
| <use-retval/> |
| <returnValue type="struct group *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <warn severity="portability">Non reentrant function 'getgrent' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getgrent_r'.</warn> |
| </function> |
| |
| <function name="getgrent_r"> |
| <use-retval/> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="out"/> |
| <arg nr="2" direction="out"> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="fgetgrent"> |
| <use-retval/> |
| <returnValue type="struct group *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'fgetgrent' called. For threadsafe applications it is recommended to use the reentrant replacement function 'fgetgrent_r'.</warn> |
| </function> |
| |
| <function name="getnetgrent"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'getnetgrent' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getnetgrent_r'.</warn> |
| </function> |
| |
| <function name="getgrnam"> |
| <use-retval/> |
| <returnValue type="struct group *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'getgrnam' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getgrnam_r'.</warn> |
| </function> |
| |
| <function name="getgrgid"> |
| <returnValue type="struct group *"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'getgrgid' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getgrgid_r'.</warn> |
| </function> |
| |
| |
| <function name="getgrnam_r"> |
| <returnValue type="int"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="4"/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="5" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| |
| |
| <function name="getgrgid_r"> |
| <returnValue type="int"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="4"/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="5" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| |
| <function name="getlogin"> |
| <returnValue type="char *"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <warn severity="portability">Non reentrant function 'getlogin' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getlogin_r'.</warn> |
| </function> |
| |
| |
| <function name="getline"> |
| <returnValue type="ssize_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| |
| |
| |
| <arg nr="1" direction="out"/> |
| <arg nr="2" direction="inout"> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="getdelim"> |
| <returnValue type="ssize_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| |
| |
| |
| <arg nr="1" direction="out"/> |
| <arg nr="2" direction="inout"> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <valid>0:255</valid> |
| </arg> |
| <arg nr="4" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="getlogin_r"> |
| <returnValue type="int"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="2"/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="ctermid"> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-bool/> |
| </arg> |
| <warn severity="portability">Non reentrant function 'ctermid' called. For threadsafe applications it is recommended to use the reentrant replacement function 'ctermid_r'.</warn> |
| </function> |
| |
| |
| <function name="realpath"> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="telldir"> |
| <returnValue type="long"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="wcswidth"> |
| <returnValue type="int"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <minsize type="argvalue" arg="2"/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| <function name="scandir"> |
| <use-retval/> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="fileno"> |
| <returnValue type="int"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="fseeko,fseeko64"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:2</valid> |
| </arg> |
| </function> |
| |
| <function name="ftello"> |
| <use-retval/> |
| <returnValue type="off_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="execv,execvp"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="wait"> |
| <returnValue type="pid_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="waitpid"> |
| <returnValue type="pid_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="out"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| <function name="strnlen,wcsnlen"> |
| <use-retval/> |
| <returnValue type="size_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <minsize type="argvalue" arg="2"/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="wcwidth"> |
| <returnValue type="int"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="ffs"> |
| |
| <returnValue type="int">arg1==0 &0</returnValue> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="shmctl"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3"> |
| |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="shmget"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="shmat"> |
| <noreturn>false</noreturn> |
| <returnValue type="void *"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="shmdt"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="getrlimit"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="setrlimit"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="glob"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="globfree"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="wcpncpy"> |
| <returnValue type="wchar_t *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <not-overlapping-data ptr1-arg="1" ptr2-arg="2" count-arg="3"/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="3" baseType="wchar_t"/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="stpncpy"> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <not-overlapping-data ptr1-arg="1" ptr2-arg="2" size-arg="3"/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="memccpy"> |
| <leak-ignore/> |
| <returnValue type="void *"/> |
| <noreturn>false</noreturn> |
| <not-overlapping-data ptr1-arg="1" ptr2-arg="2" size-arg="4"/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| <minsize type="sizeof" arg="2"/> |
| <minsize type="argvalue" arg="4"/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="getopt"> |
| <leak-ignore/> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| |
| <function name="getitimer"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="setitimer"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="sigaction"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"/> |
| <arg nr="3" direction="out"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="sigaltstack"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="siglongjmp,_longjmp"> |
| <returnValue type="void"/> |
| <noreturn>true</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="sigsetjmp,_setjmp"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="out"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="sigsuspend"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="pthread_sigmask,sigprocmask"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="sighold,sigignore,sigpause,sigrelse"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| <function name="sigset"> |
| <noreturn>false</noreturn> |
| <returnValue type="void*"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="getrusage"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="sigemptyset"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="sigfillset"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="sigaddset"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="sigdelset"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="sigismember"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <function name="posix_spawn,posix_spawnp"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="out"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"/> |
| <arg nr="4" direction="in"/> |
| <arg nr="5"/> |
| <arg nr="6"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="msgctl"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3"> |
| |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="msgget"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="msgrcv"> |
| <returnValue type="ssize_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="3"/> |
| |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="msgsnd"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <minsize type="argvalue" arg="3"/> |
| |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="tcflow"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="tcflush"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="tcsendbreak"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="tcgetattr"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="tcsetattr"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| <function name="cfsetospeed,cfsetispeed"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="tcdrain"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="S_ISREG,S_ISDIR,S_ISCHR,S_ISBLK,S_ISFIFO,S_ISLNK,S_ISSOCK"> |
| <returnValue type="int"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="swab"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <not-overlapping-data ptr1-arg="1" ptr2-arg="2" size-arg="3"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="sync"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| </function> |
| |
| |
| <function name="gethostname"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="2"/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>1:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="posix_memalign"> |
| <use-retval/> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="valloc"> |
| <use-retval/> |
| <returnValue type="void *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <warn severity="style" alternatives="malloc,mmap" reason="Obsolete"/> |
| </function> |
| <memory> |
| <alloc init="false" buffer-size="malloc">valloc</alloc> |
| <dealloc>free</dealloc> |
| </memory> |
| <memory> |
| <alloc init="false" arg="1">posix_memalign</alloc> |
| <dealloc>free</dealloc> |
| </memory> |
| <memory> |
| <alloc init="false" arg="2">scandir</alloc> |
| <dealloc>free</dealloc> |
| </memory> |
| <memory> |
| <alloc init="true">strndup</alloc> |
| <alloc init="true">wcsdup</alloc> |
| <dealloc>free</dealloc> |
| </memory> |
| <memory> |
| <alloc init="true" arg="1">getline</alloc> |
| <alloc init="true" arg="1">getdelim</alloc> |
| <dealloc>free</dealloc> |
| </memory> |
| <memory> |
| <alloc init="true">mmap</alloc> |
| <alloc init="true">mmap64</alloc> |
| <dealloc>munmap</dealloc> |
| </memory> |
| <resource> |
| <alloc init="true">open</alloc> |
| <alloc init="true">mkstemp</alloc> |
| <alloc init="true">creat</alloc> |
| <alloc init="true">openat</alloc> |
| <alloc init="true">socket</alloc> |
| <dealloc>close</dealloc> |
| <dealloc>fdopen</dealloc> |
| </resource> |
| <resource> |
| <alloc init="true">opendir</alloc> |
| <alloc init="true">fdopendir</alloc> |
| <dealloc>closedir</dealloc> |
| </resource> |
| <resource> |
| <alloc init="true">fdopen</alloc> |
| <dealloc>fclose</dealloc> |
| </resource> |
| <resource> |
| <alloc init="true">popen</alloc> |
| <dealloc>pclose</dealloc> |
| </resource> |
| <resource> |
| <alloc init="true">mq_open</alloc> |
| <dealloc>mq_close</dealloc> |
| </resource> |
| <memory> |
| <alloc init="true" arg="4">getaddrinfo</alloc> |
| <dealloc>freeaddrinfo</dealloc> |
| </memory> |
| |
| <podtype name="in_port_t" sign="u" size="2"/> |
| <podtype name="in_addr_t" sign="u" size="4"/> |
| <podtype name="nfds_t" sign="u"/> |
| <podtype name="socklen_t" sign="u" size="4"/> |
| <podtype name="sa_family_t" sign="u" size="2"/> |
| <podtype name="nlink_t" sign="s"/> |
| <podtype name="mode_t" sign="s"/> |
| <podtype name="pid_t" sign="s"/> |
| <podtype name="uid_t" sign="s"/> |
| <podtype name="gid_t" sign="s"/> |
| <podtype name="id_t" sign="s"/> |
| <podtype name="blkcnt_t" sign="s"/> |
| <podtype name="off_t" sign="s"/> |
| <podtype name="loff_t" sign="s" size="8"/> |
| <podtype name="off64_t" sign="s" size="8"/> |
| <podtype name="fsblkcnt_t" sign="u"/> |
| <podtype name="fsfilcnt_t" sign="u"/> |
| <podtype name="ino_t" sign="u"/> |
| <podtype name="useconds_t" sign="u"/> |
| <podtype name="suseconds_t" sign="u"/> |
| <podtype name="blksize_t" sign="s"/> |
| <podtype name="ssize_t" sign="s"/> |
| |
| |
| <podtype name="clockid_t"/> |
| <podtype name="dev_t"/> |
| <podtype name="key_t"/> |
| <podtype name="tms"/> |
| |
| <podtype name="pthread_attr_t"/> |
| <podtype name="pthread_cond_t"/> |
| <podtype name="pthread_condattr_t"/> |
| <podtype name="pthread_key_t"/> |
| <podtype name="pthread_mutexattr_t"/> |
| <podtype name="pthread_mutex_t"/> |
| <podtype name="pthread_barrier_t"/> |
| <podtype name="pthread_barrierattr_t"/> |
| <podtype name="pthread_once_t"/> |
| <podtype name="pthread_rwlock_t"/> |
| <podtype name="pthread_rwlockattr_t"/> |
| <podtype name="pthread_spinlock_t"/> |
| <podtype name="pthread_t"/> |
| <podtype name="timer_t"/> |
| <podtype name="trace_attr_t"/> |
| <podtype name="trace_event_id_t"/> |
| <podtype name="trace_event_set_t"/> |
| <podtype name="trace_id_t"/> |
| <podtype name="stat"/> |
| <podtype name="sigjmp_buf"/> |
| <podtype name="sigset_t"/> |
| <podtype name="termios"/> |
| <podtype name="intptr_t"/> |
| <podtype name="timespec"/> |
| |
| <podtype name="timezone"/> |
| |
| <podtype name="stack_t"/> |
| <podtype name="mq_attr"/> |
| <podtype name="mqd_t"/> |
| <podtype name="datum"/> |
| <podtype name="DBM"/> |
| <podtype name="addrinfo"/> |
| <podtype name="hostent"/> |
| <podtype name="netent"/> |
| <podtype name="protoent"/> |
| <podtype name="servent"/> |
| <podtype name="passwd"/> |
| <podtype name="nl_catd"/> |
| <podtype name="nl_item"/> |
| <podtype name="regex_t"/> |
| <podtype name="sched_param"/> |
| <podtype name="glob_t"/> |
| <podtype name="locale_t"/> |
| <define name="MAP_FAILED" value="-1"/> |
| <define name="RTLD_LAZY" value="0x01"/> |
| <define name="RTLD_NOW" value="0x02"/> |
| <define name="RTLD_GLOBAL" value="0x04"/> |
| <define name="RTLD_LOCAL" value="0x08"/> |
| <define name="S_IFMT" value="0170000"/> |
| <define name="S_IFSOCK" value="0140000"/> |
| <define name="S_IFLNK" value="0120000"/> |
| <define name="S_IFREG" value="0100000"/> |
| <define name="S_IFBLK" value="0060000"/> |
| <define name="S_IFDIR" value="0040000"/> |
| <define name="S_IFCHR" value="0020000"/> |
| <define name="S_IFIFO" value="0010000"/> |
| |
| |
| <define name="SIGHUP" value="1"/> |
| <define name="SIGQUIT" value="3"/> |
| <define name="SIGILL" value="4"/> |
| <define name="SIGTRAP" value="5"/> |
| <define name="SIGBUS" value="7"/> |
| <define name="SIGUSR1" value="10"/> |
| <define name="SIGUSR2" value="12"/> |
| <define name="SIGPIPE" value="13"/> |
| <define name="SIGALRM" value="14"/> |
| <define name="SIGCHLD" value="17"/> |
| <define name="SIGCONT" value="18"/> |
| <define name="SIGSTOP" value="19"/> |
| <define name="SIGTSTP" value="20"/> |
| <define name="SIGTTIN" value="21"/> |
| <define name="SIGTTOU" value="22"/> |
| <define name="SIGURG" value="23"/> |
| <define name="SIGXCPU" value="24"/> |
| <define name="SIGXFSZ" value="25"/> |
| <define name="SIGVTALRM" value="26"/> |
| <define name="SIGPROF" value="27"/> |
| <define name="SIGPOLL" value="29"/> |
| <define name="SIGSYS" value="31"/> |
| <define name="F_OK" value="0"/> |
| <define name="R_OK" value="4"/> |
| <define name="W_OK" value="2"/> |
| <define name="X_OK" value="1"/> |
| |
| <define name="F_LOCK" value="1"/> |
| <define name="F_TEST" value="3"/> |
| <define name="F_TLOCK" value="2"/> |
| <define name="F_ULOCK" value="0"/> |
| </def> |
|
|