Searched refs:lstat (Results 276 - 300 of 322) sorted by relevance

<<111213

/netbsd-current/external/gpl3/gdb/dist/
H A Dltmain.sh3917 if (lstat (tmp_pathspec, &s) == 0)
/netbsd-current/external/gpl3/gdb.old/dist/
H A Dltmain.sh3917 if (lstat (tmp_pathspec, &s) == 0)
/netbsd-current/external/gpl3/binutils.old/dist/
H A Dltmain.sh3917 if (lstat (tmp_pathspec, &s) == 0)
/netbsd-current/external/bsd/flex/dist/build-aux/
H A Dltmain.sh6122 if (lstat (tmp_pathspec, &s) == 0)
/netbsd-current/crypto/external/cpl/trousers/dist/
H A Dltmain.sh3775 if (lstat (tmp_pathspec, &s) == 0)
/netbsd-current/crypto/external/cpl/tpm-tools/dist/
H A Dltmain.sh3775 if (lstat (tmp_pathspec, &s) == 0)
/netbsd-current/external/lgpl3/gmp/dist/
H A Dltmain.sh6122 if (lstat (tmp_pathspec, &s) == 0)
/netbsd-current/external/lgpl3/mpc/dist/
H A Dltmain.sh6122 if (lstat (tmp_pathspec, &s) == 0)
/netbsd-current/external/gpl3/binutils/dist/
H A Dltmain.sh3917 if (lstat (tmp_pathspec, &s) == 0)
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Drcs.c5121 if (lstat (workfile, &sb) < 0)
5122 error (1, errno, "cannot lstat %s", workfile);
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/build-aux/
H A Dltmain.sh6122 if (lstat (tmp_pathspec, &s) == 0)
/netbsd-current/external/bsd/unbound/dist/
H A Dltmain.sh6122 if (lstat (tmp_pathspec, &s) == 0)
/netbsd-current/external/mit/expat/dist/conftools/
H A Dltmain.sh6170 if (lstat (tmp_pathspec, &s) == 0)
/netbsd-current/sys/external/isc/libsodium/dist/build-aux/
H A Dltmain.sh6122 if (lstat (tmp_pathspec, &s) == 0)
/netbsd-current/sys/external/isc/libsodium/dist/
H A Dltmain.sh4744 if (lstat (tmp_pathspec, &s) == 0)
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dconfigure7280 for ac_func in access cfgetispeed cfgetospeed cfsetispeed cfsetospeed chdir chmod chown dup dup2 fchmod fchown fcntl fstat fstatfs getdirentries getegid geteuid getgid getpid getppid getrusage gettimeofday getuid ioctl kill link lseek lstat mkdir pipe readlink rmdir setreuid setregid stat sigprocmask stat symlink tcgetattr tcsetattr tcsendbreak tcdrain tcflush tcflow tcgetpgrp tcsetpgrp time umask unlink
/netbsd-current/external/gpl3/gcc/dist/
H A Dltmain.sh3917 if (lstat (tmp_pathspec, &s) == 0)
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/
H A Dltmain.sh6122 if (lstat (tmp_pathspec, &s) == 0)
/netbsd-current/external/bsd/openldap/dist/build/
H A Dltmain.sh6122 if (lstat (tmp_pathspec, &s) == 0)
/netbsd-current/external/bsd/file/dist/
H A Dltmain.sh6125 if (lstat (tmp_pathspec, &s) == 0)
/netbsd-current/external/gpl3/gcc.old/dist/
H A Dltmain.sh3917 if (lstat (tmp_pathspec, &s) == 0)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlibtool4424 if (lstat (tmp_pathspec, &s) == 0)
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/
H A Dconfigure3664 as_fn_append ac_func_list " lstat"
6630 # Code from module lstat:
10116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5
10117 $as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; }
10154 have to compile and use the lstat wrapper. */
10155 return lstat ("conftest.sym/", &sbuf) == 0;
17786 if (lstat (e->d_name, &st) != 0)
22465 gl_LIBOBJS="$gl_LIBOBJS lstat.$ac_objext"
25361 # Assume that if we have lstat, we can also check symlinks.
25862 # Assume that if we have lstat, w
[all...]
/netbsd-current/external/gpl3/gdb/dist/gnulib/
H A Dconfigure3944 as_fn_append ac_func_list " lstat"
7118 # Code from module lstat:
9042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5
9043 $as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; }
9077 have to compile and use the lstat wrapper. */
9078 return lstat ("conftest.sym/", &sbuf) == 0;
9165 # Assume that if we have lstat, we can also check symlinks.
23318 if (lstat (e->d_name, &st) != 0)
31123 # Assume that if we have lstat, we can also check symlinks.
31788 # Assume that if we have lstat, w
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c7190 # define lstat(path,buf) stat(path,buf)
7378 ** This function is used in place of lstat(). On Windows, special handling
7380 ** other systems, this function simply calls lstat().
7387 int rc = lstat(zPath, pStatBuf);
7391 return lstat(zPath, pStatBuf);
7663 struct stat sStat; /* Current lstat() results */

Completed in 1228 milliseconds

<<111213