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