Searched refs:lstat (Results 251 - 275 of 322) sorted by relevance

<<111213

/netbsd-current/external/gpl3/gdb.old/dist/sim/m32r/
H A Dtraps-linux.c949 result = lstat((char *) t2h_addr(cb, &s, arg1), &statbuf);
/netbsd-current/external/gpl3/gdb/dist/sim/m32r/
H A Dtraps.c934 result = lstat ((char *) t2h_addr (cb, &s, arg1), &statbuf);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mac.cpp192 return lstat(path, (struct stat *)buf);
/netbsd-current/usr.bin/make/
H A Dmain.c1916 if (lstat(file, &st) == -1)
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A DMakefile.in372 $(DEPDIR)/localtime_r.Plo $(DEPDIR)/lstat.Plo \
716 innetgr.c install-sh iruserok.c localtime_r.c lstat.c \
1311 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lstat.Plo@am__quote@ # am--include-marker
2498 -rm -f $(DEPDIR)/lstat.Plo
2705 -rm -f $(DEPDIR)/lstat.Plo
/netbsd-current/external/bsd/mdocml/dist/
H A Dmandocdb.c794 * We have to do lstat(2) before realpath(3) loses
800 if (-1 == lstat(file, &st)) {
802 say(file, "&lstat");
/netbsd-current/usr.sbin/makefs/
H A Dcd9660.c2133 if (lstat(diskStructure->generic_bootimage, &stbuf) == -1)
2134 err(EXIT_FAILURE, "%s: lstat(\"%s\")", __func__,
/netbsd-current/bin/sh/
H A Dexpand.c1666 if (metaflag == 0 || lstat(expdir, &statb) >= 0)
/netbsd-current/external/gpl2/mkhybrid/dist/
H A Dtree.c149 int result = lstat(path, st);
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_mtree.c1284 else if (lstat(path, st) == -1)
H A Darchive_read_disk_posix.c337 * Request the lstat() or stat() data for the current path. Since the
340 * than make a redundant stat() or lstat() call of your own.
347 * stat()/lstat() calls. */
849 const struct stat *lst;/* lstat() information */
2566 * Get the lstat() data for the entry just returned from tree_next().
2580 if (lstat(tree_current_access_path(t), &t->lst) != 0)
2599 * If we already have lstat() info, then try some
2603 /* If lstat() says it's a dir, it must be a dir. */
2629 * already have at least one of stat() or lstat() in memory, so we
2652 * stat() info wasn't available. So we use lstat(), whic
[all...]
/netbsd-current/external/zlib/pigz/dist/
H A Dpigz.c316 #include <sys/stat.h> /* chmod(), stat(), fstat(), lstat(), struct stat, */
3311 if (lstat(g.inf, &st)) {
3319 } while (lstat(g.inf, &st) && errno == ENOENT);
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Delf.c87 /* Dummy version of lstat for systems that don't have it. */
95 #define lstat xlstat macro
810 if (lstat (filename, &st) < 0)
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A DMakefile.am59 # lstat \
1094 ## begin gnulib module lstat
1097 libgnu_a_SOURCES += lstat.c
1100 ## end gnulib module lstat
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Delf.c87 /* Dummy version of lstat for systems that don't have it. */
95 #define lstat xlstat macro
810 if (lstat (filename, &st) < 0)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsymfile.c1551 if (lstat (objfile_name (objfile), &st_buf) == 0
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsymfile.c1544 if (lstat (objfile_name (objfile), &st_buf) == 0
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/
H A DMakefile.in188 $(top_srcdir)/import/m4/lstat.m4 \
/netbsd-current/external/gpl3/gdb/dist/gnulib/
H A DMakefile.in191 $(top_srcdir)/import/m4/lstat.m4 \
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dfile.d1565 return lstat(namez, &statbuf) == 0;
1690 return lstat(namez, &buf);
3112 //can determine the correct type from lstat, so
3114 //correctly determine it (not lstat in the case
3117 //cost of calling lstat).
3235 Try both stat and lstat for isFile and isDir
3269 enforce(lstat(_name.tempCString(), &statbuf) == 0,
3281 uint _lstatMode; /// The stat mode from lstat().
3284 bool _didLStat = false; /// Whether lstat() has been called for this DirEntry.
3708 // stat (since we should only need lstat i
[all...]
/netbsd-current/sys/rump/librump/rumpkern/
H A Drump_syscalls.c4507 __weak_alias(lstat,rump___sysimpl_lstat30);
5545 __weak_alias(lstat,rump___sysimpl_lstat50);
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dfs.c1769 * invoked via lstat, which seeks information about the link instead of its
1776 * to be treated as a regular file. The higher level lstat function will
2807 XX(LSTAT, lstat)
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsftp-client.c925 "Server version does not support lstat operation");
2302 if (lstat(new_src, &sb) == -1) {
2303 logit("local lstat \"%s\": %s", filename,
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dfile.d1951 return lstat(namez, &statbuf) == 0;
2107 return lstat(namez, &buf);
3912 //can determine the correct type from lstat, so
3914 //correctly determine it (not lstat in the case
3917 //cost of calling lstat).
4031 Try both stat and lstat for isFile and isDir
4064 enforce(lstat(_name.tempCString(), &statbuf) == 0,
4076 uint _lstatMode; /// The stat mode from lstat().
4079 bool _didLStat = false; /// Whether lstat() has been called for this DirEntry.
4600 // stat (since we should only need lstat i
[all...]
/netbsd-current/external/bsd/am-utils/dist/
H A Dltmain.sh4744 if (lstat (tmp_pathspec, &s) == 0)

Completed in 771 milliseconds

<<111213