Home
last modified time | relevance | path

Searched refs:fix_file (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/tools/ctf/ctfstrip/
H A Dctfstrip.c38 static boolean_t fix_file(const char *, mode_t);
60 if (!fix_file(*p, mode)) in main()
116 fix_file(const char *filename, mode_t mode) in fix_file() function