Home
last modified time | relevance | path

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

/PHP-7.1/ext/ftp/
H A Dftp.c216 if (ftp->syst) { in ftp_gc()
217 efree(ftp->syst); in ftp_gc()
218 ftp->syst = NULL; in ftp_gc()
425 char *syst, *end; in ftp_syst() local
432 if (ftp->syst) { in ftp_syst()
433 return ftp->syst; in ftp_syst()
441 syst = ftp->inbuf; in ftp_syst()
442 while (*syst == ' ') { in ftp_syst()
443 syst++; in ftp_syst()
448 ftp->syst = estrdup(syst); in ftp_syst()
[all …]
H A Dftp.h69 char *syst; /* cached system type */ member
H A Dphp_ftp.c761 const char *syst; in PHP_FUNCTION() local
771 if (NULL == (syst = ftp_syst(ftp))) { in PHP_FUNCTION()
776 RETURN_STRING((char*) syst); in PHP_FUNCTION()
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic6838 # "Erreur en chargeant syst\212me d'exploitation" nn=0xa7 for french version
6869 # "Erreur lors du chargement du syst\212me d'exploitation" nn=0x12a for french version
H A Dmagic私はガラスを食べられます6838 # "Erreur en chargeant syst\212me d'exploitation" nn=0xa7 for french version
6869 # "Erreur lors du chargement du syst\212me d'exploitation" nn=0x12a for french version

Completed in 102 milliseconds