Home
last modified time | relevance | path

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

/PHP-7.4/ext/ftp/
H A Dftp.c208 if (ftp->syst) { in ftp_gc()
209 efree(ftp->syst); in ftp_gc()
210 ftp->syst = NULL; in ftp_gc()
418 char *syst, *end; in ftp_syst() local
425 if (ftp->syst) { in ftp_syst()
426 return ftp->syst; in ftp_syst()
434 syst = ftp->inbuf; in ftp_syst()
435 while (*syst == ' ') { in ftp_syst()
436 syst++; in ftp_syst()
441 ftp->syst = estrdup(syst); in ftp_syst()
[all …]
H A Dftp.h67 char *syst; /* cached system type */ member
H A Dphp_ftp.c824 const char *syst; in PHP_FUNCTION() local
834 if (NULL == (syst = ftp_syst(ftp))) { in PHP_FUNCTION()
841 RETURN_STRING((char*) syst); in PHP_FUNCTION()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます10287 # "Erreur en chargeant syst\212me d'exploitation" nn=0xa7 for french version
10318 # "Erreur lors du chargement du syst\212me d'exploitation" nn=0x12a for french version
H A Dmagic10287 # "Erreur en chargeant syst\212me d'exploitation" nn=0xa7 for french version
10318 # "Erreur lors du chargement du syst\212me d'exploitation" nn=0x12a for french version

Completed in 154 milliseconds