Home
last modified time | relevance | path

Searched refs:LSTAT (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/dports/devel/make++/makepp-2.0/Mpp/
H A DFile.pm405 $finfo->{LSTAT} or &lstat_array; # Get the flags.
413 $finfo->{LSTAT} or lstat_array( $finfo );
637 (($dinfo->{LSTAT} || &lstat_array),
723 exists $_[0]{LSTAT} || &lstat_array; # Get status info.
820 return $fileinfo->{LSTAT} = $empty_array;
850 $stat_arr = $fileinfo->{LSTAT} = $empty_array;
892 !exists $finfo->{xPHONY} && $finfo->{LSTAT} and
936 delete(($dirinfo->{'..'} || {})->{LSTAT});
989 ($dircontents->{$fname}{LSTAT} || 0) == $empty_array or
993 delete dereference( $dirinfo )->{LSTAT};
[all …]
/dports/sysutils/dupd/dupd-1.7/src/
H A Dutils.h43 #define LSTAT lstat
49 #define LSTAT lstat
54 #define LSTAT lstat
59 #define LSTAT lstat
64 #define LSTAT lstat64
69 #define LSTAT lstat
/dports/net-mgmt/xymon-server/xymon-4.3.30/build/
H A Dssl.sh75 CSTAT=$?; LSTAT=$?
78 LSTAT=$?
80 if test $CSTAT -ne 0 -o $LSTAT -ne 0; then
92 CSTAT=$?; LSTAT=$?
95 LSTAT=$?
97 if test $CSTAT -ne 0 -o $LSTAT -ne 0; then
/dports/net-mgmt/xymon-client/xymon-4.3.30/build/
H A Dssl.sh75 CSTAT=$?; LSTAT=$?
78 LSTAT=$?
80 if test $CSTAT -ne 0 -o $LSTAT -ne 0; then
92 CSTAT=$?; LSTAT=$?
95 LSTAT=$?
97 if test $CSTAT -ne 0 -o $LSTAT -ne 0; then
/dports/lang/snobol4/snobol4-2.2.2/modules/stat/
H A Dfuncs.sno9 **B<LSTAT(>I<path>B<)> returns file status for I<path>, returning information on symbolic links.
80 DEFINE("LSTAT(PATH)") :(LSTAT.END)
81 LSTAT LSTAT = ST()
82 LSTAT_(PATH,LSTAT) :F(FRETURN)S(RETURN)
83 LSTAT.END
/dports/hebrew/he2/he2-0.61/he2/
H A Dsysdep.h32 #define LSTAT stat macro
41 #define LSTAT stat macro
50 #define LSTAT lstat macro
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/misc/
H A Dlsattr.c66 #define LSTAT lstat64 macro
69 #define LSTAT lstat macro
126 if (LSTAT (name, &st) == -1) { in lsattr_args()
157 if (LSTAT (path, &st) == -1) in lsattr_dir_proc()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/misc/
H A Dlsattr.c66 #define LSTAT lstat64 macro
69 #define LSTAT lstat macro
126 if (LSTAT (name, &st) == -1) { in lsattr_args()
157 if (LSTAT (path, &st) == -1) in lsattr_dir_proc()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/misc/
H A Dlsattr.c66 #define LSTAT lstat64 macro
69 #define LSTAT lstat macro
126 if (LSTAT (name, &st) == -1) { in lsattr_args()
157 if (LSTAT (path, &st) == -1) in lsattr_dir_proc()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/3d/
H A Dpathreal.c59 if (LSTAT(path, &statb)) in checkopaque()
66 if (LSTAT(path, &statb)) in checkopaque()
150 if (!st || (!state.level || *path == '/') && !LSTAT(path, st)) in pathreal()
207 if (st != &stbuf && LSTAT(sp, st)) in pathreal()
303 if ((type & P_NOOPAQUE) && !LSTAT(sp, st) && checkopaque(sp, st)) in pathreal()
361 while (LSTAT(sp, st)) in pathreal()
370 LSTAT(".", st); in pathreal()
400 if (!LSTAT(sp, st)) in pathreal()
418 …sp, &up)) && (mp->fs->flags & FS_NAME) && (sp = fsreal(mp, MSG_open, (char*)up)) && !LSTAT(sp, st)) in pathreal()
/dports/shells/ksh93/ast-93u/src/cmd/3d/
H A Dpathreal.c59 if (LSTAT(path, &statb)) in checkopaque()
66 if (LSTAT(path, &statb)) in checkopaque()
150 if (!st || (!state.level || *path == '/') && !LSTAT(path, st)) in pathreal()
207 if (st != &stbuf && LSTAT(sp, st)) in pathreal()
303 if ((type & P_NOOPAQUE) && !LSTAT(sp, st) && checkopaque(sp, st)) in pathreal()
361 while (LSTAT(sp, st)) in pathreal()
370 LSTAT(".", st); in pathreal()
400 if (!LSTAT(sp, st)) in pathreal()
418 …sp, &up)) && (mp->fs->flags & FS_NAME) && (sp = fsreal(mp, MSG_open, (char*)up)) && !LSTAT(sp, st)) in pathreal()
/dports/shells/bash/bash-5.1/examples/loadables/
H A Dln.c147 # define LSTAT lstat macro
150 # define LSTAT stat macro
194 exists = LSTAT (dst, &dsb) == 0;
/dports/shells/sash/sash-3.8/
H A Dcmd_find.c18 #define LSTAT lstat macro
20 #define LSTAT stat macro
234 if (LSTAT(fullName, &statBuf) < 0) in examineDirectory()
H A Dcmd_ls.c22 #define LSTAT lstat macro
24 #define LSTAT stat macro
196 if (LSTAT(name, &statBuf) < 0) in do_ls()
322 if (LSTAT(name, &statBuf) < 0) in listAllFiles()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/io/
H A DnsLocalFileUnix.h36 # define LSTAT lstat64 macro
40 # define LSTAT lstat macro
/dports/www/firefox-esr/firefox-91.8.0/xpcom/io/
H A DnsLocalFileUnix.h36 # define LSTAT lstat64 macro
40 # define LSTAT lstat macro
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/io/
H A DnsLocalFileUnix.h73 # define LSTAT lstat64 macro
77 # define LSTAT lstat macro
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/io/
H A DnsLocalFileUnix.h74 #define LSTAT lstat64 macro
78 #define LSTAT lstat macro
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/io/
H A DnsLocalFileUnix.h74 #define LSTAT lstat64 macro
78 #define LSTAT lstat macro
/dports/www/firefox/firefox-99.0/xpcom/io/
H A DnsLocalFileUnix.h36 # define LSTAT lstat64 macro
40 # define LSTAT lstat macro
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/c/
H A Dio.c152 res = (followp ? STAT(path, &statbuf) : LSTAT(path, &statbuf)) == 0; in S_file_existsp()
175 res = (followp ? STAT(path, &statbuf) : LSTAT(path, &statbuf)) == 0 in S_file_regularp()
199 res = (followp ? STAT(path, &statbuf) : LSTAT(path, &statbuf)) == 0 in S_file_directoryp()
223 res = LSTAT(path, &statbuf) == 0 && (statbuf.st_mode & S_IFMT) == S_IFLNK; in S_file_symbolic_linkp()
/dports/lang/racket/racket-8.3/src/ChezScheme/c/
H A Dio.c152 res = (followp ? STAT(path, &statbuf) : LSTAT(path, &statbuf)) == 0; in S_file_existsp()
175 res = (followp ? STAT(path, &statbuf) : LSTAT(path, &statbuf)) == 0 in S_file_regularp()
199 res = (followp ? STAT(path, &statbuf) : LSTAT(path, &statbuf)) == 0 in S_file_directoryp()
223 res = LSTAT(path, &statbuf) == 0 && (statbuf.st_mode & S_IFMT) == S_IFLNK; in S_file_symbolic_linkp()
/dports/lang/chez-scheme/ChezScheme-9.5.4/c/
H A Dio.c143 res = (followp ? STAT(path, &statbuf) : LSTAT(path, &statbuf)) == 0;
166 res = (followp ? STAT(path, &statbuf) : LSTAT(path, &statbuf)) == 0
190 res = (followp ? STAT(path, &statbuf) : LSTAT(path, &statbuf)) == 0
214 res = LSTAT(path, &statbuf) == 0 && (statbuf.st_mode & S_IFMT) == S_IFLNK; in S_file_symbolic_linkp()
/dports/math/ntl/ntl-11.5.1/src/
H A Dmfile371 @{LSTAT} $(AR) $(ARFLAGS) ntl.a $(OBJ) #LSTAT
372 @{LSTAT} - $(RANLIB) ntl.a #LSTAT
375 @{LSTAT}LCOMP= #LSTAT
407 @{LSTAT} $(LINK) -o $@ $< ntl.a $(GMP_OPT_LIBDIR) $(GMP_OPT_LIB) $(GF2X_OPT_LIBDIR) $(GF2X_OPT_LIB)…
454 @{LSTAT} cp -p ntl.a $(DESTDIR)$(LIBDIR)/libntl.a #LSTAT
455 @{LSTAT} - chmod a+r $(DESTDIR)$(LIBDIR)/libntl.a #LSTAT
460 @{LSTAT} rm -f $(LIBDIR)/libntl.a #LSTAT
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/mrbgems/mruby-io/src/
H A Dfile_test.c16 #define LSTAT stat macro
19 #define LSTAT lstat macro
54 ret = LSTAT(path, st); in mrb_stat0()

12345678910>>...15