Searched refs:lstat (Results 176 - 200 of 322) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dgetcwd.c98 # define __lstat64 lstat
323 name again, but this time, using lstat. This is necessary in a
327 via lstat. */
/netbsd-current/libexec/mail.local/
H A Dmail.local.c230 if (lstat(path, &sb) == -1) {
/netbsd-current/usr.bin/newsyslog/
H A Dnewsyslog.c562 if (lstat(file1, &st) != 0)
566 if (lstat(file2, &st) == 0)
579 k = lstat(file1, &st);
/netbsd-current/external/bsd/libarchive/dist/test_utils/
H A Dtest_main.c132 #define lstat stat macro
133 /*#define lstat _stat64*/
1389 r = lstat(path1, &st1);
1395 r = lstat(path2, &st2);
1478 r = lstat(pathname, &st);
1584 r = lstat(pathname, &st);
1633 r = lstat(pathname, &st);
1660 r = lstat(pathname, &st);
1683 r = lstat(pathname, &st);
1721 r = lstat(pathnam
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dfcache.c262 ret = lstat (filename, &sb1);
428 ret = lstat(filename, &sb1);
436 krb5_set_error_message(context, errno, N_("%s lstat(%s)", "file, error"),
476 ret = lstat(filename, &sb3);
H A Dkuserok.c336 if (lstat(dirname, &st) < 0)
/netbsd-current/sys/kern/
H A Dkern_lwp.c1376 int lstat = l->l_stat; local
1383 lstat = LSONPROC;
1404 switch (lstat) {
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dstd-ops.cc482 ? ::lstat(from.c_str(), &from_st)
489 ? ::lstat(to.c_str(), &to_st)
1246 if (::lstat(p.c_str(), &st))
1483 if (::lstat(p.c_str(), &st))
/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpfctl.c348 if (lstat(path, &st) == -1) {
/netbsd-current/bin/ksh/
H A Dc_test.c287 return lstat(opnd1, &b1) == 0 && S_ISLNK(b1.st_mode);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc327 ? posix::lstat(from.c_str(), &from_st)
334 ? posix::lstat(to.c_str(), &to_st)
1174 if (posix::lstat(p.c_str(), &st))
1555 if (posix::lstat(str, &st))
/netbsd-current/bin/pax/
H A Dftree.c451 if (lstat(Mftent.fts_path, &statbuf) == -1) {
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc331 ? posix::lstat(from.c_str(), &from_st)
338 ? posix::lstat(to.c_str(), &to_st)
1178 if (posix::lstat(p.c_str(), &st))
1538 if (posix::lstat(str, &st))
/netbsd-current/bin/cp/
H A Dutils.c150 lstat(to.p_path, &sb) : stat(to.p_path, &sb);
/netbsd-current/lib/librmt/
H A Drmtlib.c579 * # define lstat rmtlstat
881 * Get file status, even if symlink. Looks just like lstat(2) to caller.
894 return lstat(path, buf);
/netbsd-current/external/bsd/tre/dist/src/
H A Dagrep.c341 if (lstat(ent, &st) < 0) {
/netbsd-current/external/bsd/tmux/dist/
H A Dtmux.c216 if (lstat(base, &sb) != 0) {
/netbsd-current/external/bsd/am-utils/dist/conf/autofs/
H A Dautofs_solaris_v2_v3.c1123 if ((err = lstat(target2, &buf)))
1221 if (!lstat(mp->am_path, &stb)) {
/netbsd-current/lib/libc/gen/
H A Dfts.c953 if (!lstat(p->fts_accpath, sbp)) {
960 } else if (lstat(p->fts_accpath, sbp)) {
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Demul_netbsd.c926 SYS(lstat);
928 /* Can't combine these statements, cuz lstat sets errno. */
929 status = lstat(path, &buf);
1127 { 0, }, /* 40 is old lstat */
1279 { 0, }, /* 190 is old lstat */
1369 { 0, }, /* 280 is old lstat */
1478 { 0, }, /* 389 is old lstat */
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Demul_netbsd.c914 SYS(lstat);
916 /* Can't combine these statements, cuz lstat sets errno. */
917 status = lstat(path, &buf);
1115 { 0, }, /* 40 is old lstat */
1267 { 0, }, /* 190 is old lstat */
1357 { 0, }, /* 280 is old lstat */
1466 { 0, }, /* 389 is old lstat */
/netbsd-current/usr.bin/stat/
H A Dstat.c334 * lstat() just in case we're examining a
339 (rc = lstat(argv[0], &st)) == -1)
342 rc = lstat(argv[0], &st);
350 usestat ? "stat" : "lstat");
/netbsd-current/usr.sbin/makefs/
H A Dwalk.c187 if (lstat(path, &stbuf) == -1)
188 err(EXIT_FAILURE, "Can't lstat `%s'", path);
517 lstat(path, &stbuf) == -1)
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_disk_posix.c558 if (lstat(a->name, &a->st) == 0)
2210 r = lstat(a->name, &a->st);
2397 r = lstat(a->name, &st);
2428 r = lstat(a->name, &st);
2610 * we need to verify via fstat() or lstat()
2623 lstat(p->name, &st) != 0 ||
2643 lstat(p->name, &st) != 0 ||
2865 /* Platform doesn't have lstat, so we can't look for symlinks. */
2942 r = lstat(head, &st);
3448 * Yes, this should be stat() and not lstat()
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_linux.cc364 return internal_syscall(SYSCALL(lstat), path, buf);
373 // For mips64, lstat syscall fills buffer in the format of kernel_stat
375 int res = internal_syscall(SYSCALL(lstat), path, &kbuf);
379 return internal_syscall(SYSCALL(lstat), (uptr)path, (uptr)buf);

Completed in 520 milliseconds

1234567891011>>