Home
last modified time | relevance | path

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

/external/curl/lib/vssh/
Dlibssh.c1414 char *tmpLine; in myssh_statemach_act() local
1416 tmpLine = aprintf("%s\n", sshc->readdir_filename); in myssh_statemach_act()
1417 if(tmpLine == NULL) { in myssh_statemach_act()
1423 tmpLine, sshc->readdir_len + 1); in myssh_statemach_act()
1424 free(tmpLine); in myssh_statemach_act()