Searched refs:lstat (Results 226 - 250 of 322) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A DMakefile.in73 # lstat \
215 @GL_COND_OBJ_LSTAT_TRUE@am__append_37 = lstat.c
343 $(top_srcdir)/import/m4/lstat.m4 \
499 @GL_COND_OBJ_LSTAT_TRUE@am__objects_37 = libgnu_a-lstat.$(OBJEXT)
2386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnu_a-lstat.Po@am__quote@
3205 libgnu_a-lstat.o: lstat.c
3206 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnu_a_CFLAGS) $(CFLAGS) -MT libgnu_a-lstat.o -MD -MP -MF $(DEPDIR)/libgnu_a-lstat.Tpo -c -o libgnu_a-lstat
[all...]
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dopts.c936 /* test if file (arg) exists via lstat */
942 if (lstat(arg, &buf) < 0)
/netbsd-current/external/bsd/am-utils/dist/libamu/
H A Dmount_fs.c288 if (lstat(mnt_dir, &stb) == 0) {
/netbsd-current/external/gpl2/gmake/dist/
H A Dremake.c1394 above. So, if we run into any error trying to lstat(), or
1405 EINTRLOOP (e, lstat (lpath, &st));
1410 perror_with_name ("lstat: ", lpath);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_mac.cc163 return lstat(path, (struct stat *)buf);
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dimport.c27 #include "lstat.h"
1157 `cannot lstat'. I don't see a way around this, since we must
1160 if (lstat (userfile, &sb) < 0)
1165 "ERROR: cannot lstat file %s", userfile);
1166 error (0, errno, "cannot lstat file %s", userfile);
/netbsd-current/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_mount.c293 if (lstat(mountpoint, &buf) != 0) {
/netbsd-current/lib/libc/gen/
H A Dglob.c1099 return lstat(buf, sb);
/netbsd-current/sbin/savecore/
H A Dsavecore.c809 if (lstat(device, &sb)) {
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mac.cc150 return lstat(path, (struct stat *)buf);
/netbsd-current/usr.sbin/inetd/
H A Dparse.c1274 if (lstat(glob_path, &sb) != 0) {
/netbsd-current/external/ibm-public/postfix/dist/src/postsuper/
H A Dpostsuper.c1000 if (lstat(STR(actual_path), &st) < 0)
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A DMakefile.am50 # lstat \
945 ## begin gnulib module lstat
948 EXTRA_DIST += lstat.c
950 EXTRA_libgnu_a_SOURCES += lstat.c
952 ## end gnulib module lstat
H A Dglob.c74 # define __lstat64(fname, buf) lstat (fname, buf)
204 /* Use on glob-lstat-compat.c to provide a compat symbol which does not
205 use lstat / gl_lstat. */
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dcallback.c500 return wrap (p, lstat (file, buf));
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dcallback.c488 result = lstat (file, buf);
/netbsd-current/lib/libc/net/
H A Drcmd.c714 if (lstat(pbuf, &sbuf) < 0)
715 __rcmd_errstr = ".rhosts lstat failed";
/netbsd-current/sys/dev/pci/
H A Dpci_subr.c4478 pcireg_t lctl, lstat; local
4486 lstat = (reg >> 16) & 0xffff;
4487 printf(" Lane %d status: 0x%04x\n", i, lstat);
4488 pci_conf_print_lmr_lcsr(lstat, up, dp);
/netbsd-current/usr.bin/make/
H A Ddir.c267 static HashTable lmtimes; /* same as mtimes but for lstat */
397 * Returns 0 and the result of stat(2) or lstat(2) in *out_cst,
420 rc = (useLstat ? lstat : stat)(pathname, &sys_st);
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_disk_entry_from_file.c190 if (lstat(path, &s) != 0) {
192 "Can't lstat %s", path);
/netbsd-current/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp588 if (detail::lstat(p.c_str(), &path_stat) == -1)
1312 if (detail::lstat(p.c_str(), &sb) == -1) {
/netbsd-current/usr.sbin/user/
H A Duser.c1214 if (lstat(home, &st) < 0 && !(up->u_flags & F_MKDIR)) {
1253 if (lstat(home, &st) == 0) {
/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Delf.c87 /* Dummy version of lstat for systems that don't have it. */
95 #define lstat xlstat macro
748 if (lstat (filename, &st) < 0)
/netbsd-current/bin/ksh/
H A Deval.c1027 if (lstat(Xstring(*xs, xp), &lstatb) < 0)
/netbsd-current/external/bsd/bzip2/dist/
H A Dbzip2.c80 # define MY_LSTAT lstat
1047 /* Note use of stat here, not lstat. */

Completed in 605 milliseconds

1234567891011>>