Home
last modified time | relevance | path

Searched refs:nls_safe_open (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dnlspath_checks.h36 extern int nls_safe_open(const char *, struct stat64 *, int *, int);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcatopen.c289 fd = nls_safe_open(name, &statbuf, &trust, safe); in file_open()
H A Dnlspath_checks.c83 nls_safe_open(const char *path, struct stat64 *statbuf, int *trust, int safe) in nls_safe_open() function
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c1078 fd = nls_safe_open(mp->msgfile, &statbuf, &mp->trusted, !mp->nlsp); in handle_mo()