| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| lstat.c | 1 /* $NetBSD: lstat.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */ 41 lstat(const char *path, struct stat *buf) function
|
| /src/external/gpl2/xcvs/dist/lib/ |
| lstat.h | 22 # undef lstat macro 23 # define lstat rpl_lstat macro
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| unlink-if-ordinary.c | 58 #define lstat stat macro 67 if (lstat (name, &st) == 0
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| unlink-if-ordinary.c | 58 #define lstat stat macro 67 if (lstat (name, &st) == 0
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| unlink-if-ordinary.c | 58 #define lstat stat macro 67 if (lstat (name, &st) == 0
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| unlink-if-ordinary.c | 58 #define lstat stat macro 67 if (lstat (name, &st) == 0
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| unlink-if-ordinary.c | 58 #define lstat stat macro 67 if (lstat (name, &st) == 0
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| warn_stat.h | 21 #define lstat(p, s) warn_lstat((p), (s)) macro
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| unlink-if-ordinary.c | 58 #define lstat stat macro 67 if (lstat (name, &st) == 0
|
| /src/lib/libc/compat/gen/ |
| compat_glob.c | 32 #define lstat __compat_lstat macro
|
| compat___fts31.c | 44 #define lstat __compat___lstat30 macro
|
| compat___fts32.c | 50 #define lstat __compat___lstat30 macro
|
| compat_fts.c | 66 #define lstat __compat_lstat macro
|
| compat___fts13.c | 46 #define lstat __compat___lstat13 macro
|
| compat___fts30.c | 36 #define lstat __compat___lstat30 macro
|
| /src/include/ |
| rmt.h | 56 #define lstat rmtlstat macro
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| fstatat.c | 70 These are the same problems that lstat.c and stat.c address, so 87 /* Fix lstat behavior. */ 119 /* Likewise, if there is no native 'lstat', then the gnulib 122 # undef lstat macro 123 # define lstat stat_func macro 129 Failing that, simulate it via save_cwd/fchdir/(stat|lstat)/restore_cwd. 135 # define AT_FUNC_F1 lstat
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| fstatat.c | 70 These are the same problems that lstat.c and stat.c address, so 87 /* Fix lstat behavior. */ 119 /* Likewise, if there is no native 'lstat', then the gnulib 122 # undef lstat macro 123 # define lstat stat_func macro 129 Failing that, simulate it via save_cwd/fchdir/(stat|lstat)/restore_cwd. 135 # define AT_FUNC_F1 lstat
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/ |
| sanitizer_wrappers.cc | 146 int lstat(const char *path, struct stat *buf) { STAT(lstat, path, buf); } function 156 STAT(lstat, path, buf);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| proc-api.c | 348 int ret, lstat = 0; local 362 ret = wait (&lstat); 370 "returned pid %d, status 0x%x\n", ret, lstat); 375 *wstat = lstat;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| proc-api.c | 348 int ret, lstat = 0; local 362 ret = wait (&lstat); 370 "returned pid %d, status 0x%x\n", ret, lstat); 375 *wstat = lstat;
|
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| canonicalize.c | 82 /* On systems without symbolic links, call stat() instead of lstat(). */ 84 # define lstat stat macro 231 if (lstat (rpath, &st) < 0)
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| canonicalize.c | 82 /* On systems without symbolic links, call stat() instead of lstat(). */ 84 # define lstat stat macro 231 if (lstat (rpath, &st) < 0)
|
| /src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| canonicalize.c | 82 /* On systems without symbolic links, call stat() instead of lstat(). */ 84 # define lstat stat macro 231 if (lstat (rpath, &st) < 0)
|
| /src/sys/dev/pci/ |
| btvmei.c | 368 b3_617_vmeintr(struct b3_617_softc *sc, unsigned char lstat) 377 if (!(lstat & (1 << level))) 620 unsigned char lstat; local 626 lstat = read_csr_byte(sc, LDMA_CMD); 627 if ((lstat & LDC_DMA_DONE) && (lstat & LDC_DMA_INT_ENABLE)) { 629 write_csr_byte(sc, LDMA_CMD, lstat & (~LDC_DMA_DONE)); 636 lstat = read_csr_byte(sc, LOC_INT_STATUS); 637 if (lstat & LIS_CINT_MASK) { 639 b3_617_vmeintr(sc, lstat); [all...] |