Searched refs:nls_safe_open (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libc/inc/ |
H A D | nlspath_checks.h | 38 extern int nls_safe_open(const char *, struct stat64 *, int *, int);
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | catopen.c | 289 fd = nls_safe_open(name, &statbuf, &trust, safe); in file_open()
|
H A D | nlspath_checks.c | 85 nls_safe_open(const char *path, struct stat64 *statbuf, int *trust, int safe) in nls_safe_open() function
|
/titanic_50/usr/src/lib/libc/port/i18n/ |
H A D | gettext_real.c | 1078 fd = nls_safe_open(mp->msgfile, &statbuf, &mp->trusted, !mp->nlsp); in handle_mo()
|