Searched refs:Calloc (Results 1 – 5 of 5) sorted by relevance
54 cp = Calloc(len + 1); in StrNDup()82 cp = Calloc(len1 + len2 + 1); in StrCatDup()101 void *Calloc(int size) in Calloc() function147 cp = Calloc(size); in Realloc()244 buffer = Calloc(buffer_size); in Fgets()
39 void *Calloc(int size);
72 t = Calloc(sizeof(tDefineValue)); in add_dvalue()
280 new_str = Calloc(new_len + 1); // +1 for '\0' in replace_word()353 cp = Calloc(len + 1); in StrNDup()381 cp = Calloc(len1 + len2 + 1); in StrCatDup()400 void *Calloc(int size) in Calloc() function
66 void *Calloc(int size);