| /freebsd-14.2/tools/build/cross-build/ |
| H A D | secure_getenv.c | 11 secure_getenv(const char *name) in secure_getenv() function
|
| /freebsd-14.2/tools/build/cross-build/include/mac/ |
| H A D | stdlib.h | 43 char *secure_getenv(const char *name);
|
| /freebsd-14.2/lib/libc/stdio/ |
| H A D | tmpfile.c | 60 tmpdir = secure_getenv("TMPDIR"); in tmpfile()
|
| H A D | tempnam.c | 60 if ((f = secure_getenv("TMPDIR")) != NULL) { in tempnam()
|
| /freebsd-14.2/contrib/nvi/common/ |
| H A D | util.c | 145 extern char *secure_getenv(const char *); 146 if ((h = secure_getenv("HOME")) == NULL) {
|
| /freebsd-14.2/lib/libc/iconv/ |
| H A D | citrus_iconv.c | 82 if (secure_getenv(CI_ENV_MAX_REUSE) != NULL) in init_cache() 84 atoi(secure_getenv(CI_ENV_MAX_REUSE)); in init_cache()
|
| H A D | citrus_module.c | 283 p = secure_getenv("PATH_I18NMODULE"); in _citrus_load_module()
|
| /freebsd-14.2/lib/libc/stdlib/ |
| H A D | Symbol.map | 127 secure_getenv;
|
| H A D | Makefile.inc | 50 MLINKS+=getenv.3 clearenv.3 getenv.3 putenv.3 getenv.3 secure_getenv.3 \
|
| H A D | getenv.c | 451 secure_getenv(const char *name) in secure_getenv() function
|
| /freebsd-14.2/crypto/openssl/crypto/ |
| H A D | getenv.c | 94 return secure_getenv(name); in ossl_safe_getenv()
|
| /freebsd-14.2/lib/libc/net/ |
| H A D | hesiod.c | 90 configname = secure_getenv("HESIOD_CONFIG"); in hesiod_init() 98 p = secure_getenv("HES_DOMAIN"); in hesiod_init()
|
| H A D | rcmd.c | 97 if ((p = secure_getenv("RSH")) != NULL) { in rcmd_af()
|
| /freebsd-14.2/lib/libc/locale/ |
| H A D | setlocale.c | 312 char *p = secure_getenv("PATH_LOCALE"); in __detect_path_locale()
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | fstab.c | 261 setfstab(secure_getenv("PATH_FSTAB")); in setfsent()
|
| H A D | glob-compat11.c | 422 if ((h = secure_getenv("HOME")) == NULL) { in globtilde()
|
| /freebsd-14.2/include/ |
| H A D | stdlib.h | 321 char *secure_getenv(const char *);
|
| /freebsd-14.2/lib/libc/posix1e/ |
| H A D | mac.c | 177 filename = secure_getenv("MAC_CONFFILE"); in mac_init_internal()
|
| /freebsd-14.2/lib/libc/resolv/ |
| H A D | res_query.c | 457 file = secure_getenv("HOSTALIASES"); in res_hostalias()
|
| H A D | res_init.c | 277 if ((cp = secure_getenv("LOCALDOMAIN")) != NULL) { in __res_vinit()
|
| /freebsd-14.2/lib/libc/db/btree/ |
| H A D | bt_open.c | 394 envtmp = secure_getenv("TMPDIR"); in tmp()
|
| /freebsd-14.2/contrib/jemalloc/ |
| H A D | FREEBSD-diffs | 142 -#define secure_getenv JEMALLOC_HOOK(secure_getenv, test_hooks_libc_hook)
|
| /freebsd-14.2/lib/libc/nls/ |
| H A D | msgcat.c | 196 if ((nlspath = secure_getenv("NLSPATH")) == NULL) in __catopen_l()
|
| /freebsd-14.2/tools/build/ |
| H A D | Makefile | 225 SRCS+= secure_getenv.c
|
| /freebsd-14.2/lib/libc/db/hash/ |
| H A D | hash_page.c | 858 envtmp = secure_getenv("TMPDIR"); in open_temp()
|