Home
last modified time | relevance | path

Searched refs:env_string (Results 1 – 25 of 266) sorted by relevance

1234567891011

/dports/science/nwchem-data/nwchem-7.0.2-release/src/util/
H A Dutil_getenv.F35 character(64) env_string local
39 call util_getenv('NWC_OFFLOAD_SPAN', env_string)
40 if ((len(env_string).ne.0).or.(env_string.ne.' ')) then
41 read (env_string,*,iostat=stat) span
56 character(64) env_string
60 call util_getenv('NWC_NO_OFFLOAD', env_string)
61 if (env_string.eq.'T'.or.env_string.eq.'t'.or.
62 c env_string.eq.'1') then
92 character(64) env_string
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/util/
H A Dutil_getenv.F35 character(64) env_string local
39 call util_getenv('NWC_OFFLOAD_SPAN', env_string)
40 if ((len(env_string).ne.0).or.(env_string.ne.' ')) then
41 read (env_string,*,iostat=stat) span
58 character(64) env_string
62 call util_getenv('NWC_NO_OFFLOAD', env_string)
63 if (env_string.eq.'T'.or.env_string.eq.'t'.or.
64 c env_string.eq.'1') then
96 character(64) env_string
H A Dutil_blasthreads.F81 character(64) env_string
85 call util_getenv('NWC_NUM_THREADS', env_string)
86 if ((len(env_string).ne.0).or.(env_string.ne.' ')) then
87 read (env_string,*,iostat=stat) nt
/dports/emulators/dosbox/dosbox-0.74-3/src/misc/
H A Dprograms.cpp172 char env_string[1024+1]; in GetEnvStr() local
176 MEM_StrCopy(env_read,env_string,1024); in GetEnvStr()
177 if (!env_string[0]) return false; in GetEnvStr()
179 char* equal = strchr(env_string,'='); in GetEnvStr()
187 result = env_string; in GetEnvStr()
194 char env_string[1024+1]; in GetEnvNum() local
198 if (!env_string[0]) break; in GetEnvNum()
227 char env_string[1024+1] = { 0 }; in SetEnv() local
230 if (!env_string[0]) break; in SetEnv()
235 MEM_BlockWrite(env_write,env_string,(Bitu)(strlen(env_string)+1)); in SetEnv()
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dicall-windows.c105 WCHAR* env_string; in mono_icall_get_environment_variable_names() local
113 env_string = env_strings; in mono_icall_get_environment_variable_names()
116 if (*env_string != '=') in mono_icall_get_environment_variable_names()
118 while (*env_string != '\0') in mono_icall_get_environment_variable_names()
119 env_string++; in mono_icall_get_environment_variable_names()
120 env_string++; in mono_icall_get_environment_variable_names()
130 env_string = env_strings; in mono_icall_get_environment_variable_names()
133 if (*env_string != '=') { in mono_icall_get_environment_variable_names()
142 while (*env_string != '\0') in mono_icall_get_environment_variable_names()
143 env_string++; in mono_icall_get_environment_variable_names()
[all …]
/dports/math/stanmath/math-4.2.0/test/unit/math/prim/functor/
H A Dutils_threads.hpp9 static char env_string[256]; in set_n_threads() local
11 snprintf(env_string, sizeof(env_string), "STAN_NUM_THREADS=%s", in set_n_threads()
13 putenv(env_string); in set_n_threads()
18 static char env_string[256]; in set_n_threads() local
19 snprintf(env_string, sizeof(env_string), "STAN_NUM_THREADS=%s", value); in set_n_threads()
20 putenv(env_string); in set_n_threads()
/dports/x11-toolkits/gtkglext/gtkglext-1.2.0/gdk/
H A Dgdkglinit.c62 const gchar *env_string; in gdk_gl_parse_args() local
67 env_string = g_getenv ("GDK_GL_NO_STANDARD_COLORMAP"); in gdk_gl_parse_args()
68 if (env_string != NULL) in gdk_gl_parse_args()
71 env_string = NULL; in gdk_gl_parse_args()
74 env_string = g_getenv ("GDK_GL_FORCE_INDIRECT"); in gdk_gl_parse_args()
75 if (env_string != NULL) in gdk_gl_parse_args()
78 env_string = NULL; in gdk_gl_parse_args()
82 env_string = g_getenv ("GDK_GL_DEBUG"); in gdk_gl_parse_args()
83 if (env_string != NULL) in gdk_gl_parse_args()
85 gdk_gl_debug_flags = g_parse_debug_string (env_string, in gdk_gl_parse_args()
[all …]
/dports/devel/ccache-memcached-static/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dconfitems.gperf10 base_dir, 0, ITEM_V(base_dir, env_string, absolute_path)
11 cache_dir, 1, ITEM(cache_dir, env_string)
20 extra_files_to_hash, 10, ITEM(extra_files_to_hash, env_string)
23 ignore_headers_in_manifest, 13, ITEM(ignore_headers_in_manifest, env_string)
26 log_file, 16, ITEM(log_file, env_string)
31 path, 21, ITEM(path, env_string)
33 prefix_command, 23, ITEM(prefix_command, env_string)
34 prefix_command_cpp, 24, ITEM(prefix_command_cpp, env_string)
42 temporary_dir, 32, ITEM(temporary_dir, env_string)
H A Dconfitems_lookup.c117 {"base_dir", 0, ITEM_V(base_dir, env_string, absolute_path)}, in confitems_get()
125 {"prefix_command_cpp", 24, ITEM(prefix_command_cpp, env_string)}, in confitems_get()
127 {"prefix_command", 23, ITEM(prefix_command, env_string)}, in confitems_get()
133 {"temporary_dir", 32, ITEM(temporary_dir, env_string)}, in confitems_get()
144 {"cache_dir", 1, ITEM(cache_dir, env_string)}, in confitems_get()
148 {"log_file", 16, ITEM(log_file, env_string)}, in confitems_get()
150 {"path", 21, ITEM(path, env_string)}, in confitems_get()
170 {"ignore_headers_in_manifest", 13, ITEM(ignore_headers_in_manifest, env_string)}, in confitems_get()
173 {"extra_files_to_hash", 10, ITEM(extra_files_to_hash, env_string)}, in confitems_get()
/dports/devel/ccache-memcached/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dconfitems.gperf10 base_dir, 0, ITEM_V(base_dir, env_string, absolute_path)
11 cache_dir, 1, ITEM(cache_dir, env_string)
20 extra_files_to_hash, 10, ITEM(extra_files_to_hash, env_string)
23 ignore_headers_in_manifest, 13, ITEM(ignore_headers_in_manifest, env_string)
26 log_file, 16, ITEM(log_file, env_string)
31 path, 21, ITEM(path, env_string)
33 prefix_command, 23, ITEM(prefix_command, env_string)
34 prefix_command_cpp, 24, ITEM(prefix_command_cpp, env_string)
42 temporary_dir, 32, ITEM(temporary_dir, env_string)
H A Dconfitems_lookup.c117 {"base_dir", 0, ITEM_V(base_dir, env_string, absolute_path)}, in confitems_get()
125 {"prefix_command_cpp", 24, ITEM(prefix_command_cpp, env_string)}, in confitems_get()
127 {"prefix_command", 23, ITEM(prefix_command, env_string)}, in confitems_get()
133 {"temporary_dir", 32, ITEM(temporary_dir, env_string)}, in confitems_get()
144 {"cache_dir", 1, ITEM(cache_dir, env_string)}, in confitems_get()
148 {"log_file", 16, ITEM(log_file, env_string)}, in confitems_get()
150 {"path", 21, ITEM(path, env_string)}, in confitems_get()
170 {"ignore_headers_in_manifest", 13, ITEM(ignore_headers_in_manifest, env_string)}, in confitems_get()
173 {"extra_files_to_hash", 10, ITEM(extra_files_to_hash, env_string)}, in confitems_get()
/dports/x11-toolkits/gtkglext/gtkglext-1.2.0/gtk/
H A Dgtkglinit.c60 const gchar *env_string; in gtk_gl_parse_args() local
71 env_string = g_getenv ("GTK_GL_INSTALL_COLORMAP"); in gtk_gl_parse_args()
72 if (env_string != NULL) in gtk_gl_parse_args()
74 _gtk_gl_widget_install_toplevel_cmap = (atoi (env_string) != 0); in gtk_gl_parse_args()
75 env_string = NULL; in gtk_gl_parse_args()
79 env_string = g_getenv ("GTK_GL_DEBUG"); in gtk_gl_parse_args()
80 if (env_string != NULL) in gtk_gl_parse_args()
82 gtk_gl_debug_flags = g_parse_debug_string (env_string, in gtk_gl_parse_args()
85 env_string = NULL; in gtk_gl_parse_args()
/dports/devel/ccache/ccache-3.7.12/src/
H A Dconfitems_lookup.c104 {"path", 21, ITEM(path, env_string)}, in confitems_get()
108 {"cache_dir", 1, ITEM(cache_dir, env_string)}, in confitems_get()
117 {"log_file", 18, ITEM(log_file, env_string)}, in confitems_get()
118 {"prefix_command", 23, ITEM(prefix_command, env_string)}, in confitems_get()
122 {"prefix_command_cpp", 24, ITEM(prefix_command_cpp, env_string)}, in confitems_get()
132 {"temporary_dir", 31, ITEM(temporary_dir, env_string)}, in confitems_get()
141 {"base_dir", 0, ITEM_V(base_dir, env_string, absolute_path)}, in confitems_get()
144 {"ignore_headers_in_manifest", 15, ITEM(ignore_headers_in_manifest, env_string)}, in confitems_get()
146 {"extra_files_to_hash", 12, ITEM(extra_files_to_hash, env_string)} in confitems_get()
H A Dconfitems.gperf23 base_dir, ITEM_V(base_dir, env_string, absolute_path)
24 cache_dir, ITEM(cache_dir, env_string)
35 extra_files_to_hash, ITEM(extra_files_to_hash, env_string)
38 ignore_headers_in_manifest, ITEM(ignore_headers_in_manifest, env_string)
41 log_file, ITEM(log_file, env_string)
44 path, ITEM(path, env_string)
46 prefix_command, ITEM(prefix_command, env_string)
47 prefix_command_cpp, ITEM(prefix_command_cpp, env_string)
54 temporary_dir, ITEM(temporary_dir, env_string)
/dports/devel/ccache-static/ccache-3.7.12/src/
H A Dconfitems.gperf23 base_dir, ITEM_V(base_dir, env_string, absolute_path)
24 cache_dir, ITEM(cache_dir, env_string)
35 extra_files_to_hash, ITEM(extra_files_to_hash, env_string)
38 ignore_headers_in_manifest, ITEM(ignore_headers_in_manifest, env_string)
41 log_file, ITEM(log_file, env_string)
44 path, ITEM(path, env_string)
46 prefix_command, ITEM(prefix_command, env_string)
47 prefix_command_cpp, ITEM(prefix_command_cpp, env_string)
54 temporary_dir, ITEM(temporary_dir, env_string)
H A Dconfitems_lookup.c104 {"path", 21, ITEM(path, env_string)}, in confitems_get()
108 {"cache_dir", 1, ITEM(cache_dir, env_string)}, in confitems_get()
117 {"log_file", 18, ITEM(log_file, env_string)}, in confitems_get()
118 {"prefix_command", 23, ITEM(prefix_command, env_string)}, in confitems_get()
122 {"prefix_command_cpp", 24, ITEM(prefix_command_cpp, env_string)}, in confitems_get()
132 {"temporary_dir", 31, ITEM(temporary_dir, env_string)}, in confitems_get()
141 {"base_dir", 0, ITEM_V(base_dir, env_string, absolute_path)}, in confitems_get()
144 {"ignore_headers_in_manifest", 15, ITEM(ignore_headers_in_manifest, env_string)}, in confitems_get()
146 {"extra_files_to_hash", 12, ITEM(extra_files_to_hash, env_string)} in confitems_get()
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-debug.c251 const char *env_string; in _cogl_debug_check_environment() local
253 env_string = g_getenv ("COGL_DEBUG"); in _cogl_debug_check_environment()
254 if (env_string != NULL) in _cogl_debug_check_environment()
256 _cogl_parse_debug_string (env_string, in _cogl_debug_check_environment()
259 env_string = NULL; in _cogl_debug_check_environment()
262 env_string = g_getenv ("COGL_NO_DEBUG"); in _cogl_debug_check_environment()
263 if (env_string != NULL) in _cogl_debug_check_environment()
265 _cogl_parse_debug_string (env_string, in _cogl_debug_check_environment()
268 env_string = NULL; in _cogl_debug_check_environment()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-debug.c253 const char *env_string; in _cogl_debug_check_environment() local
255 env_string = g_getenv ("COGL_DEBUG"); in _cogl_debug_check_environment()
256 if (env_string != NULL) in _cogl_debug_check_environment()
258 _cogl_parse_debug_string (env_string, in _cogl_debug_check_environment()
261 env_string = NULL; in _cogl_debug_check_environment()
264 env_string = g_getenv ("COGL_NO_DEBUG"); in _cogl_debug_check_environment()
265 if (env_string != NULL) in _cogl_debug_check_environment()
267 _cogl_parse_debug_string (env_string, in _cogl_debug_check_environment()
270 env_string = NULL; in _cogl_debug_check_environment()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-debug.c254 const char *env_string; in _cogl_debug_check_environment() local
256 env_string = g_getenv ("COGL_DEBUG"); in _cogl_debug_check_environment()
257 if (env_string != NULL) in _cogl_debug_check_environment()
259 _cogl_parse_debug_string (env_string, in _cogl_debug_check_environment()
262 env_string = NULL; in _cogl_debug_check_environment()
265 env_string = g_getenv ("COGL_NO_DEBUG"); in _cogl_debug_check_environment()
266 if (env_string != NULL) in _cogl_debug_check_environment()
268 _cogl_parse_debug_string (env_string, in _cogl_debug_check_environment()
271 env_string = NULL; in _cogl_debug_check_environment()
/dports/sysutils/tracker3/tracker-3.1.2/src/libtracker-common/
H A Dtracker-debug.c37 const gchar *env_string; in parse_debug_flags() local
40 env_string = g_getenv ("TRACKER_DEBUG"); in parse_debug_flags()
41 if (env_string != NULL) { in parse_debug_flags()
43 flags = g_parse_debug_string (env_string, tracker_debug_keys, G_N_ELEMENTS (tracker_debug_keys)); in parse_debug_flags()
47 env_string = NULL; in parse_debug_flags()
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/misc/
H A Dprograms.cpp178 char env_string[1024+1]; in GetEnvStr() local
182 MEM_StrCopy(env_read,env_string,1024); in GetEnvStr()
183 if (!env_string[0]) return false; in GetEnvStr()
185 char* equal = strchr(env_string,'='); in GetEnvStr()
193 result = env_string; in GetEnvStr()
200 char env_string[1024+1]; in GetEnvNum() local
204 if (!env_string[0]) break; in GetEnvNum()
226 char env_string[1024+1]; in SetEnv() local
229 if (!env_string[0]) break; in SetEnv()
234 MEM_BlockWrite(env_write,env_string,(Bitu)(strlen(env_string)+1)); in SetEnv()
[all …]
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/misc/
H A Dprograms.cpp261 char env_string[1024+1]; in GetEnvStr() local
265 MEM_StrCopy(env_read,env_string,1024); in GetEnvStr()
266 if (!env_string[0]) return false; in GetEnvStr()
268 char* equal = strchr(env_string,'='); in GetEnvStr()
276 result = env_string; in GetEnvStr()
284 char env_string[1024+1]; in GetEnvNum() local
288 if (!env_string[0]) break; in GetEnvNum()
318 char env_string[1024+1] = { 0 }; in SetEnv() local
321 if (!env_string[0]) break; in SetEnv()
326 MEM_BlockWrite(env_write,env_string,(Bitu)(safe_strlen(env_string)+1)); in SetEnv()
[all …]
/dports/www/p5-SCGI/SCGI-0.6/lib/SCGI/
H A DRequest.pm169 my ($this, $env_string) = @_;
171 pos $env_string = 0;
172 $env_string =~ m{
176 while ($env_string =~ m{ ([^\0]+) \0 ([^\0]+) \0 }msogcx) {
180 die "malformed header" unless pos $env_string = length $env_string;
/dports/multimedia/clutter-gst/clutter-gst-2.0.18/clutter-gst/
H A Dclutter-gst-debug.c67 const char *env_string; in _clutter_gst_debug_init() local
69 env_string = g_getenv ("CLUTTER_GST_DEBUG"); in _clutter_gst_debug_init()
74 if (env_string == NULL) in _clutter_gst_debug_init()
78 g_parse_debug_string (env_string, in _clutter_gst_debug_init()
/dports/multimedia/clutter-gst3/clutter-gst-3.0.27/clutter-gst/
H A Dclutter-gst-debug.c67 const char *env_string; in _clutter_gst_debug_init() local
69 env_string = g_getenv ("CLUTTER_GST_DEBUG"); in _clutter_gst_debug_init()
74 if (env_string == NULL) in _clutter_gst_debug_init()
78 g_parse_debug_string (env_string, in _clutter_gst_debug_init()

1234567891011