Home
last modified time | relevance | path

Searched refs:effective_filename (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/exo/wayland/compatibility_test/
H A Dwayland_protocol_codegen.py62 effective_filename): argument
68 [clang_format_path, '--assume-filename', effective_filename],
/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Ddload.c540 const char *effective_filename = strrchr(effective_url, '/'); in curl_download_internal() local
541 if(effective_filename && strlen(effective_filename) > 2) { in curl_download_internal()
542 effective_filename++; in curl_download_internal()
548 if(!payload->destfile_name || strcmp(effective_filename, in curl_download_internal()
551 payload->destfile_name = get_fullpath(localpath, effective_filename, ""); in curl_download_internal()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dpiggy.cpp663 auto effective_filename = filename; in piggy_init_pigfile() local
681 effective_filename = DEFAULT_PIGFILE_SHAREWARE; in piggy_init_pigfile()
696 …8x version=%.8x) in \"%s\"", PIGFILE_ID, PIGFILE_VERSION, pig_id, pig_version, effective_filename); in piggy_init_pigfile()
780 const char *effective_filename = pigname; in piggy_new_pigfile() local
798 effective_filename = DEFAULT_PIGFILE_SHAREWARE; in piggy_new_pigfile()
813 …8x version=%.8x) in \"%s\"", PIGFILE_ID, PIGFILE_VERSION, pig_id, pig_version, effective_filename); in piggy_new_pigfile()
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dcommands.cc500 auto effective_filename = filename ? parse_filename(*filename) : buffer.name(); local
502 real_path(effective_filename) != buffer.name() and
503 regular_file_exists(effective_filename))
508 context.hooks().run_hook(Hook::BufWritePre, effective_filename, context);
509 write_buffer_to_file(buffer, effective_filename, method, flags);
510 context.hooks().run_hook(Hook::BufWritePost, effective_filename, context);
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/tools/specialize/
H A D__main__.py1804 autoformat(tmp_filename, None, True, effective_filename=filename, trace=False)
1808 autoformat(tmp_filename, None, True, effective_filename=filename, trace=False)