Searched refs:__lxstat64 (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | tempname.c | 82 # define __lxstat64(version, file, buf) lstat (file, buf) macro 293 if (__lxstat64 (_STAT_VER, tmpl, &st) < 0) in __gen_tempname()
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | tempname.c | 104 # define __lxstat64(version, path, buf) lstat (path, buf) macro 315 if (__lxstat64 (_STAT_VER, tmpl, &st) < 0) in __gen_tempname()
|
/netbsd-src/external/gpl2/texinfo/dist/lib/ |
H A D | tempname.c | 106 # define __lxstat64(version, path, buf) lstat (path, buf) macro 317 if (__lxstat64 (_STAT_VER, tmpl, &st) < 0) in __gen_tempname()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | canonicalize.c | 229 if (__lxstat64 (_STAT_VER, rpath, &st) < 0) in __realpath()
|
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
H A D | canonicalize.c | 229 if (__lxstat64 (_STAT_VER, rpath, &st) < 0) in __realpath()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
H A D | canonicalize.c | 229 if (__lxstat64 (_STAT_VER, rpath, &st) < 0) in __realpath()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 6494 INTERCEPTOR(int, __lxstat64, int version, const char *path, void *buf) { 6496 COMMON_INTERCEPTOR_ENTER(ctx, __lxstat64, version, path, buf); 6499 int res = REAL(__lxstat64)(version, path, buf); 6504 #define INIT___LXSTAT64 COMMON_INTERCEPT_FUNCTION(__lxstat64)
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 6940 INTERCEPTOR(int, __lxstat64, int version, const char *path, void *buf) { 6942 COMMON_INTERCEPTOR_ENTER(ctx, __lxstat64, version, path, buf); 6945 int res = REAL(__lxstat64)(version, path, buf); 6950 #define INIT___LXSTAT64 COMMON_INTERCEPT_FUNCTION(__lxstat64)
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 6737 INTERCEPTOR(int, __lxstat64, int version, const char *path, void *buf) { 6739 COMMON_INTERCEPTOR_ENTER(ctx, __lxstat64, version, path, buf); 6742 int res = REAL(__lxstat64)(version, path, buf); 6747 #define INIT___LXSTAT64 COMMON_INTERCEPT_FUNCTION(__lxstat64)
|