Searched refs:syst (Results 1 – 5 of 5) sorted by relevance
206 if (ftp->syst) { in ftp_gc()207 efree(ftp->syst); in ftp_gc()208 ftp->syst = NULL; in ftp_gc()431 char *syst, *end; in ftp_syst() local438 if (ftp->syst) { in ftp_syst()439 return ftp->syst; in ftp_syst()447 syst = ftp->inbuf; in ftp_syst()448 while (*syst == ' ') { in ftp_syst()449 syst++; in ftp_syst()454 ftp->syst = estrdup(syst); in ftp_syst()[all …]
65 char *syst; /* cached system type */ member
559 const char *syst; in PHP_FUNCTION() local566 if (NULL == (syst = ftp_syst(ftp))) { in PHP_FUNCTION()573 RETURN_STRING((char*) syst); in PHP_FUNCTION()
12681 # "Erreur en chargeant syst\212me d'exploitation" nn=0xa7 for french version12712 # "Erreur lors du chargement du syst\212me d'exploitation" nn=0x12a for french version
Completed in 168 milliseconds