Home | History | Annotate | Download | only in Analysis

Lines Matching defs:size_t

11 typedef __typeof(sizeof(int)) size_t;
24 char *strncpy( char * destination, const char * source, size_t num );
25 char *strndup(const char *s, size_t n);
26 char *strncat(char *restrict s1, const char *restrict s2, size_t n);
28 void *malloc(size_t);
29 void *calloc(size_t nmemb, size_t size);
30 void bcopy(void *s1, void *s2, size_t n);
140 size_t ts;
158 size_t read(int, void *, size_t);