Home
last modified time | relevance | path

Searched refs:file_replace (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/file/dist/src/
H A Dascmagic.c238 switch (file_replace(ms, " text$", ", ")) { in file_ascmagic_with_encoding()
240 switch (file_replace(ms, " text executable$", in file_ascmagic_with_encoding()
H A Dfile.h545 file_protected int file_replace(struct magic_set *, const char *, const char *);
H A Dfuncs.c653 file_replace(struct magic_set *ms, const char *pat, const char *rep) in file_replace() function