|
Static Value-Flow Analysis
|
#include <stddef.h>Go to the source code of this file.
Macros | |
| #define | NULL ((void *)0) |
Functions | |
| __attribute__ ((annotate("ALLOC_HEAP_RET"), annotate("AllocSize:Arg0"))) | |
| __attribute__ ((annotate("ALLOC_HEAP_RET"), annotate("AllocSize:UNKNOWN"))) | |
| __attribute__ ((annotate("ALLOC_HEAP_RET"), annotate("AllocSize:Arg0*Arg1"))) | |
| __attribute__ ((annotate("ALLOC_HEAP_RET"), annotate("AllocSize:Arg1"))) | |
| __attribute__ ((annotate("REALLOC_HEAP_RET"), annotate("AllocSize:UNKNOWN"))) | |
| __attribute__ ((annotate("REALLOC_HEAP_RET"), annotate("AllocSize:Arg1"))) | |
| __attribute__ ((annotate("REALLOC_HEAP_RET"), annotate("AllocSize:Arg1*Arg2"))) | |
| char * | strtok (char *str, const char *delim) |
| char * | strtok_r (char *str, const char *delim, char **saveptr) |
| char * | strsep (char **stringp, const char *delim) |
| __attribute__ ((annotate("ALLOC_HEAP_ARG0"), annotate("AllocSize:UNKNOWN"))) | |
| __attribute__ ((annotate("ALLOC_HEAP_ARG0"), annotate("AllocSize:Arg2"))) | |
| __attribute__ ((annotate("ALLOC_HEAP_ARG1"), annotate("AllocSize:UNKNOWN"))) | |
| __attribute__ ((annotate("ALLOC_HEAP_ARG2"), annotate("AllocSize:UNKNOWN"))) | |
| __attribute__ ((annotate("MEMCPY"))) | |
| __attribute__ ((annotate("MEMSET"))) | |
| __attribute__ ((annotate("STRCPY"))) | |
| __attribute__ ((annotate("STRCAT"))) | |
| __attribute__ ((annotate("OVERWRITE"))) | |
| void * | __rawmemchr (const void *s, int c) |
| struct jpeg_error_mgr * | jpeg_std_error (struct jpeg_error_mgr *a) |
| char * | fgets (char *str, int n, void *stream) |
| char * | fgets_unlocked (char *str, int n, void *stream) |
| char * | gets (char *str) |
| void * | memchr (const void *str, int c, unsigned long n) |
| void * | memrchr (const void *str, int c, unsigned long n) |
| void * | mremap (void *old_address, unsigned long old_size, unsigned long new_size, int flags) |
| char * | strchr (const char *str, int c) |
| char * | __strchrnull (const char *s, int c) |
| char * | strcasestr (const char *haystack, const char *needle) |
| char * | index (const char *s, int c) |
| char * | rindex (const char *s, int c) |
| char * | strerror_r (int errnum, char *buf, unsigned long buflen) |
| char * | strpbrk (const char *str1, const char *str2) |
| char * | strptime (const void *s, const void *format, void *tm) |
| char * | strrchr (const char *str, int c) |
| char * | strstr (const char *haystack, const char *needle) |
| char * | tmpnam_r (char *s) |
| int | isalnum (int character) |
| int | isalpha (int character) |
| int | isblank (int character) |
| int | iscntrl (int c) |
| int | isdigit (int c) |
| int | isgraph (int c) |
| int | islower (int arg) |
| int | isprint (int c) |
| int | ispunct (int argument) |
| int | isspace (char c) |
| int | isupper (int c) |
| int | isxdigit (int c) |
| char * | asctime_r (const void *tm, char *buf) |
| void * | bsearch (const void *key, const void *base, unsigned long nitems, unsigned long size, int(*compar)(const void *, const void *)) |
| struct mntent * | getmntent_r (void *fp, struct mntent *mntbuf, char *buf, int buflen) |
| struct tm * | gmtime_r (const void *timer, struct tm *buf) |
| char * | gzgets (void *file, char *buf, int len) |
| struct tm * | localtime_r (const void *timep, struct tm *result) |
| char * | realpath (const char *__restrict path, char *__restrict resolved_path) |
| void * | freopen64 (const char *voidname, const char *mode, void *fp) |
| void * | freopen (const char *voidname, const char *mode, void *fp) |
| const char * | inet_ntop (int af, const void *__restrict src, char *__restrict dst, unsigned int size) |
| double | strtod (const char *str, char **endptr) |
| double | strtod_l (const char *str, char **endptr, void *loc) |
| float | strtof (const char *nptr, char **endptr) |
| float | strtof_l (const char *nptr, char **endptr, void *loc) |
| long int | strtol (const char *str, char **endptr, int base) |
| long long | strtoll (const char *str, char **endptr, int base) |
| long double | strtold (const char *str, char **endptr) |
| unsigned long int | strtoul (const char *str, char **endptr, int base) |
| unsigned long long | strtoull (const char *str, char **endptr, int base) |
| char * | gcvt (double x, int ndigit, char *buf) |
| void * | memmem (const void *haystack, unsigned long haystacklen, const void *needle, unsigned long needlelen) |
| char * | ctime_r (const char *timer, char *buf) |
| int | readdir_r (void *__restrict dir, void *__restrict entry, void **__restrict result) |
| int | getpwnam_r (const char *name, void *pwd, char *buf, unsigned long buflen, void **result) |
| int | getpwuid_r (unsigned int uid, void *pwd, char *buf, unsigned long buflen, void **result) |
| void | _ZNSt8__detail15_List_node_base7_M_hookEPS0_ (void *arg0, void **arg1) |
| void * | __dynamic_cast (void *source, const void *sourceTypeInfo, const void *targetTypeInfo, unsigned long castType) |
| void | _ZNSsC1EPKcRKSaIcE (void **arg0, void *arg1) |
| void | _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_ (void **arg0, void *arg1) |
| char * | getenv (const char *name) |
| const unsigned short ** | __ctype_b_loc (void) |
| int ** | __ctype_tolower_loc (void) |
| int ** | __ctype_toupper_loc (void) |
| int * | __errno_location (void) |
| int * | __h_errno_location (void) |
| void * | __res_state (void) |
| char * | asctime (const void *timeptr) |
| char * | ctime (const void *timer) |
| void * | gmtime (const void *timer) |
| void * | localtime (const void *timer) |
| char * | bindtextdomain (const char *domainname, const char *dirname) |
| char * | bind_textdomain_codeset (const char *domainname, const char *codeset) |
| char * | ctermid (char *s) |
| char * | dcgettext (const char *domainname, const char *msgid, int category) |
| char * | dgettext (const char *domainname, const char *msgid) |
| char * | dngettext (const char *domainname, const char *msgid, const char *msgid_plural, unsigned long int n) |
| char * | gettext (const char *msgid) |
| char * | ngettext (const char *msgid, const char *msgid_plural, unsigned long int n) |
| void * | getgrgid (unsigned int gid) |
| void * | getgrnam (const char *name) |
| void * | gethostbyaddr (const void *addr, unsigned int len, int type) |
| void * | gethostbyname (const char *name) |
| void * | gethostbyname2 (const char *name, int af) |
| void * | getmntent (void *stream) |
| void * | getprotobyname (const char *name) |
| void * | getprotobynumber (int proto) |
| void * | getpwent (void) |
| void * | getpwnam (const char *name) |
| void * | getpwuid (unsigned int uid) |
| void * | getservbyname (const char *name, const char *proto) |
| void * | getservbyport (int port, const char *proto) |
| void * | getspnam (const char *name) |
| const char * | gnu_get_libc_version (void) |
| const char * | gnutls_check_version (const char *req_version) |
| void * | localeconv (void) |
| void * | pango_cairo_font_map_get_default (void) |
| char * | re_comp (const char *regex) |
| char * | setlocale (int category, const char *locale) |
| char * | tgoto (const char *cap, int col, int row) |
| char * | tparm (char *str,...) |
| const char * | zError (int a) |
Variables | |
| char | getenv_global [10] |
| unsigned short | ctype_b_loc_global [10] |
| int | ctype_tolower_loc_global [10] |
| int | ctype_toupper_loc_global [10] |
| int | error_global [10] |
| int | h_error_global [10] |
| int | res_state_global [10] |
| char | time_global [10] |
| char | bindtextdomain_global [10] |
| char | bind_textdomain_codeset_global [10] |
| char | ctermid_global [10] |
| char | gettext_global [10] |
| void * | getgrgid_global [10] |
| void * | getgrnam_global [10] |
| void * | gethostby_global [10] |
| void * | getmntent_global [10] |
| void * | getproto_global [10] |
| void * | getpw_global [10] |
| void * | getserv_global [10] |
| void * | getspnam_global [10] |
| char | gnu_get_libc_version_global [10] |
| char | gnutls_check_version_global [10] |
| void * | localeconv_global [10] |
| void * | pango_cairo_font_map_global [10] |
| char | re_comp_global [10] |
| char | setlocale_global [10] |
| char | tgoto_global [10] |
| char | tparm_global [10] |
| char | zError_global [10] |
| __attribute__ | ( | (annotate("ALLOC_HEAP_ARG0"), annotate("AllocSize:Arg2")) | ) |
| __attribute__ | ( | (annotate("ALLOC_HEAP_ARG0"), annotate("AllocSize:UNKNOWN")) | ) |
| __attribute__ | ( | (annotate("ALLOC_HEAP_ARG1"), annotate("AllocSize:UNKNOWN")) | ) |
| __attribute__ | ( | (annotate("ALLOC_HEAP_ARG2"), annotate("AllocSize:UNKNOWN")) | ) |
| __attribute__ | ( | (annotate("ALLOC_HEAP_RET"), annotate("AllocSize:Arg0")) | ) |
| __attribute__ | ( | (annotate("ALLOC_HEAP_RET"), annotate("AllocSize:Arg0*Arg1")) | ) |
| __attribute__ | ( | (annotate("ALLOC_HEAP_RET"), annotate("AllocSize:Arg1")) | ) |
| __attribute__ | ( | (annotate("ALLOC_HEAP_RET"), annotate("AllocSize:UNKNOWN")) | ) |
| __attribute__ | ( | (annotate("OVERWRITE")) | ) |
| __attribute__ | ( | (annotate("REALLOC_HEAP_RET"), annotate("AllocSize:Arg1")) | ) |
| __attribute__ | ( | (annotate("REALLOC_HEAP_RET"), annotate("AllocSize:Arg1*Arg2")) | ) |
| __attribute__ | ( | (annotate("REALLOC_HEAP_RET"), annotate("AllocSize:UNKNOWN")) | ) |
| __attribute__ | ( | (annotate("STRCAT")) | ) |
| __attribute__ | ( | (annotate("STRCPY")) | ) |
| const unsigned short ** __ctype_b_loc | ( | void | ) |
| void * __dynamic_cast | ( | void * | source, |
| const void * | sourceTypeInfo, | ||
| const void * | targetTypeInfo, | ||
| unsigned long | castType | ||
| ) |
| int * __errno_location | ( | void | ) |
| void * __rawmemchr | ( | const void * | s, |
| int | c | ||
| ) |
| char * __strchrnull | ( | const char * | s, |
| int | c | ||
| ) |
| void _ZNSsC1EPKcRKSaIcE | ( | void ** | arg0, |
| void * | arg1 | ||
| ) |
| void _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_ | ( | void ** | arg0, |
| void * | arg1 | ||
| ) |
| void _ZNSt8__detail15_List_node_base7_M_hookEPS0_ | ( | void * | arg0, |
| void ** | arg1 | ||
| ) |
| char * asctime | ( | const void * | timeptr | ) |
| char * asctime_r | ( | const void * | tm, |
| char * | buf | ||
| ) |
| char * bind_textdomain_codeset | ( | const char * | domainname, |
| const char * | codeset | ||
| ) |
| char * bindtextdomain | ( | const char * | domainname, |
| const char * | dirname | ||
| ) |
| void * bsearch | ( | const void * | key, |
| const void * | base, | ||
| unsigned long | nitems, | ||
| unsigned long | size, | ||
| int(*)(const void *, const void *) | compar | ||
| ) |
| char * ctime | ( | const void * | timer | ) |
| char * ctime_r | ( | const char * | timer, |
| char * | buf | ||
| ) |
| char * dcgettext | ( | const char * | domainname, |
| const char * | msgid, | ||
| int | category | ||
| ) |
| char * dgettext | ( | const char * | domainname, |
| const char * | msgid | ||
| ) |
| char * dngettext | ( | const char * | domainname, |
| const char * | msgid, | ||
| const char * | msgid_plural, | ||
| unsigned long int | n | ||
| ) |
| char * fgets | ( | char * | str, |
| int | n, | ||
| void * | stream | ||
| ) |
| char * fgets_unlocked | ( | char * | str, |
| int | n, | ||
| void * | stream | ||
| ) |
| void * freopen | ( | const char * | voidname, |
| const char * | mode, | ||
| void * | fp | ||
| ) |
| void * freopen64 | ( | const char * | voidname, |
| const char * | mode, | ||
| void * | fp | ||
| ) |
| char * gcvt | ( | double | x, |
| int | ndigit, | ||
| char * | buf | ||
| ) |
| char * getenv | ( | const char * | name | ) |
| void * gethostbyaddr | ( | const void * | addr, |
| unsigned int | len, | ||
| int | type | ||
| ) |
| void * gethostbyname | ( | const char * | name | ) |
| void * gethostbyname2 | ( | const char * | name, |
| int | af | ||
| ) |
| struct mntent * getmntent_r | ( | void * | fp, |
| struct mntent * | mntbuf, | ||
| char * | buf, | ||
| int | buflen | ||
| ) |
| void * getprotobynumber | ( | int | proto | ) |
| void * getpwent | ( | void | ) |
| void * getpwnam | ( | const char * | name | ) |
| int getpwnam_r | ( | const char * | name, |
| void * | pwd, | ||
| char * | buf, | ||
| unsigned long | buflen, | ||
| void ** | result | ||
| ) |
| void * getpwuid | ( | unsigned int | uid | ) |
| int getpwuid_r | ( | unsigned int | uid, |
| void * | pwd, | ||
| char * | buf, | ||
| unsigned long | buflen, | ||
| void ** | result | ||
| ) |
| void * getservbyname | ( | const char * | name, |
| const char * | proto | ||
| ) |
| void * getservbyport | ( | int | port, |
| const char * | proto | ||
| ) |
| char * gettext | ( | const char * | msgid | ) |
| void * gmtime | ( | const void * | timer | ) |
| struct tm * gmtime_r | ( | const void * | timer, |
| struct tm * | buf | ||
| ) |
| const char * gnutls_check_version | ( | const char * | req_version | ) |
| char * gzgets | ( | void * | file, |
| char * | buf, | ||
| int | len | ||
| ) |
| char * index | ( | const char * | s, |
| int | c | ||
| ) |
| const char * inet_ntop | ( | int | af, |
| const void *__restrict | src, | ||
| char *__restrict | dst, | ||
| unsigned int | size | ||
| ) |
| int isalnum | ( | int | character | ) |
| int isalpha | ( | int | character | ) |
| int isblank | ( | int | character | ) |
| struct jpeg_error_mgr * jpeg_std_error | ( | struct jpeg_error_mgr * | a | ) |
| void * localtime | ( | const void * | timer | ) |
| struct tm * localtime_r | ( | const void * | timep, |
| struct tm * | result | ||
| ) |
| void * memchr | ( | const void * | str, |
| int | c, | ||
| unsigned long | n | ||
| ) |
| void * memmem | ( | const void * | haystack, |
| unsigned long | haystacklen, | ||
| const void * | needle, | ||
| unsigned long | needlelen | ||
| ) |
| void * memrchr | ( | const void * | str, |
| int | c, | ||
| unsigned long | n | ||
| ) |
| void * mremap | ( | void * | old_address, |
| unsigned long | old_size, | ||
| unsigned long | new_size, | ||
| int | flags | ||
| ) |
| char * ngettext | ( | const char * | msgid, |
| const char * | msgid_plural, | ||
| unsigned long int | n | ||
| ) |
| void * pango_cairo_font_map_get_default | ( | void | ) |
| int readdir_r | ( | void *__restrict | dir, |
| void *__restrict | entry, | ||
| void **__restrict | result | ||
| ) |
| char * realpath | ( | const char *__restrict | path, |
| char *__restrict | resolved_path | ||
| ) |
| char * rindex | ( | const char * | s, |
| int | c | ||
| ) |
| char * setlocale | ( | int | category, |
| const char * | locale | ||
| ) |
| char * strcasestr | ( | const char * | haystack, |
| const char * | needle | ||
| ) |
| char * strchr | ( | const char * | str, |
| int | c | ||
| ) |
| char * strerror_r | ( | int | errnum, |
| char * | buf, | ||
| unsigned long | buflen | ||
| ) |
| char * strpbrk | ( | const char * | str1, |
| const char * | str2 | ||
| ) |
| char * strptime | ( | const void * | s, |
| const void * | format, | ||
| void * | tm | ||
| ) |
| char * strrchr | ( | const char * | str, |
| int | c | ||
| ) |
| char * strsep | ( | char ** | stringp, |
| const char * | delim | ||
| ) |
| char * strstr | ( | const char * | haystack, |
| const char * | needle | ||
| ) |
| double strtod | ( | const char * | str, |
| char ** | endptr | ||
| ) |
| double strtod_l | ( | const char * | str, |
| char ** | endptr, | ||
| void * | loc | ||
| ) |
| float strtof | ( | const char * | nptr, |
| char ** | endptr | ||
| ) |
| float strtof_l | ( | const char * | nptr, |
| char ** | endptr, | ||
| void * | loc | ||
| ) |
| char * strtok | ( | char * | str, |
| const char * | delim | ||
| ) |
| char * strtok_r | ( | char * | str, |
| const char * | delim, | ||
| char ** | saveptr | ||
| ) |
| long int strtol | ( | const char * | str, |
| char ** | endptr, | ||
| int | base | ||
| ) |
| long double strtold | ( | const char * | str, |
| char ** | endptr | ||
| ) |
| long long strtoll | ( | const char * | str, |
| char ** | endptr, | ||
| int | base | ||
| ) |
| unsigned long int strtoul | ( | const char * | str, |
| char ** | endptr, | ||
| int | base | ||
| ) |
| unsigned long long strtoull | ( | const char * | str, |
| char ** | endptr, | ||
| int | base | ||
| ) |
| char * tgoto | ( | const char * | cap, |
| int | col, | ||
| int | row | ||
| ) |
| char * tparm | ( | char * | str, |
| ... | |||
| ) |
| const char * zError | ( | int | a | ) |