Lines Matching defs:len
51 #define ROUNDUP(len, size) ((size) * (((len) + (size) - 1) / (size))) argument
57 size_t len; member
62 adjustsize(size_t len) in adjustsize()
70 placeheaders(void *block, size_t len) in placeheaders()
89 checkheaders(void *block, size_t len) in checkheaders()
112 #define adjustsize(len) (len) argument
113 #define placeheaders(block, len) ((void)(len), (block)) argument
114 #define checkheaders(ptr, len) ((void)(len), (ptr)) argument
119 domalloc(size_t len) in domalloc()
154 dofree(void *ptr, size_t len) in dofree()
169 size_t len; in dostrdup() local
181 size_t len; in dostrdup2() local
194 size_t len; in dostrdup3() local
205 dostrndup(const char *s, size_t len) in dostrndup()
225 notrailingws(char *buf, size_t len) in notrailingws()
236 size_t len; in is_identifier() local