Home
last modified time | relevance | path

Searched refs:g_lstat (Results 1 – 25 of 99) sorted by last modified time

1234

/dports/x11/gdm/gdm-3.28.4/daemon/
H A Dgdm-session-worker.c2066 if (g_lstat (filename, &file_info) < 0) { in _is_loggable_file()
/dports/security/gvmd/gvmd-21.4.4/src/
H A Dmanage_sql_secinfo.c3804 if (g_lstat (oval_dir, &state)) in update_scap_ovaldefs()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgfileutils.c1106 if (g_lstat (test_file, &statbuf) == 0) in fd_should_be_fsynced()
H A Dgstdio.c1365 g_lstat (const gchar *filename, in g_lstat() function
H A Dgstdio.h75 #define g_lstat lstat macro
141 int g_lstat (const gchar *filename,
/dports/devel/libvirt/libvirt-7.10.0/src/util/
H A Dvirfile.c1033 if (g_lstat(filepath, &sb) < 0) { in virFileDeleteTree()
1589 if (g_lstat(linkpath, &st) < 0) in virFileResolveLinkHelper()
1646 if (g_lstat(linkpath, &st) < 0) in virFileIsLink()
H A Dvircgroupv1.c244 if (g_lstat(linkSrc, &sb) < 0) { in virCgroupV1ResolveMountLink()
/dports/devel/libvirt/libvirt-7.10.0/src/storage/
H A Dstorage_util.c1601 if (g_lstat(path, sb) < 0) { in virStorageBackendVolOpen()
/dports/devel/libvirt/libvirt-7.10.0/src/security/
H A Dsecurity_dac.c2366 if (g_lstat(path, &sb) < 0) { in virSecurityDACGetProcessLabelInternal()
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dfileutils.c1116 g_assert_no_errno (g_lstat (set_contents_name, &statbuf)); in test_set_contents_full()
1402 ret = g_lstat ("test-create", &buf); in test_stdio_wrappers()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dglocalfileinfo.c2267 res = g_lstat (filename, &statbuf); in set_unix_mode()
2376 if (g_lstat (filename, &statbuf)) in set_symlink()
H A Dglocalfileinfo.h265 return g_lstat (path, stat_buf); in g_local_file_lstat()
H A Dglocalfile.c777 if (g_lstat (path, &buf) != 0) in get_mount_info()
1105 if (g_lstat (local->filename, &buf) != 0) in g_local_file_find_enclosing_mount()
1568 if (g_lstat (target, &target_stat) != 0) in expand_symlinks()
1871 if (g_lstat (globaldir, &global_stat) == 0 && in _g_local_file_has_trash_dir()
1894 if (g_lstat (trashdir, &trash_stat) == 0) in _g_local_file_has_trash_dir()
1935 if (g_lstat (path, &statbuf) != 0) in _g_local_file_is_lost_found_dir()
1977 if (g_lstat (local->filename, &file_stat) != 0) in g_local_file_trash()
2077 if (g_lstat (globaldir, &global_stat) == 0 && in g_local_file_trash()
2084 if (g_lstat (trashdir, &trash_stat) == 0) in g_local_file_trash()
2117 if (g_lstat (trashdir, &trash_stat) == 0) in g_local_file_trash()
[all …]
/dports/devel/glib20/glib-2.70.4/
H A DNEWS13242 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/lib/libc/gen/
H A Dglob.c143 static int g_lstat(Char *, struct stat *, glob_t *);
640 if (g_lstat(pathbuf, &sb, pglob)) in glob2()
1001 g_lstat(Char *fn, struct stat *sb, glob_t *pglob) in g_lstat() function
/dports/www/mod_php80/php-8.0.15/win32/
H A Dglob.c141 static int g_lstat(Char *, zend_stat_t *, glob_t *);
567 if (g_lstat(pathbuf, &sb, pglob))
851 g_lstat(fn, sb, pglob) in g_lstat() function
/dports/lang/php80/php-8.0.15/win32/
H A Dglob.c141 static int g_lstat(Char *, zend_stat_t *, glob_t *);
567 if (g_lstat(pathbuf, &sb, pglob))
851 g_lstat(fn, sb, pglob) in g_lstat() function
/dports/lang/php81/php-8.1.1/win32/
H A Dglob.c141 static int g_lstat(Char *, zend_stat_t *, glob_t *);
567 if (g_lstat(pathbuf, &sb, pglob))
851 g_lstat(fn, sb, pglob) in g_lstat() function
/dports/www/mod_php81/php-8.1.1/win32/
H A Dglob.c141 static int g_lstat(Char *, zend_stat_t *, glob_t *);
567 if (g_lstat(pathbuf, &sb, pglob))
851 g_lstat(fn, sb, pglob) in g_lstat() function
/dports/lang/php74/php-7.4.27/win32/
H A Dglob.c141 static int g_lstat(Char *, zend_stat_t *, glob_t *);
567 if (g_lstat(pathbuf, &sb, pglob))
851 g_lstat(fn, sb, pglob) in g_lstat() function
/dports/www/mod_php74/php-7.4.27/win32/
H A Dglob.c141 static int g_lstat(Char *, zend_stat_t *, glob_t *);
567 if (g_lstat(pathbuf, &sb, pglob))
851 g_lstat(fn, sb, pglob) in g_lstat() function
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcomposetable.c592 g_lstat (compose_file, &original_buf); in gtk_compose_table_load_cache()
/dports/devel/libvirt/libvirt-7.10.0/src/qemu/
H A Dqemu_namespace.c1117 if (g_lstat(file, &item->sb) < 0) { in qemuNamespaceMknodItemInit()
/dports/ftp/pure-ftpd/pure-ftpd-1.0.50/src/
H A Dbsd-glob.c131 static int g_lstat(Char *, struct stat *, glob_t *);
546 if (g_lstat(pathbuf, &sb, pglob)) { in glob2()
918 g_lstat(Char *fn, struct stat *sb, glob_t *pglob) in g_lstat() function
/dports/lang/php73/php-7.3.33/win32/
H A Dglob.c141 static int g_lstat(Char *, zend_stat_t *, glob_t *);
567 if (g_lstat(pathbuf, &sb, pglob))
851 g_lstat(fn, sb, pglob) in g_lstat() function

1234