syst 212 ext/ftp/ftp.c if (ftp->syst) { syst 213 ext/ftp/ftp.c efree(ftp->syst); syst 214 ext/ftp/ftp.c ftp->syst = NULL; syst 385 ext/ftp/ftp.c char *syst, *end; syst 392 ext/ftp/ftp.c if (ftp->syst) { syst 393 ext/ftp/ftp.c return ftp->syst; syst 401 ext/ftp/ftp.c syst = ftp->inbuf; syst 402 ext/ftp/ftp.c while (*syst == ' ') { syst 403 ext/ftp/ftp.c syst++; syst 405 ext/ftp/ftp.c if ((end = strchr(syst, ' '))) { syst 408 ext/ftp/ftp.c ftp->syst = estrdup(syst); syst 412 ext/ftp/ftp.c return ftp->syst; syst 69 ext/ftp/ftp.h char *syst; /* cached system type */ syst 720 ext/ftp/php_ftp.c const char *syst; syst 728 ext/ftp/php_ftp.c if (NULL == (syst = ftp_syst(ftp))) { syst 733 ext/ftp/php_ftp.c RETURN_STRING((char*) syst, 1);