Home
last modified time | relevance | path

Searched refs:auto_dir (Results 1 – 25 of 68) sorted by relevance

123

/dports/audio/id3mtag/id3-0.80/
H A Dauto_dir.h27 class auto_dir {
28 struct ref { auto_dir* p; }; // passing to/from functions
31 explicit auto_dir(const char* path) { dirp = opendir(path); } in auto_dir() function
32 ~auto_dir() { if(dirp) closedir(dirp); } in ~auto_dir()
38 auto_dir(auto_dir& other) { dirp = other.release(); } in auto_dir() function
39 auto_dir& operator=(auto_dir& other) { reset(other.release()); return *this; }
42 auto_dir(ref r) { dirp = r.p->release(); } in auto_dir() function
43 auto_dir& operator=(ref r) { return (*this = *r.p); }
H A Dfileexp.cpp40 bool nested (auto_dir, char* pathpos, char* filespec);
58 return t.nested(auto_dir(t.mask), shpath, shmask); in glob()
63 return t.nested(auto_dir("./"), t.path, t.mask); in glob()
108 bool filefind::nested(auto_dir dir, char* pathpos, char* filespec) in nested()
121 dir = auto_dir(path); // if allready a valid in nested()
135 if(auto_dir newdir = auto_dir(path)) { in nested()
182 auto_dir newdir(path); in nested()
/dports/net/rsync/rsync-3.2.3/packaging/
H A Dprep-auto-dir22 auto_dir="$auto_top/$desired_branch"
33 test -d "$auto_dir" || mkdir "$auto_dir"
34 test -h "$auto_dir/.branch" || ln -s "$desired_branch" "$auto_dir/.branch"
35 mv "$auto_dir" build
36 ln -s ../build "$auto_dir"
H A Dpkglib.py189auto_dir = os.path.join('auto-build-save', cmd_txt('git rev-parse --abbrev-ref HEAD').strip().repl…
205 return (auto_dir, gen_files)
207 return [ os.path.join(auto_dir, fn) for fn in gen_files ]
H A Drelease-rsync36 auto_dir, gen_files = get_gen_files(True)
37 gen_pathnames = [ os.path.join(auto_dir, fn) for fn in gen_files ]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/plugin/HandlerSocket-Plugin-for-MySQL/libhsclient/
H A Dauto_file.hpp45 struct auto_dir : private noncopyable { struct
46 auto_dir() : dp(0) { } in auto_dir() function
47 ~auto_dir() { in ~auto_dir() argument
/dports/databases/percona56-client/percona-server-5.6.51-91.0/plugin/HandlerSocket-Plugin-for-MySQL/libhsclient/
H A Dauto_file.hpp45 struct auto_dir : private noncopyable { struct
46 auto_dir() : dp(0) { } in auto_dir() function
47 ~auto_dir() { in ~auto_dir() argument
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/plugin/HandlerSocket-Plugin-for-MySQL/libhsclient/
H A Dauto_file.hpp45 struct auto_dir : private noncopyable { struct
46 auto_dir() : dp(0) { } in auto_dir() argument
47 ~auto_dir() { in ~auto_dir() argument
/dports/databases/libhsclient/HandlerSocket-Plugin-for-MySQL/libhsclient/
H A Dauto_file.hpp45 struct auto_dir : private noncopyable { struct
46 auto_dir() : dp(0) { } in auto_dir() argument
47 ~auto_dir() { in ~auto_dir() argument
/dports/databases/mariadb105-client/mariadb-10.5.15/plugin/handler_socket/libhsclient/
H A Dauto_file.hpp50 struct auto_dir : private noncopyable { struct
51 auto_dir() : dp(0) { } in auto_dir() function
52 ~auto_dir() { in ~auto_dir() argument
/dports/databases/mariadb104-server/mariadb-10.4.24/plugin/handler_socket/libhsclient/
H A Dauto_file.hpp50 struct auto_dir : private noncopyable { struct
51 auto_dir() : dp(0) { } in auto_dir() function
52 ~auto_dir() { in ~auto_dir() argument
/dports/databases/mariadb104-client/mariadb-10.4.24/plugin/handler_socket/libhsclient/
H A Dauto_file.hpp50 struct auto_dir : private noncopyable { struct
51 auto_dir() : dp(0) { } in auto_dir() function
52 ~auto_dir() { in ~auto_dir() argument
/dports/databases/mariadb103-server/mariadb-10.3.34/plugin/handler_socket/libhsclient/
H A Dauto_file.hpp50 struct auto_dir : private noncopyable { struct
51 auto_dir() : dp(0) { } in auto_dir() argument
52 ~auto_dir() { in ~auto_dir() argument
/dports/databases/mariadb103-client/mariadb-10.3.34/plugin/handler_socket/libhsclient/
H A Dauto_file.hpp50 struct auto_dir : private noncopyable { struct
51 auto_dir() : dp(0) { } in auto_dir() function
52 ~auto_dir() { in ~auto_dir() argument
/dports/databases/mariadb105-server/mariadb-10.5.15/plugin/handler_socket/libhsclient/
H A Dauto_file.hpp50 struct auto_dir : private noncopyable { struct
51 auto_dir() : dp(0) { } in auto_dir() function
52 ~auto_dir() { in ~auto_dir() argument
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dwesnoth.cpp1043 std::string auto_dir; local
1048 auto_dir = exe_dir;
1053 auto_dir = filesystem::normalize_path(exe_dir + "/..");
1059 auto_dir = filesystem::get_cwd();
1062 if(!auto_dir.empty()) {
1063 …"Automatically found a possible data directory at " << filesystem::sanitize_path(auto_dir) << '\n';
1064 game_config::path = auto_dir;
/dports/x11-toolkits/pango/pango-1.48.11/tests/layouts/
H A Dvalid-8.markup1 spacing=50,auto_dir=false,alignment=center
/dports/x11-toolkits/p5-Pango/Pango-1.227/xs/
H A DPangoLayout.xs309 ## void pango_layout_set_auto_dir (PangoLayout *layout, gboolean auto_dir)
311 pango_layout_set_auto_dir (layout, auto_dir)
313 gboolean auto_dir
/dports/x11-toolkits/pango/pango-1.48.11/tests/
H A Dtest-layout.c221 gboolean auto_dir; member
238 params->auto_dir = TRUE; in init_params()
312 params->auto_dir = g_str_equal (str2[1], "true"); in parse_params()
406 g_assert_cmpint (pango_layout_get_auto_dir (layout), ==, params.auto_dir); in test_file()
437 pango_layout_set_auto_dir (layout, params.auto_dir); in test_file()
451 g_assert_cmpint (pango_layout_get_auto_dir (layout), ==, params.auto_dir); in test_file()
/dports/x11-toolkits/pango/pango-1.48.11/pango/
H A Dpango-layout-private.h63 guint auto_dir : 1; member
/dports/sysutils/s6-rc/s6-rc-0.5.2.2/src/s6-rc/
H A Ds6-rc-compile.c923 static void auto_dir (char const *compiled, char const *dir) in auto_dir() function
990 auto_dir(compiled, "servicedirs") ; in init_compiled()
1015 auto_dir(compiled, fn) ; in make_skel()
1019 auto_dir(compiled, fn) ; in make_skel()
1021 auto_dir(compiled, fn) ; in make_skel()
1023 auto_dir(compiled, fn) ; in make_skel()
1025 auto_dir(compiled, fn) ; in make_skel()
1029 auto_dir(compiled, fn) ; in make_skel()
1031 auto_dir(compiled, fn) ; in make_skel()
1063 auto_dir(compiled, fn) ; in write_fdholder()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/pango-0.7.0/src/auto/
H A Dlayout.rs310 pub fn set_auto_dir(&self, auto_dir: bool) { in set_auto_dir()
312 pango_sys::pango_layout_set_auto_dir(self.to_glib_none().0, auto_dir.to_glib()); in set_auto_dir()
/dports/www/castor/castor-0.8.16/cargo-crates/pango-0.8.0/src/auto/
H A Dlayout.rs326 pub fn set_auto_dir(&self, auto_dir: bool) { in set_auto_dir()
328 pango_sys::pango_layout_set_auto_dir(self.to_glib_none().0, auto_dir.to_glib()); in set_auto_dir()
/dports/net-im/fractal/fractal-4.4.0/vendor/pango/src/auto/
H A Dlayout.rs326 pub fn set_auto_dir(&self, auto_dir: bool) { in set_auto_dir()
328 pango_sys::pango_layout_set_auto_dir(self.to_glib_none().0, auto_dir.to_glib()); in set_auto_dir()
/dports/devel/goffice/goffice-0.10.50/goffice/utils/
H A Dgo-style.h106 gboolean auto_dir; member

123