| <?xml version="1.0"?> |
| <def format="2"> |
| |
| <function name="timerisset"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <use-retval/> |
| <returnValue type="int"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| </function> |
| |
| <function name="timerclear"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| </arg> |
| </function> |
| |
| |
| <function name="timeradd,timersub"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <returnValue type="void"/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| |
| <define name="timercmp(a,b,CMP)" value="(((a)->tv_sec == (b)->tv_sec) ? ((a)->tv_usec CMP (b)->tv_usec) : ((a)->tv_sec CMP (b)->tv_sec))"/> |
| |
| |
| <function name="fts_open"> |
| <returnValue type="FTS *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| </function> |
| |
| <function name="fts_read"> |
| <returnValue type="FTSENT *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| </function> |
| |
| <function name="fts_children"> |
| <returnValue type="FTSENT *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="fts_set"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="fts_set_clientptr"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="fts_get_clientptr"> |
| <returnValue type="void *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="fts_get_stream"> |
| <returnValue type="FTS *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="fts_close"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="readpassphrase"> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2"> |
| <not-null/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="4"> |
| <not-uninit/> |
| </arg> |
| <leak-ignore/> |
| </function> |
| |
| |
| <function name="setfib"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="strtonum"> |
| <returnValue type="long long"/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="2"> |
| <not-uninit/> |
| </arg> |
| <arg nr="3"> |
| <not-uninit/> |
| </arg> |
| <arg nr="4"> |
| <not-uninit/> |
| </arg> |
| <leak-ignore/> |
| </function> |
| |
| |
| <function name="strlcat"> |
| <returnValue type="size_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <not-overlapping-data ptr1-arg="1" ptr2-arg="2" size-arg="3"/> |
| <arg nr="1"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="2"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="3"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="strlcpy"> |
| <returnValue type="size_t"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <not-overlapping-data ptr1-arg="1" ptr2-arg="2" size-arg="3"/> |
| <arg nr="1"> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="2"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="3"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="setbuffer"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2"> |
| <not-uninit/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="setlinebuf"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="readv"> |
| <leak-ignore/> |
| <returnValue type="ssize_t"/> |
| <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-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="writev"> |
| <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-null/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="preadv"> |
| <leak-ignore/> |
| <returnValue type="ssize_t"/> |
| <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-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| |
| |
| <function name="preadv2"> |
| <leak-ignore/> |
| <returnValue type="ssize_t"/> |
| <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-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="pwritev"> |
| <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-null/> |
| </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="pwritev2"> |
| <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-null/> |
| </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="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="arc4random"> |
| <noreturn>false</noreturn> |
| <returnValue type="uint32_t"/> |
| <use-retval/> |
| </function> |
| |
| <function name="arc4random_buf"> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| <minsize type="argvalue" arg="2"/> |
| </arg> |
| <arg nr="2"> |
| <not-uninit/> |
| <valid>1:</valid> |
| </arg> |
| </function> |
| |
| <function name="arc4random_uniform"> |
| <noreturn>false</noreturn> |
| <returnValue type="uint32_t"/> |
| <use-retval/> |
| <arg nr="1"> |
| <not-uninit/> |
| <valid>2:</valid> |
| </arg> |
| </function> |
| |
| <function name="arc4random_stir"> |
| <noreturn>false</noreturn> |
| </function> |
| |
| <function name="arc4random_addrandom"> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1"> |
| <minsize type="argvalue" arg="2"/> |
| </arg> |
| <arg nr="2"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </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="err,errx"> |
| <noreturn>true</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <formatstr/> |
| <arg nr="2" direction="in"> |
| <formatstr/> |
| <strz/> |
| <not-uninit/> |
| </arg> |
| </function> |
| <function name="errc"> |
| <noreturn>true</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <formatstr/> |
| <arg nr="3" direction="in"> |
| <formatstr/> |
| <strz/> |
| <not-uninit/> |
| </arg> |
| </function> |
| <function name="verr,verrx"> |
| <noreturn>true</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <strz/> |
| <not-uninit/> |
| </arg> |
| <arg nr="3"/> |
| </function> |
| <function name="verrc"> |
| <noreturn>true</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| <formatstr/> |
| <arg nr="3" direction="in"> |
| <strz/> |
| <not-uninit/> |
| </arg> |
| <arg nr="4"/> |
| </function> |
| |
| <function name="reallocarray"> |
| <returnValue type="void *"/> |
| <use-retval/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| </function> |
| <memory> |
| <realloc init="false" buffer-size="calloc:2,3">reallocarray</realloc> |
| <dealloc>free</dealloc> |
| </memory> |
| <podtype name="FTS"/> |
| <podtype name="FTSENT"/> |
| |
| <podtype name="u_char" sign="u" stdtype="char"/> |
| <podtype name="u_short" sign="u" stdtype="short"/> |
| <podtype name="u_int" sign="u" stdtype="int"/> |
| <podtype name="u_long" sign="u" stdtype="long"/> |
| |
| <podtype name="unchar" sign="u" stdtype="char"/> |
| <podtype name="ushort" sign="u" stdtype="short"/> |
| <podtype name="uint" sign="u" stdtype="int"/> |
| <podtype name="ulong" sign="u" stdtype="long"/> |
| |
| <define name="TAILQ_HEAD(name,type)" value="struct name { type *first; type *last; }"/> |
| |
| |
| |
| |
| |
| <define name="SEEK_DATA" value="3"/> |
| <define name="SEEK_HOLE" value="4"/> |
| |
| <define name="L_INCR" value="SEEK_CUR"/> |
| <define name="L_SET" value="SEEK_SET"/> |
| <define name="L_XTND" value="SEEK_END"/> |
| </def> |
|
|