|
218 | 218 | <valid>0:</valid> |
219 | 219 | </arg> |
220 | 220 | </function> |
| 221 | + <!-- https://linux.die.net/man/2/writev --> |
| 222 | + <!-- ssize_t readv(int fd, const struct iovec *iov, int iovcnt); --> |
| 223 | + <function name="readv"> |
| 224 | + <leak-ignore/> |
| 225 | + <returnValue type="ssize_t"/> |
| 226 | + <arg nr="1" direction="in"> |
| 227 | + <not-uninit/> |
| 228 | + <not-bool/> |
| 229 | + <valid>0:</valid> |
| 230 | + </arg> |
| 231 | + <arg nr="2" direction="out"> |
| 232 | + <not-null/> |
| 233 | + </arg> |
| 234 | + <arg nr="3" direction="in"> |
| 235 | + <not-uninit/> |
| 236 | + <not-bool/> |
| 237 | + <valid>0:</valid> |
| 238 | + </arg> |
| 239 | + </function> |
| 240 | + <!-- https://linux.die.net/man/2/writev --> |
| 241 | + <!-- ssize_t writev(int fd, const struct iovec *iov, int iovcnt); --> |
| 242 | + <function name="writev"> |
| 243 | + <leak-ignore/> |
| 244 | + <returnValue type="ssize_t"/> |
| 245 | + <arg nr="1" direction="in"> |
| 246 | + <not-uninit/> |
| 247 | + <not-bool/> |
| 248 | + <valid>0:</valid> |
| 249 | + </arg> |
| 250 | + <arg nr="2" direction="in"> |
| 251 | + <not-null/> |
| 252 | + </arg> |
| 253 | + <arg nr="3" direction="in"> |
| 254 | + <not-uninit/> |
| 255 | + <not-bool/> |
| 256 | + <valid>0:</valid> |
| 257 | + </arg> |
| 258 | + </function> |
| 259 | + <!-- https://linux.die.net/man/2/writev --> |
| 260 | + <!-- ssize_t preadv(int fd, const struct iovec *iov, int iovcnt, off_t offset); --> |
| 261 | + <function name="preadv"> |
| 262 | + <leak-ignore/> |
| 263 | + <returnValue type="ssize_t"/> |
| 264 | + <arg nr="1" direction="in"> |
| 265 | + <not-uninit/> |
| 266 | + <not-bool/> |
| 267 | + <valid>0:</valid> |
| 268 | + </arg> |
| 269 | + <arg nr="2" direction="out"> |
| 270 | + <not-null/> |
| 271 | + </arg> |
| 272 | + <arg nr="3" direction="in"> |
| 273 | + <not-uninit/> |
| 274 | + <not-bool/> |
| 275 | + <valid>0:</valid> |
| 276 | + </arg> |
| 277 | + <arg nr="4" direction="in"> |
| 278 | + <not-uninit/> |
| 279 | + <not-bool/> |
| 280 | + <valid>0:</valid> |
| 281 | + </arg> |
| 282 | + </function> |
| 283 | + <!-- https://linux.die.net/man/2/writev --> |
| 284 | + <!-- ssize_t pwritev(int fd, const struct iovec *iov, int iovcnt, off_t offset); --> |
| 285 | + <function name="pwritev"> |
| 286 | + <leak-ignore/> |
| 287 | + <returnValue type="ssize_t"/> |
| 288 | + <arg nr="1" direction="in"> |
| 289 | + <not-uninit/> |
| 290 | + <not-bool/> |
| 291 | + <valid>0:</valid> |
| 292 | + </arg> |
| 293 | + <arg nr="2" direction="in"> |
| 294 | + <not-null/> |
| 295 | + </arg> |
| 296 | + <arg nr="3" direction="in"> |
| 297 | + <not-uninit/> |
| 298 | + <not-bool/> |
| 299 | + <valid>0:</valid> |
| 300 | + </arg> |
| 301 | + <arg nr="4" direction="in"> |
| 302 | + <not-uninit/> |
| 303 | + <not-bool/> |
| 304 | + <valid>0:</valid> |
| 305 | + </arg> |
| 306 | + </function> |
221 | 307 | <!-- https://www.freebsd.org/cgi/man.cgi?query=arc4random --> |
222 | 308 | <!-- uint32_t arc4random(void); --> |
223 | 309 | <function name="arc4random"> |
|
0 commit comments