Searched refs:new_readdir_line (Results 1 – 1 of 1) sorted by relevance
706 char *new_readdir_line; in ssh_statemach_act() local2007 new_readdir_line = realloc(sshc->readdir_line, sshc->readdir_totalLen); in ssh_statemach_act()2008 if(!new_readdir_line) { in ssh_statemach_act()2016 sshc->readdir_line = new_readdir_line; in ssh_statemach_act()