| Home | Sort by: relevance | last modified time | path |
| /src/usr.bin/sed/ | |
| misc.c | 93 xcalloc(size_t c, size_t n) function in typeref:typename:void * |
| /src/usr.bin/xlint/common/ | |
| mem.c | 67 xcalloc(size_t n, size_t s) function in typeref:typename:void * |
| /src/libexec/ld.elf_so/ | |
| xmalloc.c | 453 xcalloc(size_t size) function in typeref:typename:void * |
| /src/sbin/dump/ | |
| main.c | 564 usedinomap = (char *)xcalloc((unsigned) mapsize, sizeof(char)); 565 dumpdirmap = (char *)xcalloc((unsigned) mapsize, sizeof(char)); 566 dumpinomap = (char *)xcalloc((unsigned) mapsize, sizeof(char)); 849 xcalloc(size_t number, size_t size) function in typeref:typename:void * |
| /src/bin/csh/ | |
| csh.h | 90 #define xcalloc(n, s) Calloc(n, s) macro |