Searched refs:new_log (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/hfs-285/fsck_hfs/
H A Dutilities.c699 char *new_log; local
708 new_log = realloc(in_mem_data, in_mem_data_size + amt);
709 if (new_log == NULL) {
718 cur_in_mem = new_log + (cur_in_mem - in_mem_data);
719 in_mem_data = new_log;
720 size_remaining = in_mem_data_size - (ptrdiff_t)(cur_in_mem - new_log);
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A Dkrb4-proto.h139 int new_log P((long , char *));

Completed in 79 milliseconds