Searched refs:syst (Results 1 – 4 of 4) sorted by relevance
212 if (ftp->syst) { in ftp_gc()213 efree(ftp->syst); in ftp_gc()214 ftp->syst = NULL; in ftp_gc()385 char *syst, *end; in ftp_syst() local392 if (ftp->syst) { in ftp_syst()393 return ftp->syst; in ftp_syst()401 syst = ftp->inbuf; in ftp_syst()402 while (*syst == ' ') { in ftp_syst()403 syst++; in ftp_syst()408 ftp->syst = estrdup(syst); in ftp_syst()[all …]
68 char *syst; /* cached system type */ member
717 const char *syst; in PHP_FUNCTION() local725 if (NULL == (syst = ftp_syst(ftp))) { in PHP_FUNCTION()730 RETURN_STRING((char*) syst, 1); in PHP_FUNCTION()
5898 # "Erreur en chargeant syst\212me d'exploitation" nn=0xa7 for french version5929 # "Erreur lors du chargement du système d'exploitation" nn=0x12a for french version
Completed in 56 milliseconds