Home
last modified time | relevance | path

Searched refs:cf_path (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/print/rlpr/rlpr-2.06/src/
H A Drlpr.c71 char *cf_name, *df_name, *cf_path; in main() local
90 cf_fd = tmp_file_init(&cf_path, &cf_name, &df_name); in main()
163 tmp_file_next(cf_fd, cf_path, cf_name, df_name); in main()
568 tmp_file_init(char **cf_path, char **cf_name, char **df_name) in tmp_file_init() argument
572 *cf_path = xmalloc(strlen(rlpr_rlpr->localhost) + in tmp_file_init()
575 strcat(*cf_path, rlpr_rlpr->localhost); in tmp_file_init()
577 *cf_name = strrchr(*cf_path, '/') + 1; in tmp_file_init()
581 cf_fd = open(*cf_path, O_RDWR|O_TRUNC|O_CREAT, 0600); in tmp_file_init()
583 msg(R_ERROR, errno, "tmp_file_init: open: %s", *cf_path); in tmp_file_init()
585 free(*cf_path); in tmp_file_init()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dwelcome_page.cpp371 show_action->setData(cf_path); in showRecentContextMenu()
375 copy_action->setData(cf_path); in showRecentContextMenu()
381 remove_action->setData(cf_path); in showRecentContextMenu()
392 QString cf_path = ria->data().toString(); in showRecentFolder() local
393 desktop_show_in_folder(cf_path); in showRecentFolder()
401 QString cf_path = ria->data().toString(); in copyRecentPath() local
402 if (cf_path.isEmpty()) return; in copyRecentPath()
404 wsApp->clipboard()->setText(cf_path); in copyRecentPath()
412 QString cf_path = ria->data().toString(); in removeRecentPath() local
413 if (cf_path.isEmpty()) return; in removeRecentPath()
[all …]
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dwelcome_page.cpp371 show_action->setData(cf_path); in showRecentContextMenu()
375 copy_action->setData(cf_path); in showRecentContextMenu()
381 remove_action->setData(cf_path); in showRecentContextMenu()
392 QString cf_path = ria->data().toString(); in showRecentFolder() local
393 desktop_show_in_folder(cf_path); in showRecentFolder()
401 QString cf_path = ria->data().toString(); in copyRecentPath() local
402 if (cf_path.isEmpty()) return; in copyRecentPath()
404 wsApp->clipboard()->setText(cf_path); in copyRecentPath()
412 QString cf_path = ria->data().toString(); in removeRecentPath() local
413 if (cf_path.isEmpty()) return; in removeRecentPath()
[all …]
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dwelcome_page.cpp371 show_action->setData(cf_path); in showRecentContextMenu()
375 copy_action->setData(cf_path); in showRecentContextMenu()
381 remove_action->setData(cf_path); in showRecentContextMenu()
392 QString cf_path = ria->data().toString(); in showRecentFolder() local
393 desktop_show_in_folder(cf_path); in showRecentFolder()
401 QString cf_path = ria->data().toString(); in copyRecentPath() local
402 if (cf_path.isEmpty()) return; in copyRecentPath()
404 wsApp->clipboard()->setText(cf_path); in copyRecentPath()
412 QString cf_path = ria->data().toString(); in removeRecentPath() local
413 if (cf_path.isEmpty()) return; in removeRecentPath()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dwelcome_page.cpp371 show_action->setData(cf_path); in showRecentContextMenu()
375 copy_action->setData(cf_path); in showRecentContextMenu()
381 remove_action->setData(cf_path); in showRecentContextMenu()
392 QString cf_path = ria->data().toString(); in showRecentFolder() local
393 desktop_show_in_folder(cf_path); in showRecentFolder()
401 QString cf_path = ria->data().toString(); in copyRecentPath() local
402 if (cf_path.isEmpty()) return; in copyRecentPath()
404 wsApp->clipboard()->setText(cf_path); in copyRecentPath()
412 QString cf_path = ria->data().toString(); in removeRecentPath() local
413 if (cf_path.isEmpty()) return; in removeRecentPath()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp44 CFString cf_path; in SetPath() local
45 cf_path.SetFileSystemRepresentation(path); in SetPath()
46 if (cf_path.get()) { in SetPath()
49 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true)); in SetPath()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp44 CFString cf_path; in SetPath() local
45 cf_path.SetFileSystemRepresentation(path); in SetPath()
46 if (cf_path.get()) { in SetPath()
49 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true)); in SetPath()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp44 CFString cf_path; in SetPath() local
45 cf_path.SetFileSystemRepresentation(path); in SetPath()
46 if (cf_path.get()) { in SetPath()
49 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true)); in SetPath()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp44 CFString cf_path; in SetPath() local
45 cf_path.SetFileSystemRepresentation(path); in SetPath()
46 if (cf_path.get()) { in SetPath()
49 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true)); in SetPath()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp44 CFString cf_path; in SetPath() local
45 cf_path.SetFileSystemRepresentation(path); in SetPath()
46 if (cf_path.get()) { in SetPath()
49 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true)); in SetPath()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp44 CFString cf_path; in SetPath() local
45 cf_path.SetFileSystemRepresentation(path); in SetPath()
46 if (cf_path.get()) { in SetPath()
49 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true)); in SetPath()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp44 CFString cf_path; in SetPath() local
45 cf_path.SetFileSystemRepresentation(path); in SetPath()
46 if (cf_path.get()) { in SetPath()
49 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true)); in SetPath()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp44 CFString cf_path; in SetPath() local
45 cf_path.SetFileSystemRepresentation(path); in SetPath()
46 if (cf_path.get()) { in SetPath()
49 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true)); in SetPath()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp44 CFString cf_path; in SetPath() local
45 cf_path.SetFileSystemRepresentation(path); in SetPath()
46 if (cf_path.get()) { in SetPath()
49 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true)); in SetPath()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DCFBundle.cpp43 CFString cf_path; in SetPath() local
44 cf_path.SetFileSystemRepresentation(path); in SetPath()
45 if (cf_path.get()) { in SetPath()
48 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true)); in SetPath()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp44 CFString cf_path;
45 cf_path.SetFileSystemRepresentation(path);
46 if (cf_path.get()) {
49 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true));
/dports/math/py-gau2grid/gau2grid-2.0.7/gau2grid/
H A Dcodegen.py97 cf_path = None
99 cf_path = shutil.which("clang-format")
105 cf_path = path
108 if cf_path is None:
117 retcode = sp.call([cf_path, "-i", fname], stdin=sp.PIPE, stdout=sp.PIPE, stderr=sp.PIPE)
/dports/math/gau2grid/gau2grid-2.0.7/gau2grid/
H A Dcodegen.py97 cf_path = None
99 cf_path = shutil.which("clang-format")
105 cf_path = path
108 if cf_path is None:
117 retcode = sp.call([cf_path, "-i", fname], stdin=sp.PIPE, stdout=sp.PIPE, stderr=sp.PIPE)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Host/macosx/cfcpp/
H A DCFCBundle.cpp31 CFCString cf_path; in SetPath() local
32 cf_path.SetFileSystemRepresentation(path); in SetPath()
33 if (cf_path.get()) { in SetPath()
36 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true)); in SetPath()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Host/macosx/cfcpp/
H A DCFCBundle.cpp31 CFCString cf_path; in SetPath() local
32 cf_path.SetFileSystemRepresentation(path); in SetPath()
33 if (cf_path.get()) { in SetPath()
36 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true)); in SetPath()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Host/macosx/cfcpp/
H A DCFCBundle.cpp31 CFCString cf_path; in SetPath() local
32 cf_path.SetFileSystemRepresentation(path); in SetPath()
33 if (cf_path.get()) { in SetPath()
36 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true)); in SetPath()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Host/macosx/cfcpp/
H A DCFCBundle.cpp31 CFCString cf_path; in SetPath() local
32 cf_path.SetFileSystemRepresentation(path); in SetPath()
33 if (cf_path.get()) { in SetPath()
36 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true)); in SetPath()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Host/macosx/cfcpp/
H A DCFCBundle.cpp31 CFCString cf_path; in SetPath() local
32 cf_path.SetFileSystemRepresentation(path); in SetPath()
33 if (cf_path.get()) { in SetPath()
36 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true)); in SetPath()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Host/macosx/cfcpp/
H A DCFCBundle.cpp31 CFCString cf_path; in SetPath() local
32 cf_path.SetFileSystemRepresentation(path); in SetPath()
33 if (cf_path.get()) { in SetPath()
36 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true)); in SetPath()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Host/macosx/cfcpp/
H A DCFCBundle.cpp31 CFCString cf_path; in SetPath() local
32 cf_path.SetFileSystemRepresentation(path); in SetPath()
33 if (cf_path.get()) { in SetPath()
36 alloc, cf_path.get(), kCFURLPOSIXPathStyle, true)); in SetPath()

12345678