| <?xml version="1.0"?> |
| <def format="2"> |
| <memory> |
| <dealloc>free</dealloc> |
| <alloc init="true">get_current_dir_name</alloc> |
| </memory> |
| <memory> |
| <alloc init="true" arg="1">asprintf</alloc> |
| <dealloc>free</dealloc> |
| </memory> |
| <memory> |
| <alloc init="false" buffer-size="malloc">xmalloc</alloc> |
| <alloc init="true" buffer-size="calloc">xcalloc</alloc> |
| <alloc init="true" buffer-size="strdup">xstrdup</alloc> |
| <realloc init="false" buffer-size="malloc:2">xrealloc</realloc> |
| <dealloc>free</dealloc> |
| <dealloc>xfree</dealloc> |
| </memory> |
| |
| <memory> |
| <alloc init="true">backtrace_symbols</alloc> |
| <dealloc>free</dealloc> |
| </memory> |
| <memory> |
| <alloc init="false" buffer-size="malloc">pvalloc</alloc> |
| <dealloc>free</dealloc> |
| </memory> |
| <function name="bswap_16"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="uint16_t">((arg1 & 0xff00u) >> 8) | ((arg1 & 0x00ffu) << 8)</returnValue> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| <define name="__bswap_constant_16(x)" value="bswap_16(x)"/> |
| <define name="__builtin_bswap16(x)" value="bswap_16(x)"/> |
| <define name="__bswap_16(x)" value="bswap_16(x)"/> |
| <function name="bswap_32"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="uint32_t">((arg1 & 0xff000000ul) >> 24) | ((arg1 & 0x00ff0000ul) >> 8) | ((arg1 & 0x0000ff00ul) << 8) | ((arg1 & 0x000000fful) << 24)</returnValue> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| <define name="__bswap_constant_32(x)" value="bswap_32(x)"/> |
| <define name="__builtin_bswap32(x)" value="bswap_32(x)"/> |
| <define name="__bswap_32(x)" value="bswap_32(x)"/> |
| <function name="bswap_64"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="uint64_t">((arg1 & 0xff00000000000000ull) >> 56) | ((arg1 & 0x00ff000000000000ull) >> 40) | ((arg1 & 0x0000ff0000000000ull) >> 24) | ((arg1 & 0x000000ff00000000ull) >> 8) | ((arg1 & 0x00000000ff000000ull) << 8) | ((arg1 & 0x0000000000ff0000ull) << 24) | ((arg1 & 0x000000000000ff00ull) << 40) | ((arg1 & 0x00000000000000ffull) << 56)</returnValue> |
| <leak-ignore/> |
| <const/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| <define name="__builtin_bit_cast(type,value)" value="std::bit_cast<type>(value)"/> |
| <define name="__bswap_constant_64(x)" value="bswap_64(x)"/> |
| <define name="__builtin_bswap64(x)" value="bswap_64(x)"/> |
| <define name="__bswap_64(x)" value="bswap_64(x)"/> |
| |
| <define name="__builtin_alloca(size)" value="alloca(size)"/> |
| <define name="__builtin_memcpy(dest, source, size)" value="memcpy(dest, source, size)"/> |
| <define name="__builtin_signbit(value)" value="signbit(value)"/> |
| <define name="__builtin_offsetof(st, m)" value="offsetof(st, m)"/> |
| <define name="__builtin_nan(str)" value="nan(str)"/> |
| <define name="__builtin_nanf(str)" value="nanf(str)"/> |
| <define name="__builtin_nanl(str)" value="nanl(str)"/> |
| <define name="__extension__" value=""/> |
| <define name="__typeof__(T)" value="typeof(T)"/> |
| <define name="__glibc_unlikely(x)" value="(x)"/> |
| <define name="__glibc_likely(x)" value="(x)"/> |
| |
| |
| |
| <function name="__builtin_alloca"> |
| <use-retval/> |
| <returnValue type="void *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="semtimedop"> |
| <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> |
| <arg nr="4" direction="in"> |
| |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="__builtin_assume_aligned"> |
| <noreturn>false</noreturn> |
| <returnValue type="void *">arg1</returnValue> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"/> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in" default="0"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="__builtin_memcpy"> |
| <noreturn>false</noreturn> |
| <returnValue type="void *"/> |
| <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/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="__builtin_prefetch"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"/> |
| <arg nr="variadic" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="secure_getenv"> |
| <use-retval/> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| |
| <function name="dlmopen"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <returnValue type="void*"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| |
| <function name="__alignof__"> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"/> |
| </function> |
| |
| |
| <function name="getpw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="getpwnam"/> |
| </function> |
| |
| <function name="__builtin_types_compatible_p"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1"/> |
| <arg nr="2"/> |
| </function> |
| |
| |
| <function name="__builtin_trap,__builtin_unreachable"> |
| <noreturn>true</noreturn> |
| </function> |
| |
| |
| |
| |
| |
| |
| <function name="__builtin_popcount,__builtin_parity,__builtin_ffs,__builtin_ffsl,__builtin_ffsll,__builtin_clz"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="wmempcpy"> |
| <returnValue type="wchar_t *"/> |
| <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/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="mempcpy"> |
| <returnValue type="void *"/> |
| <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/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="xexit"> |
| <noreturn>true</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="xmalloc"> |
| <use-retval/> |
| <returnValue type="void *"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="xstrdup"> |
| <returnValue type="char *"/> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="xfree"> |
| <returnValue type="void"/> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="splice"> |
| <leak-ignore/> |
| <returnValue type="ssize_t"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="inout"/> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="4" direction="inout"/> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>1:</valid> |
| </arg> |
| <arg nr="6" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="tee"> |
| <returnValue type="ssize_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/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>1:</valid> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="pipe2"> |
| <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> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="xcalloc"> |
| <use-retval/> |
| <returnValue type="void *"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>1:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="xrealloc"> |
| <use-retval/> |
| <returnValue type="void *"/> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="pvalloc"> |
| <use-retval/> |
| <returnValue type="void *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="asprintf"> |
| <returnValue type="int"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| <formatstr/> |
| <arg nr="2" direction="in"> |
| <formatstr/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="isascii_l"> |
| <use-retval/> |
| <pure/> |
| <returnValue type="int">arg1>=0 && arg1<=0x7F</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="vasprintf"> |
| <returnValue type="int"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <formatstr/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="accept4"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <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-null/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <leak-ignore/> |
| </function> |
| |
| |
| <function name="gethostbyaddr_r"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <pure/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <minsize type="argvalue" arg="6"/> |
| </arg> |
| <arg nr="6" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="7" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="8" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="gethostbyname2_r"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <pure/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <minsize type="argvalue" arg="5"/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="6" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="7" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="gethostbyname_r"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <pure/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <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="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="6" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| <function name="getopt_long,getopt_long_only"> |
| <leak-ignore/> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-null/> |
| </arg> |
| <arg nr="5" direction="out"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <define name="__builtin_memset" value="memset"/> |
| |
| <function name="atoq"> |
| <returnValue type="long long"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="strndupa"> |
| <returnValue type="char *"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="dup3"> |
| <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> |
| <arg nr="3" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="strsep"> |
| <use-retval/> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="strdupa"> |
| <use-retval/> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| |
| <function name="backtrace"> |
| <returnValue type="int"/> |
| <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/> |
| </arg> |
| </function> |
| |
| <function name="backtrace_symbols"> |
| <returnValue type="char **"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <minsize type="argvalue" arg="2"/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="backtrace_symbols_fd"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <minsize type="argvalue" arg="2"/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| <function name="qecvt"> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="qfcvt"> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="qgcvt"> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="getservent_r"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <pure/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </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-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="ecvt_r"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <pure/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="5" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="6"/> |
| </arg> |
| <arg nr="6" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| <not-bool/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="sprintf"/> |
| </function> |
| |
| <function name="fcvt_r"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <pure/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="5" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="6"/> |
| </arg> |
| <arg nr="6" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| <not-bool/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="sprintf"/> |
| </function> |
| |
| <function name="qecvt_r"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <pure/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="5" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="6"/> |
| </arg> |
| <arg nr="6" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| <not-bool/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="sprintf"/> |
| </function> |
| |
| <function name="qfcvt_r"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <pure/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="5" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="6"/> |
| </arg> |
| <arg nr="6" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| <not-bool/> |
| </arg> |
| <warn severity="style" reason="Obsolescent" alternatives="sprintf"/> |
| </function> |
| |
| |
| <function name="strcasestr"> |
| <use-retval/> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <pure/> |
| <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="getresuid"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <pure/> |
| <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> |
| </function> |
| |
| |
| <function name="getresgid"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <pure/> |
| <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> |
| </function> |
| |
| |
| <function name="setresuid"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <leak-ignore/> |
| </function> |
| |
| |
| <function name="setresgid"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <leak-ignore/> |
| </function> |
| |
| <function name="inet_aton"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="2"> |
| <not-null/> |
| </arg> |
| <leak-ignore/> |
| </function> |
| |
| <function name="inet_network"> |
| <returnValue type="uint32_t"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| <leak-ignore/> |
| </function> |
| |
| <function name="inet_makeaddr"> |
| <returnValue type="struct in_addr"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:4294967295</valid> |
| |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <valid>0:4294967295</valid> |
| |
| <not-bool/> |
| </arg> |
| <leak-ignore/> |
| </function> |
| |
| |
| <function name="inet_lnaof"> |
| <returnValue type="uint32_t"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <leak-ignore/> |
| </function> |
| |
| <function name="inet_netof"> |
| <returnValue type="uint32_t"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <leak-ignore/> |
| </function> |
| |
| <function name="inet_pton"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| <leak-ignore/> |
| </function> |
| |
| |
| <function name="inet_ntop"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <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/> |
| </arg> |
| <leak-ignore/> |
| </function> |
| |
| <function name="canonicalize_file_name"> |
| <returnValue type="char *"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-bool/> |
| <strz/> |
| </arg> |
| </function> |
| |
| |
| <function name="execvpe"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <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/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="mkostemp,mkstemps"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="mkostemps"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="memmem"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <use-retval/> |
| <returnValue type="void *"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <minsize type="argvalue" arg="2"/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <minsize type="argvalue" arg="4"/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="memrchr"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void *"/> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="rawmemchr"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void *"/> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="qsort_r"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| <minsize type="argvalue" arg="2"/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </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="ffsl,ffsll"> |
| <use-retval/> |
| |
| <returnValue type="int">arg1==0 &0</returnValue> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="strchrnul"> |
| <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> |
| </function> |
| |
| |
| |
| <function name="prlimit"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <define name="__builtin_expect(X,Y)" value="(X)"/> |
| <define name="__builtin_expect_with_probability(exp,c,probability)" value="(exp)"/> |
| |
| <define name="likely(X)" value="(X)"/> |
| <define name="unlikely(X)" value="(X)"/> |
| |
| <function name="epoll_create"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| |
| |
| <valid>1:</valid> |
| </arg> |
| </function> |
| |
| <function name="epoll_create1"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="epoll_ctl"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="4" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="epoll_wait"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-bool/> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| <valid>1:</valid> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="epoll_pwait"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-bool/> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| <valid>1:</valid> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-bool/> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="sethostname"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <minsize type="argvalue" arg="2"/> |
| <strz/> |
| </arg> |
| <arg nr="2"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="gettext"> |
| <noreturn>false</noreturn> |
| <returnValue type="char *"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| <function name="_"> |
| <noreturn>false</noreturn> |
| <arg nr="1"/> |
| </function> |
| |
| |
| <function name="N_"> |
| <noreturn>false</noreturn> |
| <arg nr="1"/> |
| </function> |
| |
| |
| <function name="dgettext"> |
| <noreturn>false</noreturn> |
| <returnValue type="char *"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| |
| <function name="euidaccess,eaccess"> |
| <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="dcgettext"> |
| <noreturn>false</noreturn> |
| <returnValue type="char *"/> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </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="__builtin_constant_p"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <arg nr="1"/> |
| </function> |
| |
| |
| |
| <function name="__builtin_return_address,__builtin_frame_address"> |
| <noreturn>false</noreturn> |
| <returnValue type="void *"/> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="__builtin_extract_return_addr,__builtin_frob_return_address"> |
| <noreturn>false</noreturn> |
| <returnValue type="void *"/> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <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/> |
| <valid>1:</valid> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <valid>-1:</valid> |
| </arg> |
| <arg nr="6" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="fstatat64"> |
| <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="__fxstatat64"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-bool/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="dlvsym"> |
| <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> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| |
| <function name="get_current_dir_name"> |
| <returnValue type="char *"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| </function> |
| |
| |
| |
| <function name="error,error_at_line"> |
| <noreturn>true</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="any" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <resource> |
| <alloc init="true">mkostemp</alloc> |
| <alloc init="true">mkstemps</alloc> |
| <alloc init="true">mkostemps</alloc> |
| <dealloc>close</dealloc> |
| </resource> |
| <resource> |
| <dealloc>close</dealloc> |
| <alloc init="true">epoll_create</alloc> |
| </resource> |
| <resource> |
| <dealloc>close</dealloc> |
| <alloc init="true">epoll_create1</alloc> |
| </resource> |
| <podtype name="epoll_event"/> |
| |
| <define name="SIGIOT" value="6"/> |
| <define name="SIGSTKFLT" value="16"/> |
| <define name="SIGWINCH" value="28"/> |
| <define name="SIGIO" value="29"/> |
| <define name="SIGPWR" value="30"/> |
| <define name="SIGUNUSED" value="31"/> |
| |
| <define name="STDIN_FILENO" value="0"/> |
| <define name="STDOUT_FILENO" value="1"/> |
| <define name="STDERR_FILENO" value="2"/> |
| <entrypoint name="_init"/> |
| <entrypoint name="_fini"/> |
| </def> |
|
|