Home
last modified time | relevance | path

Searched refs:env_p (Results 1 – 25 of 133) sorted by relevance

123456

/dports/net-mgmt/netustad/netustad-0.3.1/src/
H A Dacceptrequest.c307 env_p[21] = NULL; /*temporary variable */ in accept_request()
308 env_p[22] = NULL; /*temporary variable */ in accept_request()
309 env_p[23] = NULL; /*parameter terminate */ in accept_request()
383 env_p[2] = strdup(env_str); in accept_request()
389 env_p[21] = strdup(env_str); in accept_request()
392 env_p[22] = strdup(env_str); in accept_request()
398 env_p[21] = strdup(env_str); in accept_request()
403 env_p[21] = strdup(env_str); in accept_request()
408 env_p[21] = strdup(env_str); in accept_request()
414 env_p[2] = strdup(env_str); in accept_request()
[all …]
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/bin/conv_form2ssv/
H A Dconv_form2ssv.c35 static char *env_p; variable
56 env_p = getenv("REQUEST_METHOD"); in main()
57 if (NULL == env_p) { in main()
58 env_p = getenv("CONTENT_LENGTH"); in main()
59 if (NULL == env_p) { in main()
83 env_p = getenv("QUERY_STRING"); in proc_get()
84 if (NULL == env_p) in proc_get()
87 proc_application_x_www_form_urlencoded(env_p, strlen(env_p)); in proc_get()
115 env_p = getenv("CONTENT_TYPE"); in proc_post()
116 if (NULL == env_p) in proc_post()
[all …]
/dports/sysutils/consolekit2/ConsoleKit2-520b862/src/
H A Dck-sysdeps-gnu.c149 char *env_p; in ck_unix_pid_get_env_hash() local
169 env_p = proc_stat_env (ps); in ck_unix_pid_get_env_hash()
171 env_l = strlen (env_p); in ck_unix_pid_get_env_hash()
175 vals = g_strsplit (env_p, "=", 2); in ck_unix_pid_get_env_hash()
183 env_p = env_p + env_l + 1; in ck_unix_pid_get_env_hash()
196 char *env_p; in ck_unix_pid_get_env() local
218 env_p = proc_stat_env (ps); in ck_unix_pid_get_env()
220 env_l = strlen (env_p); in ck_unix_pid_get_env()
222 if (env_l && g_str_has_prefix (env_p, prefix)) { in ck_unix_pid_get_env()
223 val = g_strdup (env_p + prefix_len); in ck_unix_pid_get_env()
[all …]
/dports/devel/dmalloc/dmalloc-5.6.5/
H A Denv.c211 char *env_p, *this_p; in _dmalloc_environ_process() local
234 for (env_p = buf, this_p = buf; ! done_b; env_p++, this_p = env_p) { in _dmalloc_environ_process()
237 for (;; env_p++) { in _dmalloc_environ_process()
238 if (*env_p == '\0') { in _dmalloc_environ_process()
242 if (*env_p == ',' && (env_p == buf || *(env_p - 1) != '\\')) { in _dmalloc_environ_process()
249 if (this_p == env_p) { in _dmalloc_environ_process()
253 *env_p = '\0'; in _dmalloc_environ_process()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/Shell/Process/Inputs/
H A Denv.cpp5 if (const char *env_p = std::getenv("FOO")) in main() local
6 std::cout << "FOO=" << env_p << '\n'; in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/Shell/Process/Inputs/
H A Denv.cpp5 if (const char *env_p = std::getenv("FOO")) in main() local
6 std::cout << "FOO=" << env_p << '\n'; in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/Shell/Process/Inputs/
H A Denv.cpp5 if (const char *env_p = std::getenv("FOO")) in main() local
6 std::cout << "FOO=" << env_p << '\n'; in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/Shell/Process/Inputs/
H A Denv.cpp5 if (const char *env_p = std::getenv("FOO")) in main() local
6 std::cout << "FOO=" << env_p << '\n'; in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/Shell/Process/Inputs/
H A Denv.cpp5 if (const char *env_p = std::getenv("FOO")) in main() local
6 std::cout << "FOO=" << env_p << '\n'; in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/Shell/Process/Inputs/
H A Denv.cpp5 if (const char *env_p = std::getenv("FOO")) in main() local
6 std::cout << "FOO=" << env_p << '\n'; in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/Shell/Process/Inputs/
H A Denv.cpp5 if (const char *env_p = std::getenv("FOO")) in main() local
6 std::cout << "FOO=" << env_p << '\n'; in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/test/Shell/Process/Inputs/
H A Denv.cpp5 if (const char *env_p = std::getenv("FOO")) in main() local
6 std::cout << "FOO=" << env_p << '\n'; in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/Shell/Process/Inputs/
H A Denv.cpp5 if (const char *env_p = std::getenv("FOO")) in main() local
6 std::cout << "FOO=" << env_p << '\n'; in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/Shell/Process/Inputs/
H A Denv.cpp5 if (const char *env_p = std::getenv("FOO"))
6 std::cout << "FOO=" << env_p << '\n';
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dchild.c73 PyObject *argv_p, *env_p; in spawn() local
76 …args, "ssO!O!iiiiii", &exe, &cwd, &PyTuple_Type, &argv_p, &PyTuple_Type, &env_p, &master, &slave, … in spawn()
80 char **env = serialize_string_tuple(env_p); in spawn()
/dports/devel/tex-kpathsea/texlive-20150521-source/texk/kpathsea/
H A Dpath-elt.c34 element (kpathsea kpse, const_string passed_path, boolean env_p) in element() argument
55 && (env_p ? IS_ENV_SEP (*p) : IS_DIR_SEP (*p)))) { in element()
/dports/print/tex-xdvik/xdvik-22.87/texk/kpathsea/
H A Dpath-elt.c34 element (kpathsea kpse, const_string passed_path, boolean env_p) in element() argument
55 && (env_p ? IS_ENV_SEP (*p) : IS_DIR_SEP (*p)))) { in element()
/dports/misc/mc/mc-4.8.27/lib/widget/
H A Dinput_complete.c349 static char **env_p = NULL; in variable_completion_function() local
361 env_p = environ; in variable_completion_function()
364 while (*env_p != NULL) in variable_completion_function()
366 p = strchr (*env_p, '='); in variable_completion_function()
367 if (p != NULL && ((size_t) (p - *env_p) >= varlen) in variable_completion_function()
368 && strncmp (text + 1 + isbrace, *env_p, varlen) == 0) in variable_completion_function()
370 env_p++; in variable_completion_function()
373 if (*env_p == NULL) in variable_completion_function()
379 temp = g_string_new_len (*env_p, p - *env_p); in variable_completion_function()
388 env_p++; in variable_completion_function()
/dports/misc/mc-nox11/mc-4.8.27/lib/widget/
H A Dinput_complete.c349 static char **env_p = NULL; in variable_completion_function() local
361 env_p = environ; in variable_completion_function()
364 while (*env_p != NULL) in variable_completion_function()
366 p = strchr (*env_p, '='); in variable_completion_function()
367 if (p != NULL && ((size_t) (p - *env_p) >= varlen) in variable_completion_function()
368 && strncmp (text + 1 + isbrace, *env_p, varlen) == 0) in variable_completion_function()
370 env_p++; in variable_completion_function()
373 if (*env_p == NULL) in variable_completion_function()
379 temp = g_string_new_len (*env_p, p - *env_p); in variable_completion_function()
388 env_p++; in variable_completion_function()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/
H A Dui_screen_manager.c146 char **env_p; in open_pty_intern() local
168 env_p = env; in open_pty_intern()
170 *(env_p++) = mlterm_version; in open_pty_intern()
174 *(env_p++) = wid_env; in open_pty_intern()
181 *(env_p++) = disp_env; in open_pty_intern()
183 *(env_p++) = "DISPLAY=:0.0"; in open_pty_intern()
188 *(env_p++) = disp_env; in open_pty_intern()
195 *(env_p++) = term_env; in open_pty_intern()
198 *(env_p++) = "COLORFGBG=default;default"; in open_pty_intern()
201 *env_p = NULL; in open_pty_intern()
/dports/devel/bullet/bullet3-3.21/examples/OpenGLWindow/
H A DEGLOpenGLWindow.cpp134 const char* env_p = std::getenv("EGL_VISIBLE_DEVICES"); in createWindow() local
137 if(env_p != NULL) in createWindow()
139 m_data->m_renderDevice = std::atoi(env_p); in createWindow()
/dports/devel/py-bullet3/bullet3-3.21/examples/OpenGLWindow/
H A DEGLOpenGLWindow.cpp134 const char* env_p = std::getenv("EGL_VISIBLE_DEVICES"); in createWindow() local
137 if(env_p != NULL) in createWindow()
139 m_data->m_renderDevice = std::atoi(env_p); in createWindow()
/dports/net-mgmt/netustad/netustad-0.3.1/include/
H A Dacceptrequest.h12 char *env_p[24]; variable
/dports/games/nxengine/nxengine-evo-2.6.5-1/deps/spdlog/details/
H A Dos.h402 const char *env_p = std::getenv("TERM"); in is_color_terminal()
403 if (env_p == nullptr) in is_color_terminal()
409 …begin(Terms), std::end(Terms), [&](const char *term) { return std::strstr(env_p, term) != nullptr;… in is_color_terminal()
/dports/math/libxsmm/libxsmm-1.16.3/src/
H A Dlibxsmm_blocked_gemm.c43 const char *const env_p = getenv("LIBXSMM_BLOCKED_GEMM_PREFETCH"); in libxsmm_blocked_gemm_handle_create() local
46 … (NULL == env_p || 0 == *env_p) ? prefetch_default : libxsmm_gemm_uid2prefetch(atoi(env_p))); in libxsmm_blocked_gemm_handle_create()

123456