Home
last modified time | relevance | path

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

/PHP-8.0/ext/ftp/
H A Dftp.c201 if (ftp->syst) { in ftp_gc()
202 efree(ftp->syst); in ftp_gc()
203 ftp->syst = NULL; in ftp_gc()
407 char *syst, *end; in ftp_syst() local
414 if (ftp->syst) { in ftp_syst()
415 return ftp->syst; in ftp_syst()
423 syst = ftp->inbuf; in ftp_syst()
424 while (*syst == ' ') { in ftp_syst()
425 syst++; in ftp_syst()
430 ftp->syst = estrdup(syst); in ftp_syst()
[all …]
H A Dftp.h65 char *syst; /* cached system type */ member
H A Dphp_ftp.c556 const char *syst; in PHP_FUNCTION() local
566 if (NULL == (syst = ftp_syst(ftp))) { in PHP_FUNCTION()
573 RETURN_STRING((char*) syst); in PHP_FUNCTION()
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます10988 # "Erreur en chargeant syst\212me d'exploitation" nn=0xa7 for french version
11019 # "Erreur lors du chargement du syst\212me d'exploitation" nn=0x12a for french version
H A Dmagic10988 # "Erreur en chargeant syst\212me d'exploitation" nn=0xa7 for french version
11019 # "Erreur lors du chargement du syst\212me d'exploitation" nn=0x12a for french version

Completed in 102 milliseconds