Searched refs:from_env (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/ |
| H A D | test_add_store_cred.c | 122 char *from_env; in main() local 146 if (asprintf(&from_env, "KRB5CCNAME=%s", argv[0]) == -1 || from_env == NULL) in main() 151 putenv(from_env); in main() 177 free(from_env); in main()
|
| /netbsd-src/games/hack/ |
| H A D | hack.options.c | 94 parseoptions(char *opts, boolean from_env) in parseoptions() argument 102 parseoptions(op, from_env); in parseoptions() 147 if (from_env) in parseoptions() 163 if (!from_env) { in parseoptions() 209 if (!from_env) { in parseoptions()
|
| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | test-spawn.c | 1261 WCHAR* from_env[] = { in TEST_IMPL() local 1279 int found_in_usr_env[ARRAY_SIZE(from_env)] = {0}; in TEST_IMPL() 1280 WCHAR *expected[ARRAY_SIZE(from_env)]; in TEST_IMPL() 1286 for (i = 0; i < ARRAY_SIZE(from_env); i++) { in TEST_IMPL() 1288 size_t len = GetEnvironmentVariableW(from_env[i], NULL, 0); in TEST_IMPL() 1295 size_t name_len = wcslen(from_env[i]); in TEST_IMPL() 1297 wmemcpy(str, from_env[i], name_len); in TEST_IMPL() 1301 GetEnvironmentVariableW(from_env[i], str, len); in TEST_IMPL()
|