/freebsd-src/stand/liblua/ |
H A D | lstd.h | 46 typedef struct FILE struct 51 } FILE; typedef
|
/freebsd-src/lib/libc/stdio/ |
H A D | fwalk.c | 41 _fwalk(int (*function)(FILE *)) in _fwalk()
|
/freebsd-src/contrib/netbsd-tests/lib/libc/stdio/ |
H A D | t_fputc.c | 45 puterr(int (*func)(int, FILE *)) in puterr() argument 58 putstr(int (*func)(int, FILE *)) in putstr() argument
|
/freebsd-src/include/ |
H A D | wchar.h | 107 typedef struct __sFILE FILE; typedef [all...] |
/freebsd-src/bin/sh/bltin/ |
H A D | bltin.h | 47 #define FILE struct output macro
|
/freebsd-src/usr.bin/kdump/ |
H A D | kdump.c | 225 print_mask_arg_part(bool (* decoder)(FILE *,int,int *),int value,int * rem) print_mask_arg_part() argument 233 print_mask_arg(bool (* decoder)(FILE *,int,int *),int value) print_mask_arg() argument 245 print_mask_arg0(bool (* decoder)(FILE *,int,int *),int value) print_mask_arg0() argument 296 print_mask_arg32(bool (* decoder)(FILE *,uint32_t,uint32_t *),uint32_t value) print_mask_arg32() argument 309 print_mask_argul(bool (* decoder)(FILE *,u_long,u_long *),u_long value) print_mask_argul() argument
|
/freebsd-src/contrib/netbsd-tests/lib/libc/c063/ |
H A D | t_renameat.c | 47 #define FILE "olddir/old" macro
|
H A D | t_symlinkat.c | 47 #define FILE "olddir/old" macro
|
H A D | t_mknodat.c | 46 #define FILE "dir/openat" macro
|
H A D | t_readlinkat.c | 46 #define FILE "dir/readlinkat" macro
|
H A D | t_openat.c | 46 #define FILE "dir/openat" macro
|
H A D | t_faccessat.c | 46 #define FILE "dir/faccessat" macro
|
H A D | t_unlinkat.c | 46 #define FILE "dir/unlinkat" macro
|
H A D | t_fchmodat.c | 46 #define FILE "dir/fchmodat" macro
|
H A D | t_utimensat.c | 47 #define FILE "dir/utimensat" macro
|
H A D | t_fstatat.c | 46 #define FILE "dir/fstatat" macro
|
H A D | t_linkat.c | 47 #define FILE "olddir/old" macro
|
H A D | t_fchownat.c | 47 #define FILE "dir/fchownat" macro
|
H A D | t_o_search.c | 66 #define FILE "dir/o_search" macro
|
/freebsd-src/crypto/openssl/crypto/pem/ |
H A D | pem_pkey.c | 430 PEM_write_cb_ex_fnsig(PrivateKey, EVP_PKEY, FILE, write) in PEM_write_cb_ex_fnsig() argument 445 PEM_write_cb_fnsig(PrivateKey, EVP_PKEY, FILE, write) in PEM_write_cb_fnsig() argument
|
/freebsd-src/contrib/ofed/opensm/opensm/ |
H A D | osm_dump.c | 656 static void dump_qmap(FILE * file, cl_qmap_t * map, in dump_qmap() argument 670 void (*func) (cl_map_item_t *, FILE *, void *), in osm_dump_qmap_to_file() argument
|
/freebsd-src/contrib/tcsh/ |
H A D | tc.printf.c | 458 #define FILE int macro
|
/freebsd-src/usr.bin/truss/ |
H A D | syscalls.c | 769 print_mask_arg_part(bool (*decoder)(FILE *, int, int *), FILE *fp, int value, in print_mask_arg_part() 777 print_mask_arg(bool (*decoder)(FILE *, int, int *), FILE *fp, int value) in print_mask_arg() 788 print_mask_arg32(bool (*decoder)(FILE *, uint32_t, uint32_t *), FILE *fp, in print_mask_arg32()
|
/freebsd-src/contrib/tcp_wrappers/ |
H A D | tcpd.h | 17 typedef struct __sFILE FILE; typedef
|
/freebsd-src/usr.sbin/nvmfd/ |
H A D | devices.c | 27 enum { RAMDISK, FILE, CDEV } type; enumerator
|