Searched refs:syst (Results 1 – 4 of 4) sorted by relevance
211 if (ftp->syst) { in ftp_gc()212 efree(ftp->syst); in ftp_gc()213 ftp->syst = NULL; in ftp_gc()420 char *syst, *end; in ftp_syst() local427 if (ftp->syst) { in ftp_syst()428 return ftp->syst; in ftp_syst()436 syst = ftp->inbuf; in ftp_syst()437 while (*syst == ' ') { in ftp_syst()438 syst++; in ftp_syst()443 ftp->syst = estrdup(syst); in ftp_syst()[all …]
69 char *syst; /* cached system type */ member
761 const char *syst; in PHP_FUNCTION() local771 if (NULL == (syst = ftp_syst(ftp))) { in PHP_FUNCTION()776 RETURN_STRING((char*) syst); in PHP_FUNCTION()
6838 # "Erreur en chargeant syst\212me d'exploitation" nn=0xa7 for french version6869 # "Erreur lors du chargement du syst\212me d'exploitation" nn=0x12a for french version
Completed in 54 milliseconds