Searched refs:trust (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
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...]
H A Dcatopen.c395 int trust; local
397 fd = nls_safe_open(name, &statbuf, &trust, safe);
425 tmp_catd->__trust = trust;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCarp.pm65 The trust in item 2 is transitive. If A trusts B, and B
67 with @CARP_NOT, then this trust relationship is identical to,

Completed in 34 milliseconds