Searched refs:freebsd11_lstat (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/lib/libc/gen/
H A Dgen-compat.h46 int freebsd11_lstat(const char *, struct freebsd11_stat *);
H A Dfts-compat.c922 if (!freebsd11_lstat(p->fts_accpath, sbp)) {
929 } else if (freebsd11_lstat(p->fts_accpath, sbp)) {
H A Dglob-compat11.c994 return (freebsd11_lstat(buf, sb));
/freebsd-13-stable/lib/libc/include/
H A Dcompat.h56 __sym_compat(lstat, freebsd11_lstat, FBSD_1.0);
/freebsd-13-stable/sys/sys/
H A Dsyscall.mk124 freebsd11_lstat.o \
H A Dsysproto.h2671 int freebsd11_lstat(struct thread *, struct freebsd11_lstat_args *);
/freebsd-13-stable/sys/kern/
H A Dvfs_syscalls.c2329 freebsd11_lstat(struct thread *td, struct freebsd11_lstat_args* uap) function

Completed in 149 milliseconds