nls_safe_open
extern int nls_safe_open(const char *, struct stat64 *, int *, int);
fd = nls_safe_open(name, &statbuf, &trust, safe);
fd = nls_safe_open(mp->msgfile, &statbuf, &mp->trusted, !mp->nlsp);