Searched refs:getenv_r (Results 1 – 15 of 15) sorted by relevance
| /netbsd/src/lib/libc/stdlib/ |
| D | getenv.c | 50 __weak_alias(getenv_r, _getenv_r) in __weak_alias() argument 81 getenv_r(const char *name, char *buf, size_t len) in getenv_r() function
|
| D | Makefile.inc | 81 MLINKS+=getenv.3 getenv_r.3
|
| /netbsd/src/lib/librumpuser/ |
| D | rumpuser_daemonize.c | 62 if (getenv_r("RUMP_STDOUT", path, sizeof(path)) == 0) { in openstdoutstderr() 68 if (getenv_r("RUMP_STDERR", path, sizeof(path)) == 0) { in openstdoutstderr()
|
| D | rumpuser.c | 194 if (getenv_r("RUMP_NCPU", buf, blen) == -1) { in rumpuser_getparam() 214 if (getenv_r(name, buf, blen) == -1) in rumpuser_getparam()
|
| D | rumpuser_bio.c | 155 if (getenv_r("RUMP_THREADS", buf, sizeof(buf)) == 0) in rumpuser_bio()
|
| D | configure.ac | 30 getenv_r posix_memalign memalign aligned_alloc \
|
| D | rumpuser_port.h | 159 getenv_r(const char *name, char *buf, size_t buflen) in getenv_r() function
|
| D | rumpuser_config.h.in | 27 /* Define to 1 if you have the `getenv_r' function. */
|
| D | rumpfiber.c | 529 if (getenv_r(name, buf, blen) == -1) in rumpuser_getparam()
|
| /netbsd/src/tests/lib/libc/stdlib/ |
| D | t_getenv_thread.c | 65 if (getenv_r(name, value, sizeof(value)) == -1) { in thread_getenv_r()
|
| /netbsd/src/lib/libperfuse/ |
| D | perfuse.c | 91 if (getenv_r("PERFUSE_OPTIONS", opts, sizeof(opts)) != -1) { in init_state() 156 if (getenv_r(name, valstr, sizeof(valstr)) == -1) in perfuse_bufvar_from_env()
|
| /netbsd/src/include/ |
| D | stdlib.h | 315 int getenv_r(const char *, char *, size_t);
|
| /netbsd/src/lib/librumphijack/ |
| D | hijack.c | 1003 if (getenv_r("RUMPHIJACK", buf, sizeof(buf)) == -1) { in rcinit() 1009 if (getenv_r("RUMPHIJACK_RETRYCONNECT", buf, sizeof(buf)) != -1) { in rcinit() 1030 if (getenv_r("RUMPHIJACK__DUP2INFO", buf, sizeof(buf)) == 0) { in rcinit() 1038 if (getenv_r("RUMPHIJACK__PWDINRUMP", buf, sizeof(buf)) == 0) { in rcinit()
|
| /netbsd/src/lib/libc/include/ |
| D | namespace.h | 54 #define getenv_r _getenv_r macro
|
| /netbsd/src/distrib/sets/lists/comp/ |
| D | mi | 8022 ./usr/share/man/cat3/getenv_r.0 comp-c-catman .cat 16585 ./usr/share/man/html3/getenv_r.html comp-c-htmlman html 25088 ./usr/share/man/man3/getenv_r.3 comp-c-man .man
|