|
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <def format="1"> |
| 3 | + <!-- int usleep(useconds_t useconds); --> |
3 | 4 | <function name="usleep"> |
4 | 5 | <noreturn>false</noreturn> |
5 | 6 | <arg nr="1"> |
|
301 | 302 | <not-uninit/> |
302 | 303 | </arg> |
303 | 304 | </function> |
| 305 | + <!-- int nice(int incr); --> |
| 306 | + <function name="nice"> |
| 307 | + <noreturn>false</noreturn> |
| 308 | + <arg nr="1"> |
| 309 | + <not-uninit/> |
| 310 | + </arg> |
| 311 | + <leak-ignore/> |
| 312 | + </function> |
| 313 | + <!-- int pause(void); --> |
| 314 | + <function name="pause"> |
| 315 | + <noreturn>false</noreturn> |
| 316 | + <leak-ignore/> |
| 317 | + </function> |
304 | 318 | <!-- int close(int fildes); --> |
305 | 319 | <function name="close"> |
306 | 320 | <noreturn>false</noreturn> |
|
322 | 336 | </arg> |
323 | 337 | <leak-ignore/> |
324 | 338 | </function> |
| 339 | + <!-- long int fpathconf(int fildes, int name); --> |
| 340 | + <function name="fpathconf"> |
| 341 | + <noreturn>false</noreturn> |
| 342 | + <arg nr="1"> |
| 343 | + <not-uninit/> |
| 344 | + </arg> |
| 345 | + <arg nr="2"> |
| 346 | + <not-uninit/> |
| 347 | + </arg> |
| 348 | + <leak-ignore/> |
| 349 | + </function> |
| 350 | + <!-- long int pathconf(const char *path, int name); --> |
| 351 | + <function name="pathconf"> |
| 352 | + <noreturn>false</noreturn> |
| 353 | + <arg nr="1"> |
| 354 | + <not-null/> |
| 355 | + <not-uninit/> |
| 356 | + </arg> |
| 357 | + <arg nr="2"> |
| 358 | + <not-uninit/> |
| 359 | + </arg> |
| 360 | + <leak-ignore/> |
| 361 | + </function> |
325 | 362 | <!-- long int sysconf(int name); --> |
326 | 363 | <function name="sysconf"> |
327 | 364 | <noreturn>false</noreturn> |
|
648 | 685 | <noreturn>false</noreturn> |
649 | 686 | <use-retval/> |
650 | 687 | </function> |
| 688 | + <!-- uid_t getuid (void); --> |
651 | 689 | <function name="getuid"> |
652 | 690 | <noreturn>false</noreturn> |
653 | 691 | <use-retval/> |
| 692 | + <leak-ignore/> |
| 693 | + </function> |
| 694 | + <!-- pid_t getsid(pid_t pid); --> |
| 695 | + <function name="getsid"> |
| 696 | + <noreturn>false</noreturn> |
| 697 | + <arg nr="1"> |
| 698 | + <not-uninit/> |
| 699 | + </arg> |
| 700 | + <use-retval/> |
| 701 | + <leak-ignore/> |
654 | 702 | </function> |
655 | 703 | <function name="geteuid"> |
656 | 704 | <noreturn>false</noreturn> |
657 | 705 | <use-retval/> |
| 706 | + <leak-ignore/> |
| 707 | + </function> |
| 708 | + <!-- pid_t getppid(void); --> |
| 709 | + <function name="getppid"> |
| 710 | + <noreturn>false</noreturn> |
| 711 | + <use-retval/> |
| 712 | + <leak-ignore/> |
| 713 | + </function> |
| 714 | + <!-- pid_t getpid(void); --> |
| 715 | + <function name="getpid"> |
| 716 | + <noreturn>false</noreturn> |
| 717 | + <use-retval/> |
| 718 | + <leak-ignore/> |
| 719 | + </function> |
| 720 | + <!-- pid_t getpgrp(void); --> |
| 721 | + <function name="getpgrp"> |
| 722 | + <noreturn>false</noreturn> |
| 723 | + <use-retval/> |
| 724 | + <leak-ignore/> |
| 725 | + </function> |
| 726 | + <!-- ppid_t getpgid(pid_t pid); --> |
| 727 | + <function name="getpgid"> |
| 728 | + <noreturn>false</noreturn> |
| 729 | + <arg nr="1"> |
| 730 | + <not-uninit/> |
| 731 | + </arg> |
| 732 | + <use-retval/> |
| 733 | + <leak-ignore/> |
658 | 734 | </function> |
659 | 735 | <function name="setuid"> |
660 | 736 | <noreturn>false</noreturn> |
661 | 737 | <use-retval/> |
662 | 738 | <arg nr="1"> |
663 | 739 | <not-uninit/> |
664 | 740 | </arg> |
| 741 | + <leak-ignore/> |
665 | 742 | </function> |
666 | 743 | <function name="seteuid"> |
667 | 744 | <noreturn>false</noreturn> |
668 | 745 | <use-retval/> |
669 | 746 | <arg nr="1"> |
670 | 747 | <not-uninit/> |
671 | 748 | </arg> |
| 749 | + <leak-ignore/> |
672 | 750 | </function> |
673 | 751 | <function name="setgid"> |
674 | 752 | <noreturn>false</noreturn> |
675 | 753 | <use-retval/> |
676 | 754 | <arg nr="1"> |
677 | 755 | <not-uninit/> |
678 | 756 | </arg> |
| 757 | + <leak-ignore/> |
679 | 758 | </function> |
680 | 759 | <function name="setegid"> |
681 | 760 | <noreturn>false</noreturn> |
682 | 761 | <use-retval/> |
683 | 762 | <arg nr="1"> |
684 | 763 | <not-uninit/> |
685 | 764 | </arg> |
| 765 | + <leak-ignore/> |
686 | 766 | </function> |
687 | 767 | <!-- int setpgid(pid_t pid, pid_t pgid); --> |
688 | 768 | <function name="setpgid"> |
|
694 | 774 | <not-uninit/> |
695 | 775 | </arg> |
696 | 776 | </function> |
| 777 | + <!-- int pipe(int fildes[2]); --> |
| 778 | + <function name="pipe"> |
| 779 | + <noreturn>false</noreturn> |
| 780 | + </function> |
697 | 781 | <!-- pid_t setpgrp(void); --> |
698 | 782 | <function name="setpgrp"> |
699 | 783 | <noreturn>false</noreturn> |
|
1103 | 1187 | <not-null/> |
1104 | 1188 | </arg> |
1105 | 1189 | </function> |
| 1190 | + <!-- off_t lseek(int fildes, off_t offset, int whence); --> |
| 1191 | + <function name="lseek"> |
| 1192 | + <noreturn>false</noreturn> |
| 1193 | + <arg nr="1"> |
| 1194 | + <not-uninit/> |
| 1195 | + </arg> |
| 1196 | + <arg nr="2"> |
| 1197 | + <not-uninit/> |
| 1198 | + </arg> |
| 1199 | + <arg nr="3"> |
| 1200 | + <not-uninit/> |
| 1201 | + </arg> |
| 1202 | + <leak-ignore/> |
| 1203 | + </function> |
| 1204 | + <!-- int nanosleep(const struct timespec *rqtp, struct timespec *rmtp); --> |
| 1205 | + <function name="nanosleep"> |
| 1206 | + <noreturn>false</noreturn> |
| 1207 | + <arg nr="1"> |
| 1208 | + <not-null/> |
| 1209 | + </arg> |
| 1210 | + <leak-ignore/> |
| 1211 | + </function> |
1106 | 1212 | <!-- void setkey(const char *key); --> |
1107 | 1213 | <function name="setkey"> |
1108 | 1214 | <noreturn>false</noreturn> |
1109 | 1215 | <arg nr="1"> |
1110 | 1216 | <not-uninit/> |
1111 | 1217 | <not-null/> |
1112 | 1218 | </arg> |
| 1219 | + <leak-ignore/> |
| 1220 | + </function> |
| 1221 | + <!-- char *getpass(const char *prompt); --> |
| 1222 | + <function name="getpass"> |
| 1223 | + <noreturn>false</noreturn> |
| 1224 | + <arg nr="1"> |
| 1225 | + <not-null/> |
| 1226 | + </arg> |
| 1227 | + <leak-ignore/> |
1113 | 1228 | </function> |
1114 | 1229 | </def> |
0 commit comments