Searched defs:trust (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dcatopen.c395 int trust; local
397 fd = nls_safe_open(name, &statbuf, &trust, safe);
425 tmp_catd->__trust = trust;
H A Dnlspath_checks.c79 * The trust return value contains an indication of
85 nls_safe_open(const char *path, struct stat64 *statbuf, int *trust, int safe) argument
97 * set trust_path and trust the file as an initial value.
99 trust_path = *trust = safe || nlspath_safe;
115 * Don't trust files writable by other or writable
117 * Don't trust these files even if the path is correct.
158 * has been set, trust the file as long as it belongs to
161 if (!*trust && systemdir) {
162 *trust = 1;
174 if (*trust
[all...]

Completed in 15 milliseconds