Searched refs:lstat (Results 201 - 225 of 322) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsftp-server.c139 { "lstat", NULL, SSH2_FXP_LSTAT, process_lstat, 0 },
907 r = do_lstat ? lstat(name, &st) : stat(name, &st);
1144 if (lstat(pathname, &st) == -1)
1265 if (lstat(oldpath, &sb) == -1)
H A Dsftp.c1006 lstat(g.gl_pathv[0], stp = &st) != -1 &&
1053 if (lstat(g.gl_pathv[i], stp = &st) == -1)
/netbsd-current/external/bsd/am-utils/dist/hlfsd/
H A Dhlfsd.c394 if (lstat(dir_name, &stmodes) == 0 &&
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dglob.c784 return(lstat(buf, sb));
/netbsd-current/bin/csh/
H A Dexp.c504 lstat(short2str(ep), &stb) : stat(short2str(ep), &stb)) {
H A Dfile.c279 if (lstat(short2str(path), &statb) == 0) {
/netbsd-current/external/bsd/mdocml/dist/
H A Dcompat_fts.c519 if (lstat(p->fts_accpath, sbp)) {
/netbsd-current/sbin/dump/
H A Dmain.c331 error = lstat(argv[i], &sb);
/netbsd-current/games/gomoku/
H A Dmain.c97 if (lstat(fname, &st) == 0) {
/netbsd-current/bin/test/
H A Dtest.c724 if (mode == FILSYM ? lstat(nm, &s) : stat(nm, &s))
735 return 1; /* the successful lstat()/stat() is good enough */
/netbsd-current/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c128 if (lstat(new_image->filename, &stbuf) == -1)
129 err(EXIT_FAILURE, "%s: lstat(\"%s\")", __func__,
/netbsd-current/usr.sbin/lpr/lpd/
H A Dprintjob.c550 if (lstat(file, &stb) < 0 || (fi = open(file, O_RDONLY)) < 0)
917 if (lstat(file, &stb) < 0 || (f = open(file, O_RDONLY)) < 0)
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A DMakefile.in64 # lstat \
245 $(top_srcdir)/import/m4/lstat.m4 \
402 ./$(DEPDIR)/localtime-buffer.Po ./$(DEPDIR)/lstat.Po \
1758 localtime-buffer.h lstat.c malloc.c malloca.h math.in.h \
1833 isnand.c isnan.c isnanl.c localtime-buffer.c lstat.c malloc.c \
2004 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lstat.Po@am__quote@ # am--include-marker
2295 -rm -f ./$(DEPDIR)/lstat.Po
2458 -rm -f ./$(DEPDIR)/lstat.Po
/netbsd-current/usr.sbin/mountd/
H A Dmountd.c329 #define lstat(a, b) rump_sys_lstat((a), (b)) macro
2380 if (lstat(dirp, &sb) == -1)
2389 if (lstat(dirp, &sb) == -1)
2401 "\"%s\", line %ld: lstat for `%s' failed: %m",
/netbsd-current/libexec/httpd/
H A Dbozohttpd.c1478 lstat(dir, &sb) == 0 && S_ISDIR(sb.st_mode)) {
1499 if (lstat(redir, &sb) == 0) {
1510 if (lstat(redir, &sb) < 0 || !S_ISLNK(sb.st_mode))
/netbsd-current/sys/dev/pci/
H A Dif_sk.c2250 uint16_t lstat; local
2252 SK_PHYADDR_BCOM, BRGPHY_MII_AUXSTS, &lstat);
2254 if (!(lstat & BRGPHY_AUXSTS_LINK) && sc_if->sk_link) {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_linux.cc341 // For mips64, lstat syscall fills buffer in the format of kernel_stat
343 int res = internal_syscall(SYSCALL(lstat), path, &kbuf);
347 return internal_syscall(SYSCALL(lstat), (uptr)path, (uptr)buf);
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Demul_unix.c1219 status = lstat (path, &buf);
1627 /* 88 */ { do_solaris_lstat, "lstat" },
2157 status = lstat (path, &buf);
2587 /* 84 */ { 0, "lstat" },
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dhomedir.c640 rc = lstat( (*tail)->name, &(*tail)->st );
642 report_errno( "grab_names", "lstat", (*tail)->name );
694 rc = lstat( path, &dir_stack->list->st );
696 report_errno( "traverse", "lstat", path );
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dfs.c718 ret = lstat(req->path, &st);
728 /* According to readlink(2) lstat can report st_size == 0
1614 ret = lstat(path, &pbuf);
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dcomplete.c80 # define LSTAT lstat
611 r = lstat (fn, &finfo);
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dcomplete.c87 # define LSTAT lstat
624 r = lstat (fn, &finfo);
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Demul_unix.c1203 status = lstat (path, &buf);
1611 /* 88 */ { do_solaris_lstat, "lstat" },
2141 status = lstat (path, &buf);
2571 /* 84 */ { 0, "lstat" },
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_linux.cpp374 // For mips64, lstat syscall fills buffer in the format of kernel_stat
376 int res = internal_syscall(SYSCALL(lstat), path, &kbuf);
380 return internal_syscall(SYSCALL(lstat), (uptr)path, (uptr)buf);
/netbsd-current/lib/libc/sys/
H A DMakefile.inc389 MLINKS+=stat.2 fstat.2 stat.2 lstat.2

Completed in 705 milliseconds

1234567891011>>