Home
last modified time | relevance | path

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

/PHP-7.3/ext/ftp/
H A Dftp.c203 if (ftp->syst) { in ftp_gc()
204 efree(ftp->syst); in ftp_gc()
205 ftp->syst = NULL; in ftp_gc()
413 char *syst, *end; in ftp_syst() local
420 if (ftp->syst) { in ftp_syst()
421 return ftp->syst; in ftp_syst()
429 syst = ftp->inbuf; in ftp_syst()
430 while (*syst == ' ') { in ftp_syst()
431 syst++; in ftp_syst()
436 ftp->syst = estrdup(syst); in ftp_syst()
[all …]
H A Dftp.h67 char *syst; /* cached system type */ member
H A Dphp_ftp.c806 const char *syst; in PHP_FUNCTION() local
816 if (NULL == (syst = ftp_syst(ftp))) { in PHP_FUNCTION()
821 RETURN_STRING((char*) syst); in PHP_FUNCTION()
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic9360 # "Erreur en chargeant syst\212me d'exploitation" nn=0xa7 for french version
9391 # "Erreur lors du chargement du syst\212me d'exploitation" nn=0x12a for french version
H A Dmagic私はガラスを食べられます9360 # "Erreur en chargeant syst\212me d'exploitation" nn=0xa7 for french version
9391 # "Erreur lors du chargement du syst\212me d'exploitation" nn=0x12a for french version

Completed in 111 milliseconds