Home
last modified time | relevance | path

Searched refs:tmpLine (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dssh.c2019 char *tmpLine; in ssh_statemach_act() local
2021 tmpLine = aprintf("%s\n", sshc->readdir_filename); in ssh_statemach_act()
2022 if(tmpLine == NULL) { in ssh_statemach_act()
2028 tmpLine, sshc->readdir_len+1); in ssh_statemach_act()
2029 free(tmpLine); in ssh_statemach_act()