Searched defs:fileno (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/lib/libc/stdio/
H A Dfileno.c44 #undef fileno macro
48 fileno(FILE *fp) function
/freebsd-11-stable/contrib/binutils/binutils/
H A Dbin2c.c40 # define fileno(_fp) _fileno (_fp) macro
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_fileno.c99 msdosfs_fileno_map(struct mount *mp, uint64_t fileno) argument
[all...]
H A Dmsdosfs_vnops.c1475 uint64_t fileno; local
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_hopfpci.c45 #undef fileno macro
47 #undef fileno macro
H A Drefclock_shm.c19 #undef fileno macro
21 #undef fileno macro
23 #undef fileno macro
25 #undef fileno macro
29 #undef fileno macro
31 #undef fileno macro
/freebsd-11-stable/stand/userboot/userboot/
H A Dhost.c103 uint32_t fileno; local
/freebsd-11-stable/sys/fs/autofs/
H A Dautofs_vnops.c353 autofs_readdir_one(struct uio *uio, const char *name, int fileno, argument
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dminigzip.c54 # define fileno(file) file->__file macro
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h97 # undef fileno macro
98 # define fileno(Stream) fileno_unlocked (Stream) macro
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h105 # undef fileno macro
106 # define fileno(Stream) fileno_unlocked (Stream) macro
/freebsd-11-stable/sys/kern/
H A Dvfs_default.c823 ino_t fileno; local
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonport.c432 nfsv4root_getreferral(struct vnode *vp, struct vnode *dvp, u_int32_t fileno) argument
/freebsd-11-stable/include/
H A Dstdio.h536 #define fileno(p) (!__isthreaded ? __sfileno(p) : (fileno)(p)) macro
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dmain.c110 #define fileno _fileno macro
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.c152 # undef fileno macro
154 # define fileno(a) (int)_fileno(a) macro
2911 # undef fileno macro
2912 # define fileno(a) (int)_fileno(a) macro
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sa.c379 daddr_t fileno; /* Relative to beginning of partition */ member in struct:sa_softc
[all...]
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c3224 long dotfileid, dotdotfileid = 0, fileno = 0; local
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c126 #define fileno _fileno macro

Completed in 289 milliseconds