Home
last modified time | relevance | path

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

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcftp.c15424 if (tmpfilptr[i]) { in mlsreset()
15425 fclose(tmpfilptr[i]); in mlsreset()
15426 tmpfilptr[i] = NULL; in mlsreset()
15471 if (tmpfilptr[mlsdepth]) {
15472 fclose(tmpfilptr[mlsdepth]);
15473 tmpfilptr[mlsdepth] = NULL;
15480 if (tmpfilptr[mlsdepth] == NULL) {
15656 if (tmpfilptr[mlsdepth]) {
15662 if (!tmpfilptr[mlsdepth]) {
15699 fclose(tmpfilptr[mlsdepth]);
[all …]