Home
last modified time | relevance | path

Searched refs:syst (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/ftp/
H A Dftp.c212 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() local
392 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 …]
H A Dftp.h68 char *syst; /* cached system type */ member
H A Dphp_ftp.c717 const char *syst; in PHP_FUNCTION() local
725 if (NULL == (syst = ftp_syst(ftp))) { in PHP_FUNCTION()
730 RETURN_STRING((char*) syst, 1); in PHP_FUNCTION()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic5898 # "Erreur en chargeant syst\212me d'exploitation" nn=0xa7 for french version
5929 # "Erreur lors du chargement du système d'exploitation" nn=0x12a for french version

Completed in 44 milliseconds