syst 211 ext/ftp/ftp.c if (ftp->syst) { syst 212 ext/ftp/ftp.c efree(ftp->syst); syst 213 ext/ftp/ftp.c ftp->syst = NULL; syst 417 ext/ftp/ftp.c char *syst, *end; syst 424 ext/ftp/ftp.c if (ftp->syst) { syst 425 ext/ftp/ftp.c return ftp->syst; syst 433 ext/ftp/ftp.c syst = ftp->inbuf; syst 434 ext/ftp/ftp.c while (*syst == ' ') { syst 435 ext/ftp/ftp.c syst++; syst 437 ext/ftp/ftp.c if ((end = strchr(syst, ' '))) { syst 440 ext/ftp/ftp.c ftp->syst = estrdup(syst); syst 444 ext/ftp/ftp.c return ftp->syst; syst 69 ext/ftp/ftp.h char *syst; /* cached system type */ syst 761 ext/ftp/php_ftp.c const char *syst; syst 771 ext/ftp/php_ftp.c if (NULL == (syst = ftp_syst(ftp))) { syst 776 ext/ftp/php_ftp.c RETURN_STRING((char*) syst);