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) |
__attribute__ ((annotate("ALLOC_STACK_RET"))) const | |
__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("ALLOC_STACK_RET")) | ) | const |
__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")) | ) |
void * __dynamic_cast | ( | void * | source, |
const void * | sourceTypeInfo, | ||
const void * | targetTypeInfo, | ||
unsigned long | castType | ||
) |
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_r | ( | const void * | tm, |
char * | buf | ||
) |
void * bsearch | ( | const void * | key, |
const void * | base, | ||
unsigned long | nitems, | ||
unsigned long | size, | ||
int(*)(const void *, const void *) | compar | ||
) |
char * ctime_r | ( | const char * | timer, |
char * | buf | ||
) |
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 | ||
) |
struct mntent * getmntent_r | ( | void * | fp, |
struct mntent * | mntbuf, | ||
char * | buf, | ||
int | buflen | ||
) |
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 | ||
) |
struct tm * gmtime_r | ( | const void * | timer, |
struct tm * | buf | ||
) |
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 | ) |
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 | ||
) |
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 * 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 | ||
) |