Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 8 of 8) sorted by relevance

/components/lwp/terminal/freebsd/
A Dtty_pts.c438 struct file *fp = kn->kn_fp; in pts_kqops_read_detach() local
447 struct file *fp = kn->kn_fp; in pts_kqops_read_event() local
465 struct file *fp = kn->kn_fp; in pts_kqops_write_detach() local
474 struct file *fp = kn->kn_fp; in pts_kqops_write_event() local
501 static int ptsdev_kqfilter(struct file *fp, struct knote *kn) in ptsdev_kqfilter()
530 static int ptsdev_stat(struct file *fp, struct stat *sb, in ptsdev_stat()
590 static int ptsdev_fill_kinfo(struct file *fp, struct kinfo_file *kif, in ptsdev_fill_kinfo()
/components/libc/posix/io/stdio/
A Dstdio.c55 FILE *fp; in rt_posix_stdio_set_console() local
132 FILE *fp; in rt_posix_stdio_set_console() local
/components/dfs/dfs_v1/filesystems/elmfat/
A Dff.h341 #define f_eof(fp) ((int)((fp)->fptr == (fp)->obj.objsize)) argument
342 #define f_error(fp) ((fp)->err) argument
343 #define f_tell(fp) ((fp)->fptr) argument
344 #define f_size(fp) ((fp)->obj.objsize) argument
345 #define f_rewind(fp) f_lseek((fp), 0) argument
A Dff.c1598 FIL* fp, /* Pointer to the file object */ in clmt_clust()
3851 FIL* fp, /* Open file to be read */
3951 FIL* fp, /* Open file to be written */
4072 FIL* fp /* Open file to be synced */
4153 FIL* fp /* Open file to be closed */
4368 FIL* fp, /* Pointer to the file object */
4860 FIL* fp /* Pointer to the file object */
5509 FIL* fp, /* Pointer to the file object */
6358 FIL* fp /* Pointer to the file object */
6491 FIL *fp; /* Ptr to the writing file */ member
[all …]
/components/dfs/dfs_v2/filesystems/elmfat/
A Dff.h343 #define f_eof(fp) ((int)((fp)->fptr == (fp)->obj.objsize)) argument
344 #define f_error(fp) ((fp)->err) argument
345 #define f_tell(fp) ((fp)->fptr) argument
346 #define f_size(fp) ((fp)->obj.objsize) argument
347 #define f_rewind(fp) f_lseek((fp), 0) argument
A Dff.c1628 FIL* fp, /* Pointer to the file object */ in clmt_clust()
3915 FIL* fp, /* Open file to be read */
4015 FIL* fp, /* Open file to be written */
4136 FIL* fp /* Open file to be synced */
4217 FIL* fp /* Open file to be closed */
4434 FIL* fp, /* Pointer to the file object */
4930 FIL* fp /* Pointer to the file object */
5583 FIL* fp, /* Pointer to the file object */
6446 FIL* fp /* Pointer to the file object */
6581 FIL *fp; /* Ptr to the writing file */ member
[all …]
/components/dfs/dfs_v2/src/
A Ddfs_file.c162 char *tmp_path, *fp; in _dfs_normalize_path() local
469 char *fp = _dfs_normalize_path(path, path_len, link_fn, link_len); in dfs_file_realpath() local
/components/dfs/dfs_v1/filesystems/nfs/
A Ddfs_nfs.c792 nfs_file *fp; in nfs_open() local

Completed in 790 milliseconds