Home
last modified time | relevance | path

Searched refs:search_path (Results 101 – 125 of 5238) sorted by relevance

12345678910>>...210

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/windows/
H A Dsymbolengine.cpp278 PathBuffer search_path; member
285 search_path.initialize(); in initialize()
299 assert(search_path.capacity() > 0 && dir_name.capacity() > 0 && in initialize()
332 if (!WindowsDbgHelp::symGetSearchPath(hProcess, g_buffers.search_path.ptr(), in recalc_search_path_locked()
333 (int)g_buffers.search_path.capacity())) { in recalc_search_path_locked()
336 DEBUG_ONLY(g_buffers.search_path.check();) in recalc_search_path_locked()
398 if (!g_buffers.search_path.contains_directory(filebuffer)) { in recalc_search_path_locked()
399 if (!g_buffers.search_path.append_directory(filebuffer)) { in recalc_search_path_locked()
402 DEBUG_ONLY(g_buffers.search_path.check();) in recalc_search_path_locked()
633 g_buffers.search_path.ptr(), in print_state_on()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os/windows/
H A Dsymbolengine.cpp278 PathBuffer search_path; member
285 search_path.initialize(); in initialize()
299 assert(search_path.capacity() > 0 && dir_name.capacity() > 0 && in initialize()
332 if (!WindowsDbgHelp::symGetSearchPath(hProcess, g_buffers.search_path.ptr(), in recalc_search_path_locked()
333 (int)g_buffers.search_path.capacity())) { in recalc_search_path_locked()
336 DEBUG_ONLY(g_buffers.search_path.check();) in recalc_search_path_locked()
398 if (!g_buffers.search_path.contains_directory(filebuffer)) { in recalc_search_path_locked()
399 if (!g_buffers.search_path.append_directory(filebuffer)) { in recalc_search_path_locked()
402 DEBUG_ONLY(g_buffers.search_path.check();) in recalc_search_path_locked()
633 g_buffers.search_path.ptr(), in print_state_on()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os/windows/
H A Dsymbolengine.cpp278 PathBuffer search_path; member
285 search_path.initialize(); in initialize()
299 assert(search_path.capacity() > 0 && dir_name.capacity() > 0 && in initialize()
332 if (!WindowsDbgHelp::symGetSearchPath(hProcess, g_buffers.search_path.ptr(), in recalc_search_path_locked()
333 (int)g_buffers.search_path.capacity())) { in recalc_search_path_locked()
336 DEBUG_ONLY(g_buffers.search_path.check();) in recalc_search_path_locked()
398 if (!g_buffers.search_path.contains_directory(filebuffer)) { in recalc_search_path_locked()
399 if (!g_buffers.search_path.append_directory(filebuffer)) { in recalc_search_path_locked()
402 DEBUG_ONLY(g_buffers.search_path.check();) in recalc_search_path_locked()
633 g_buffers.search_path.ptr(), in print_state_on()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/windows/
H A Dsymbolengine.cpp278 PathBuffer search_path; member
285 search_path.initialize(); in initialize()
299 assert(search_path.capacity() > 0 && dir_name.capacity() > 0 && in initialize()
332 if (!WindowsDbgHelp::symGetSearchPath(hProcess, g_buffers.search_path.ptr(), in recalc_search_path_locked()
333 (int)g_buffers.search_path.capacity())) { in recalc_search_path_locked()
336 DEBUG_ONLY(g_buffers.search_path.check();) in recalc_search_path_locked()
398 if (!g_buffers.search_path.contains_directory(filebuffer)) { in recalc_search_path_locked()
399 if (!g_buffers.search_path.append_directory(filebuffer)) { in recalc_search_path_locked()
402 DEBUG_ONLY(g_buffers.search_path.check();) in recalc_search_path_locked()
633 g_buffers.search_path.ptr(), in print_state_on()
[all …]
/dports/devel/aegis/aegis-4.25.D510/libaegis/sub/
H A Dbase_relativ.cc101 string_list_ty search_path; in sub_base_relative() local
103 cp->pp->search_path_get(&search_path, false); in sub_base_relative()
105 cp->search_path_get(&search_path, false); in sub_base_relative()
123 for (size_t j = 0; j < search_path.nstrings; ++j) in sub_base_relative()
125 s = os_below_dir(nstring(search_path.string[j]), fn); in sub_base_relative()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/build/
H A Dmerge_libs.py52 search_path = os.path.normpath(argv[1])
55 if not os.path.exists(search_path):
56 sys.stderr.write('search_path does not exist: %s\n' % search_path)
76 cmd = ' '.join(['find', search_path, '-name "' + pattern + '"' +
81 cmd = ' '.join([cmd + output_lib] + FindFiles(search_path, pattern))
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/build/
H A Dmerge_libs.py52 search_path = os.path.normpath(argv[1])
55 if not os.path.exists(search_path):
56 sys.stderr.write('search_path does not exist: %s\n' % search_path)
76 cmd = ' '.join(['find', search_path, '-name "' + pattern + '"' +
81 cmd = ' '.join([cmd + output_lib] + FindFiles(search_path, pattern))
/dports/japanese/groff/groff-1.18.1.1/src/libs/libgroff/
H A Dsearchpath.cc31 search_path::search_path(const char *envvar, const char *standard, in search_path() function in search_path
63 search_path::~search_path() in ~search_path()
69 void search_path::command_line_dir(const char *s) in command_line_dir()
91 FILE *search_path::open_file(const char *name, char **pathp) in open_file()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dsysdir.c221 int git_sysdir_set(git_sysdir_t which, const char *search_path) in git_sysdir_set() argument
228 if (search_path != NULL) in git_sysdir_set()
229 expand_path = strstr(search_path, PATH_MAGIC); in git_sysdir_set()
232 if (!search_path) in git_sysdir_set()
237 if (search_path) in git_sysdir_set()
238 git_buf_sets(&git_sysdir__dirs[which].buf, search_path); in git_sysdir_set()
244 if (expand_path > search_path) in git_sysdir_set()
245 git_buf_set(&merge, search_path, expand_path - search_path); in git_sysdir_set()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dsysdir.c221 int git_sysdir_set(git_sysdir_t which, const char *search_path) in git_sysdir_set() argument
228 if (search_path != NULL) in git_sysdir_set()
229 expand_path = strstr(search_path, PATH_MAGIC); in git_sysdir_set()
232 if (!search_path) in git_sysdir_set()
237 if (search_path) in git_sysdir_set()
238 git_buf_sets(&git_sysdir__dirs[which].buf, search_path); in git_sysdir_set()
244 if (expand_path > search_path) in git_sysdir_set()
245 git_buf_set(&merge, search_path, expand_path - search_path); in git_sysdir_set()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dsysdir.c221 int git_sysdir_set(git_sysdir_t which, const char *search_path) in git_sysdir_set() argument
228 if (search_path != NULL) in git_sysdir_set()
229 expand_path = strstr(search_path, PATH_MAGIC); in git_sysdir_set()
232 if (!search_path) in git_sysdir_set()
237 if (search_path) in git_sysdir_set()
238 git_buf_sets(&git_sysdir__dirs[which].buf, search_path); in git_sysdir_set()
244 if (expand_path > search_path) in git_sysdir_set()
245 git_buf_set(&merge, search_path, expand_path - search_path); in git_sysdir_set()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/reiserfs/
H A Dstree.c360 struct treepath *search_path) in pathrelse_and_restore() argument
620 pathrelse(search_path); in search_by_key()
643 ++search_path->path_length); in search_by_key()
676 search_path->path_length--; in search_by_key()
677 pathrelse(search_path); in search_by_key()
699 pathrelse(search_path); in search_by_key()
736 pathrelse(search_path); in search_by_key()
864 pos_in_item(search_path) = 0; in search_for_position_by_key()
900 pos_in_item(search_path) = in search_for_position_by_key()
2094 pathrelse(search_path); in reiserfs_paste_into_item()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/reiserfs/
H A Dstree.c360 struct treepath *search_path) in pathrelse_and_restore() argument
620 pathrelse(search_path); in search_by_key()
643 ++search_path->path_length); in search_by_key()
676 search_path->path_length--; in search_by_key()
677 pathrelse(search_path); in search_by_key()
699 pathrelse(search_path); in search_by_key()
736 pathrelse(search_path); in search_by_key()
864 pos_in_item(search_path) = 0; in search_for_position_by_key()
900 pos_in_item(search_path) = in search_for_position_by_key()
2094 pathrelse(search_path); in reiserfs_paste_into_item()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/reiserfs/
H A Dstree.c360 struct treepath *search_path) in pathrelse_and_restore() argument
620 pathrelse(search_path); in search_by_key()
643 ++search_path->path_length); in search_by_key()
676 search_path->path_length--; in search_by_key()
677 pathrelse(search_path); in search_by_key()
699 pathrelse(search_path); in search_by_key()
736 pathrelse(search_path); in search_by_key()
864 pos_in_item(search_path) = 0; in search_for_position_by_key()
900 pos_in_item(search_path) = in search_for_position_by_key()
2094 pathrelse(search_path); in reiserfs_paste_into_item()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Dname.c282 List *search_path = fetch_search_path(false); in current_schema() local
285 if (search_path == NIL) in current_schema()
287 nspname = get_namespace_name(linitial_oid(search_path)); in current_schema()
288 list_free(search_path); in current_schema()
297 List *search_path = fetch_search_path(PG_GETARG_BOOL(0)); in current_schemas() local
303 names = (Datum *) palloc(list_length(search_path) * sizeof(Datum)); in current_schemas()
305 foreach(l, search_path) in current_schemas()
316 list_free(search_path); in current_schemas()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Dname.c282 List *search_path = fetch_search_path(false); in current_schema() local
285 if (search_path == NIL) in current_schema()
287 nspname = get_namespace_name(linitial_oid(search_path)); in current_schema()
288 list_free(search_path); in current_schema()
297 List *search_path = fetch_search_path(PG_GETARG_BOOL(0)); in current_schemas() local
303 names = (Datum *) palloc(list_length(search_path) * sizeof(Datum)); in current_schemas()
305 foreach(l, search_path) in current_schemas()
316 list_free(search_path); in current_schemas()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Dname.c282 List *search_path = fetch_search_path(false); in current_schema() local
285 if (search_path == NIL) in current_schema()
287 nspname = get_namespace_name(linitial_oid(search_path)); in current_schema()
288 list_free(search_path); in current_schema()
297 List *search_path = fetch_search_path(PG_GETARG_BOOL(0)); in current_schemas() local
303 names = (Datum *) palloc(list_length(search_path) * sizeof(Datum)); in current_schemas()
305 foreach(l, search_path) in current_schemas()
316 list_free(search_path); in current_schemas()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/adt/
H A Dname.c281 List *search_path = fetch_search_path(false); in current_schema() local
284 if (search_path == NIL) in current_schema()
286 nspname = get_namespace_name(linitial_oid(search_path)); in current_schema()
287 list_free(search_path); in current_schema()
296 List *search_path = fetch_search_path(PG_GETARG_BOOL(0)); in current_schemas() local
302 names = (Datum *) palloc(list_length(search_path) * sizeof(Datum)); in current_schemas()
304 foreach(l, search_path) in current_schemas()
315 list_free(search_path); in current_schemas()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/adt/
H A Dname.c281 List *search_path = fetch_search_path(false); in current_schema() local
284 if (search_path == NIL) in current_schema()
286 nspname = get_namespace_name(linitial_oid(search_path)); in current_schema()
287 list_free(search_path); in current_schema()
296 List *search_path = fetch_search_path(PG_GETARG_BOOL(0)); in current_schemas() local
302 names = (Datum *) palloc(list_length(search_path) * sizeof(Datum)); in current_schemas()
304 foreach(l, search_path) in current_schemas()
315 list_free(search_path); in current_schemas()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Dname.c281 List *search_path = fetch_search_path(false); in current_schema() local
284 if (search_path == NIL) in current_schema()
286 nspname = get_namespace_name(linitial_oid(search_path)); in current_schema()
287 list_free(search_path); in current_schema()
296 List *search_path = fetch_search_path(PG_GETARG_BOOL(0)); in current_schemas() local
302 names = (Datum *) palloc(list_length(search_path) * sizeof(Datum)); in current_schemas()
304 foreach(l, search_path) in current_schemas()
315 list_free(search_path); in current_schemas()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/adt/
H A Dname.c281 List *search_path = fetch_search_path(false); in current_schema() local
284 if (search_path == NIL) in current_schema()
286 nspname = get_namespace_name(linitial_oid(search_path)); in current_schema()
287 list_free(search_path); in current_schema()
296 List *search_path = fetch_search_path(PG_GETARG_BOOL(0)); in current_schemas() local
302 names = (Datum *) palloc(list_length(search_path) * sizeof(Datum)); in current_schemas()
304 foreach(l, search_path) in current_schemas()
315 list_free(search_path); in current_schemas()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/adt/
H A Dname.c281 List *search_path = fetch_search_path(false); in current_schema() local
284 if (search_path == NIL) in current_schema()
286 nspname = get_namespace_name(linitial_oid(search_path)); in current_schema()
287 list_free(search_path); in current_schema()
296 List *search_path = fetch_search_path(PG_GETARG_BOOL(0)); in current_schemas() local
302 names = (Datum *) palloc(list_length(search_path) * sizeof(Datum)); in current_schemas()
304 foreach(l, search_path) in current_schemas()
315 list_free(search_path); in current_schemas()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/adt/
H A Dname.c281 List *search_path = fetch_search_path(false); in current_schema() local
284 if (search_path == NIL) in current_schema()
286 nspname = get_namespace_name(linitial_oid(search_path)); in current_schema()
287 list_free(search_path); in current_schema()
296 List *search_path = fetch_search_path(PG_GETARG_BOOL(0)); in current_schemas() local
302 names = (Datum *) palloc(list_length(search_path) * sizeof(Datum)); in current_schemas()
304 foreach(l, search_path) in current_schemas()
315 list_free(search_path); in current_schemas()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/adt/
H A Dname.c281 List *search_path = fetch_search_path(false); in current_schema() local
284 if (search_path == NIL) in current_schema()
286 nspname = get_namespace_name(linitial_oid(search_path)); in current_schema()
287 list_free(search_path); in current_schema()
296 List *search_path = fetch_search_path(PG_GETARG_BOOL(0)); in current_schemas() local
302 names = (Datum *) palloc(list_length(search_path) * sizeof(Datum)); in current_schemas()
304 foreach(l, search_path) in current_schemas()
315 list_free(search_path); in current_schemas()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/adt/
H A Dname.c281 List *search_path = fetch_search_path(false); in current_schema() local
284 if (search_path == NIL) in current_schema()
286 nspname = get_namespace_name(linitial_oid(search_path)); in current_schema()
287 list_free(search_path); in current_schema()
296 List *search_path = fetch_search_path(PG_GETARG_BOOL(0)); in current_schemas() local
302 names = (Datum *) palloc(list_length(search_path) * sizeof(Datum)); in current_schemas()
304 foreach(l, search_path) in current_schemas()
315 list_free(search_path); in current_schemas()

12345678910>>...210