Home
last modified time | relevance | path

Searched refs:GDir (Results 1 – 25 of 1964) sorted by relevance

12345678910>>...79

/dports/devel/glib20/glib-2.70.4/glib/
H A Dgdir.c86 GDir *
90 GDir dir; in g_dir_open_with_errno()
137 GDir *
143 GDir *dir; in g_dir_open()
180 GDir *
184 GDir *dir; in g_dir_new_from_dirp()
188 dir = g_new (GDir, 1); in g_dir_new_from_dirp()
222 g_dir_read_name (GDir *dir) in g_dir_read_name()
277 g_dir_rewind (GDir *dir) in g_dir_rewind()
295 g_dir_close (GDir *dir) in g_dir_close()
[all …]
H A Dgdir.h37 typedef struct _GDir GDir; typedef
40 GDir * g_dir_open (const gchar *path,
44 const gchar * g_dir_read_name (GDir *dir);
46 void g_dir_rewind (GDir *dir);
48 void g_dir_close (GDir *dir);
H A Dglib-private.h97 GDir * g_dir_open_with_errno (const gchar *path, guint flags);
98 GDir * g_dir_new_from_dirp (gpointer dirp);
117 GDir * (* g_dir_open_with_errno) (const gchar *path,
119 GDir * (* g_dir_new_from_dirp) (gpointer dirp);
/dports/graphics/poppler-qt5/poppler-21.12.0/goo/
H A Dgdir.h65 class GDir
68 explicit GDir(const char *name, bool doStatA = true);
69 ~GDir();
71 GDir(const GDir &other) = delete;
72 GDir &operator=(const GDir &other) = delete;
/dports/graphics/poppler-glib/poppler-21.12.0/goo/
H A Dgdir.h65 class GDir
68 explicit GDir(const char *name, bool doStatA = true);
69 ~GDir();
71 GDir(const GDir &other) = delete;
72 GDir &operator=(const GDir &other) = delete;
/dports/graphics/poppler/poppler-21.12.0/goo/
H A Dgdir.h65 class GDir
68 explicit GDir(const char *name, bool doStatA = true);
69 ~GDir();
71 GDir(const GDir &other) = delete;
72 GDir &operator=(const GDir &other) = delete;
/dports/graphics/poppler-utils/poppler-21.12.0/goo/
H A Dgdir.h65 class GDir
68 explicit GDir(const char *name, bool doStatA = true);
69 ~GDir();
71 GDir(const GDir &other) = delete;
72 GDir &operator=(const GDir &other) = delete;
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/Indicator-Generic/src/
H A Dapplet-launcher.c74 GDir * cd_indicator_generic_open_dir_modules (GldiModuleInstance *myApplet) in cd_indicator_generic_open_dir_modules()
77GDir *pDir = g_dir_open (cd_indicator3_get_directory_path (), 0, &error); // all indicators are on… in cd_indicator_generic_open_dir_modules()
86 GDir * cd_indicator_generic_open_dir_sevices (GldiModuleInstance *myApplet) in cd_indicator_generic_open_dir_sevices()
90 GDir *pDir = g_dir_open (INDICATOR_SERVICE_DIR, 0, &error); // all indicators are on the same dir in cd_indicator_generic_open_dir_sevices()
102 static gint _load_all_indicators_in_dir (GldiModuleInstance *myApplet, GDir *pDir, gboolean bIsModu… in _load_all_indicators_in_dir()
150 …cator_generic_load_all_indicators (GldiModuleInstance *myApplet, GDir *pDirModules, GDir *pDirServ… in cd_indicator_generic_load_all_indicators()
168 GDir *pDirModules = cd_indicator_generic_open_dir_modules (myApplet); in cd_indicator_generic_reload_all_indicators()
169 GDir *pDirServices = cd_indicator_generic_open_dir_sevices (myApplet); in cd_indicator_generic_reload_all_indicators()
H A Dapplet-launcher.h29 GDir * cd_indicator_generic_open_dir_modules (GldiModuleInstance *myApplet);
30 GDir * cd_indicator_generic_open_dir_sevices (GldiModuleInstance *myApplet);
33 …cator_generic_load_all_indicators (GldiModuleInstance *myApplet, GDir *pDirModules, GDir *pDirServ…
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/goo/
H A Dgfile.h182 class GDir {
185 GDir(char *name, GBool doStatA = gTrue);
186 ~GDir();
191 GDir(const GDir &other);
192 GDir& operator=(const GDir &other);
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/goo/
H A Dgfile.h182 class GDir {
185 GDir(char *name, GBool doStatA = gTrue);
186 ~GDir();
191 GDir(const GDir &other);
192 GDir& operator=(const GDir &other);
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/goo/
H A Dgfile.h182 class GDir {
185 GDir(char *name, GBool doStatA = gTrue);
186 ~GDir();
191 GDir(const GDir &other);
192 GDir& operator=(const GDir &other);
/dports/lang/mono/mono-5.10.1.57/mono/eglib/
H A Dgdir-unix.c44 GDir *
47 GDir *dir; in g_dir_open()
53 dir = g_new (GDir, 1); in g_dir_open()
70 g_dir_read_name (GDir *dir) in g_dir_read_name()
85 g_dir_rewind (GDir *dir) in g_dir_rewind()
97 g_dir_close (GDir *dir) in g_dir_close()
H A Dgdir-win32.c44 GDir *
47 GDir *dir; in g_dir_open()
55 dir = g_new0 (GDir, 1); in g_dir_open()
92 g_dir_read_name (GDir *dir) in g_dir_read_name()
121 g_dir_rewind (GDir *dir) in g_dir_rewind()
126 g_dir_close (GDir *dir) in g_dir_close()
/dports/devel/glib20/glib-2.70.4/.gitlab-ci/
H A Dcoverity-model.c225 typedef struct _GDir GDir; typedef
234 GDir *
237 GDir *dir; in g_dir_new_from_dirp()
242 dir = malloc (sizeof (GDir)); in g_dir_new_from_dirp()
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dfileutils.h24 extern "C" { typedef struct _GDir GDir; } typedef
452 DirIterator(GDir* gobject, const char* current);
468 GDir* gobject_;
498 explicit Dir(GDir* gobject);
538 GDir* gobject_;
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dw32file-unix-glob.c94 glob0(GDir *dir, const gchar *, mono_w32file_unix_glob_t *, gboolean, gboolean);
96 glob1(GDir *dir, gchar *, gchar *, mono_w32file_unix_glob_t *, size_t *, gboolean, gboolean);
99 glob3(GDir *dir, gchar *, gchar *, mono_w32file_unix_glob_t *, size_t *, gboolean, gboolean);
112 mono_w32file_unix_glob(GDir *dir, const char *pattern, int flags, mono_w32file_unix_glob_t *pglob) in mono_w32file_unix_glob()
154 glob0(GDir *dir, const gchar *pattern, mono_w32file_unix_glob_t *pglob, gboolean ignorecase, in glob0()
203 glob1(GDir *dir, gchar *pattern, gchar *pattern_last, mono_w32file_unix_glob_t *pglob, in glob1()
233 glob3(GDir *dir, gchar *pattern, gchar *pattern_last, mono_w32file_unix_glob_t *pglob, in glob3()
/dports/lang/vala/vala-0.48.18/libvaladoc/
H A Dfilehelper.c120 GDir* dir = NULL; in valadoc_copy_directory()
121 GDir* _tmp0_; in valadoc_copy_directory()
240 GDir* dir = NULL; in valadoc_remove_directory()
241 GDir* _tmp0_; in valadoc_remove_directory()
242 GDir* _tmp2_; in valadoc_remove_directory()
262 GDir* _tmp3_; in valadoc_remove_directory()
278 GDir* _tmp6_; in valadoc_remove_directory()
/dports/misc/visp/visp-3.4.0/modules/tracker/tt/src/ssd/
H A DvpTemplateTrackerSSDESM.cpp44 …: vpTemplateTrackerSSD(warp), compoInitialised(false), HDir(), HInv(), HLMDir(), HLMInv(), GDir(),… in vpTemplateTrackerSSDESM()
59 GDir.resize(nbParam); in vpTemplateTrackerSSDESM()
120 GDir = 0; in trackNoPyr()
162 GDir[it] += er * tempt[it]; in trackNoPyr()
173 dp = (HLMDir).inverseByLU() * (GDir); in trackNoPyr()
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/xpdf/
H A Dgfile.h116 class GDir {
119 GDir(char *name, GBool doStatA = gTrue);
120 ~GDir();
/dports/textproc/pdftohtml/pdftohtml-0.40a/goo/
H A Dgfile.h113 class GDir {
116 GDir(char *name, GBool doStatA = gTrue);
117 ~GDir();
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/goo/
H A Dgfile.h133 class GDir {
136 GDir(char *name, GBool doStatA = gTrue);
137 ~GDir();
/dports/print/tex-luatex/texlive-20150521-source/libs/xpdf/xpdf-3.04/goo/
H A Dgfile.h153 class GDir {
156 GDir(char *name, GBool doStatA = gTrue);
157 ~GDir();
/dports/graphics/xpdf3/xpdf-3.04/goo/
H A Dgfile.h153 class GDir {
156 GDir(char *name, GBool doStatA = gTrue);
157 ~GDir();
/dports/devel/tex-web2c/texlive-20150521-source/libs/xpdf/xpdf-3.04/goo/
H A Dgfile.h153 class GDir {
156 GDir(char *name, GBool doStatA = gTrue);
157 ~GDir();

12345678910>>...79