Searched refs:file_replace (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | ascmagic.c | 240 switch (file_replace(ms, " text$", ", ")) { in file_ascmagic_with_encoding() 242 switch (file_replace(ms, " text executable$", in file_ascmagic_with_encoding()
|
H A D | file.h | 520 protected int file_replace(struct magic_set *, const char *, const char *);
|
H A D | funcs.c | 644 file_replace(struct magic_set *ms, const char *pat, const char *rep) in file_replace() function
|
/PHP-8.3/ext/fileinfo/ |
H A D | libmagic.patch | 2018 file_replace(struct magic_set *ms, const char *pat, const char *rep)
|
Completed in 22 milliseconds