Home
last modified time | relevance | path

Searched defs:f (Results 26 – 50 of 1820) sorted by relevance

12345678910>>...73

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_gzip.c100 struct archive_write_filter *f = __archive_write_allocate_filter(_a); in archive_write_add_filter_gzip() local
137 archive_compressor_gzip_free(struct archive_write_filter *f) in archive_compressor_gzip_free()
156 archive_compressor_gzip_options(struct archive_write_filter *f, const char *key, in archive_compressor_gzip_options()
191 archive_compressor_gzip_open(struct archive_write_filter *f) in archive_compressor_gzip_open()
293 archive_compressor_gzip_write(struct archive_write_filter *f, const void *buff, in archive_compressor_gzip_write()
316 archive_compressor_gzip_close(struct archive_write_filter *f) in archive_compressor_gzip_close()
362 drive_compressor(struct archive_write_filter *f, in drive_compressor()
412 archive_compressor_gzip_open(struct archive_write_filter *f) in archive_compressor_gzip_open()
440 archive_compressor_gzip_write(struct archive_write_filter *f, const void *buff, in archive_compressor_gzip_write()
449 archive_compressor_gzip_close(struct archive_write_filter *f) in archive_compressor_gzip_close()
H A Darchive_write_add_filter_lz4.c99 struct archive_write_filter *f = __archive_write_allocate_filter(_a); archive_write_add_filter_lz4() local
157 archive_filter_lz4_options(struct archive_write_filter * f,const char * key,const char * value) archive_filter_lz4_options() argument
223 archive_filter_lz4_open(struct archive_write_filter * f) archive_filter_lz4_open() argument
288 archive_filter_lz4_write(struct archive_write_filter * f,const void * buff,size_t length) archive_filter_lz4_write() argument
338 archive_filter_lz4_close(struct archive_write_filter * f) archive_filter_lz4_close() argument
368 archive_filter_lz4_free(struct archive_write_filter * f) archive_filter_lz4_free() argument
397 lz4_write_stream_descriptor(struct archive_write_filter * f) lz4_write_stream_descriptor() argument
424 lz4_write_one_block(struct archive_write_filter * f,const char * p,size_t length) lz4_write_one_block() argument
473 drive_compressor(struct archive_write_filter * f,const char * p,size_t length) drive_compressor() argument
487 drive_compressor_independence(struct archive_write_filter * f,const char * p,size_t length) drive_compressor_independence() argument
537 drive_compressor_dependence(struct archive_write_filter * f,const char * p,size_t length) drive_compressor_dependence() argument
641 archive_filter_lz4_open(struct archive_write_filter * f) archive_filter_lz4_open() argument
674 archive_filter_lz4_write(struct archive_write_filter * f,const void * buff,size_t length) archive_filter_lz4_write() argument
683 archive_filter_lz4_close(struct archive_write_filter * f) archive_filter_lz4_close() argument
691 archive_filter_lz4_free(struct archive_write_filter * f) archive_filter_lz4_free() argument
[all...]
H A Darchive_write_add_filter_lzop.c139 struct archive_write_filter *f = __archive_write_allocate_filter(_a); archive_write_add_filter_lzop() local
192 archive_write_lzop_free(struct archive_write_filter * f) archive_write_lzop_free() argument
208 archive_write_lzop_options(struct archive_write_filter * f,const char * key,const char * value) archive_write_lzop_options() argument
228 archive_write_lzop_open(struct archive_write_filter * f) archive_write_lzop_open() argument
287 make_header(struct archive_write_filter * f) make_header() argument
316 drive_compressor(struct archive_write_filter * f) drive_compressor() argument
390 archive_write_lzop_write(struct archive_write_filter * f,const void * buff,size_t length) archive_write_lzop_write() argument
423 archive_write_lzop_close(struct archive_write_filter * f) archive_write_lzop_close() argument
442 archive_write_lzop_open(struct archive_write_filter * f) archive_write_lzop_open() argument
463 archive_write_lzop_write(struct archive_write_filter * f,const void * buff,size_t length) archive_write_lzop_write() argument
472 archive_write_lzop_close(struct archive_write_filter * f) archive_write_lzop_close() argument
[all...]
H A Darchive_write_add_filter_program.c93 struct archive_write_filter *f = __archive_write_allocate_filter(_a); archive_write_add_filter_program() local
135 archive_compressor_program_open(struct archive_write_filter * f) archive_compressor_program_open() argument
143 archive_compressor_program_write(struct archive_write_filter * f,const void * buff,size_t length) archive_compressor_program_write() argument
152 archive_compressor_program_close(struct archive_write_filter * f) archive_compressor_program_close() argument
160 archive_compressor_program_free(struct archive_write_filter * f) archive_compressor_program_free() argument
207 __archive_write_program_open(struct archive_write_filter * f,struct archive_write_program_data * data,const char * cmd) __archive_write_program_open() argument
235 child_write(struct archive_write_filter * f,struct archive_write_program_data * data,const char * buf,size_t buf_len) child_write() argument
303 __archive_write_program_write(struct archive_write_filter * f,struct archive_write_program_data * data,const void * buff,size_t length) __archive_write_program_write() argument
330 __archive_write_program_close(struct archive_write_filter * f,struct archive_write_program_data * data) __archive_write_program_close() argument
[all...]
H A Darchive_write_add_filter_xz.c142 common_setup(struct archive_write_filter *f) in common_setup()
167 struct archive_write_filter *f; in archive_write_add_filter_xz() local
187 struct archive_write_filter *f; in archive_write_add_filter_lzma() local
204 struct archive_write_filter *f; in archive_write_add_filter_lzip() local
219 archive_compressor_xz_init_stream(struct archive_write_filter *f, in archive_compressor_xz_init_stream()
305 archive_compressor_xz_open(struct archive_write_filter *f) in archive_compressor_xz_open()
372 archive_compressor_xz_options(struct archive_write_filter *f, in archive_compressor_xz_options()
416 archive_compressor_xz_write(struct archive_write_filter *f, in archive_compressor_xz_write()
441 archive_compressor_xz_close(struct archive_write_filter *f) in archive_compressor_xz_close()
466 archive_compressor_xz_free(struct archive_write_filter *f) in archive_compressor_xz_free()
[all …]
H A Darchive_write_add_filter_lrzip.c61 struct archive_write_filter *f = __archive_write_allocate_filter(_a); archive_write_add_filter_lrzip() local
96 archive_write_lrzip_options(struct archive_write_filter * f,const char * key,const char * value) archive_write_lrzip_options() argument
131 archive_write_lrzip_open(struct archive_write_filter * f) archive_write_lrzip_open() argument
173 archive_write_lrzip_write(struct archive_write_filter * f,const void * buff,size_t length) archive_write_lrzip_write() argument
182 archive_write_lrzip_close(struct archive_write_filter * f) archive_write_lrzip_close() argument
190 archive_write_lrzip_free(struct archive_write_filter * f) archive_write_lrzip_free() argument
[all...]
H A Darchive_write_add_filter_zstd.c118 struct archive_write_filter *f = __archive_write_allocate_filter(_a); in archive_write_add_filter_zstd() local
170 archive_compressor_zstd_free(struct archive_write_filter *f) in archive_compressor_zstd_free()
240 archive_compressor_zstd_options(struct archive_write_filter *f, const char *key, in archive_compressor_zstd_options()
358 archive_compressor_zstd_open(struct archive_write_filter *f) in archive_compressor_zstd_open()
405 archive_compressor_zstd_write(struct archive_write_filter *f, const void *buff, in archive_compressor_zstd_write()
417 archive_compressor_zstd_flush(struct archive_write_filter *f) in archive_compressor_zstd_flush()
434 archive_compressor_zstd_close(struct archive_write_filter *f) in archive_compressor_zstd_close()
448 drive_compressor(struct archive_write_filter *f, in drive_compressor()
511 archive_compressor_zstd_open(struct archive_write_filter *f) in archive_compressor_zstd_open()
546 archive_compressor_zstd_write(struct archive_write_filter *f, const void *buff, in archive_compressor_zstd_write()
[all …]
/freebsd/contrib/bc/src/
H A Dfile.c123 bc_file_flushErr(BcFile* restrict f, BcFlushType type) in bc_file_flushErr()
184 bc_file_flush(BcFile* restrict f, BcFlushType type) in bc_file_flush()
218 bc_file_write(BcFile* restrict f, BcFlushType type, const char* buf, size_t n) in bc_file_write()
268 bc_file_printf(BcFile* restrict f, const char* fmt, ...) in bc_file_printf()
283 bc_file_vprintf(BcFile* restrict f, const char* fmt, va_list args) in bc_file_vprintf()
414 bc_file_puts(BcFile* restrict f, BcFlushType type, const char* str) in bc_file_puts()
427 bc_file_putchar(BcFile* restrict f, BcFlushType type, uchar c) in bc_file_putchar()
460 bc_file_init(BcFile* f, FILE* file, bool errors_fatal) in bc_file_init()
470 bc_file_init(BcFile* f, int fd, char* buf, size_t cap, bool errors_fatal) in bc_file_init()
484 bc_file_free(BcFile* f) in bc_file_free()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfifo.c51 fifo_t *f; in fifo_new() local
60 fifo_add(fifo_t *f, void *data) in fifo_add()
77 fifo_remove(fifo_t *f) in fifo_remove()
103 fifo_free(fifo_t *f, void (*freefn)(void *)) in fifo_free()
123 fifo_len(fifo_t *f) in fifo_len()
134 fifo_empty(fifo_t *f) in fifo_empty()
140 fifo_iter(fifo_t *f, int (*iter)(void *data, void *arg), void *arg) in fifo_iter()
/freebsd/usr.sbin/nscd/
H A Ddebug.c37 nscd_trace_in(const char *s, const char *f, int l) in nscd_trace_in()
52 nscd_trace_point(const char *f, int l) in nscd_trace_point()
66 nscd_trace_msg(const char *msg, const char *f, int l) in nscd_trace_msg()
80 nscd_trace_ptr(const char *desc, const void *p, const char *f, int l) in nscd_trace_ptr()
94 nscd_trace_int(const char *desc, int i, const char *f, int l) in nscd_trace_int()
108 nscd_trace_str(const char *desc, const char *s, const char *f, int l) in nscd_trace_str()
122 nscd_trace_out(const char *s, const char *f, int l) in nscd_trace_out()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua58 function f (t, i, e) function
72 function f(t, i, v) rawset(t, i, v-3) end function
113 function f (t, ...) return t, {...} end function
127 function f(op) function
392 function f(...) function
H A Dtst.lib_coroutine.lua81 f = coroutine.wrap(function () function
147 local f = function (s, i) return coroutine.yield(i) end function
154 local function f (c) function
262 _G.f = function () a=a+1; return a end function
351 local f = function (s, i) function
/freebsd/contrib/lua/src/
H A Dliolib.c98 #define l_getc(f) getc_unlocked(f) argument
99 #define l_lockfile(f) flockfile(f) argument
100 #define l_unlockfile(f) funlockfile(f) argument
102 #define l_getc(f) getc(f) argument
103 #define l_lockfile(f) ((void)0) argument
104 #define l_unlockfile(f) ((void)0) argument
122 #define l_fseek(f,o,w) fseeko(f,o,w) argument
123 #define l_ftell(f) ftello(f) argument
130 #define l_fseek(f,o,w) _fseeki64(f,o,w) argument
131 #define l_ftell(f) _ftelli64(f) argument
[all …]
/freebsd/contrib/bmake/
H A Dfor.c94 ForLoop *f = bmake_malloc(sizeof *f); in ForLoop_New() local
105 ForLoop_Free(ForLoop *f) in ForLoop_Free()
118 ForLoop_Details(const ForLoop *f) in ForLoop_Details()
149 ForLoop_ParseVarnames(ForLoop *f, const char **pp) in ForLoop_ParseVarnames()
189 ForLoop_ParseItems(ForLoop *f, const char *p) in ForLoop_ParseItems()
241 ForLoop *f; in For_Eval() local
370 ForLoop_SubstVarLong(ForLoop *f, unsigned firstItem, Buffer *body, in ForLoop_SubstVarLong()
405 ForLoop_SubstVarShort(ForLoop *f, unsigned firstItem, Buffer *body, in ForLoop_SubstVarShort()
449 ForLoop_SubstBody(ForLoop *f, unsigned firstItem, Buffer *body) in ForLoop_SubstBody()
479 For_NextIteration(ForLoop *f, Buffer *body) in For_NextIteration()
[all …]
/freebsd/usr.bin/netstat/
H A Dinet.c597 #define p(f, m) if (tcpstat.f || sflag <= 1) \ in tcp_stats() argument
599 #define p1a(f, m) if (tcpstat.f || sflag <= 1) \ in tcp_stats() argument
607 #define p3(f, m) if (tcpstat.f || sflag <= 1) \ in tcp_stats() argument
928 #define p(f, m) if (udpstat.f || sflag <= 1) \ in udp_stats() argument
930 #define p1a(f, m) if (udpstat.f || sflag <= 1) \ in udp_stats() argument
987 #define p(f, m) if (carpstat.f || sflag <= 1) \ in carp_stats() argument
989 #define p2(f, m) if (carpstat.f || sflag <= 1) \ in carp_stats() argument
1042 #define p(f, m) if (ipstat.f || sflag <= 1) \ in ip_stats() argument
1044 #define p1a(f, m) if (ipstat.f || sflag <= 1) \ in ip_stats() argument
1127 #define p(f, m) if (arpstat.f || sflag <= 1) \ in arp_stats() argument
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A Dopenssl-compat.h21 #define BIO_meth_set_write(b, f) (b)->bwrite = (f) argument
22 #define BIO_meth_set_read(b, f) (b)->bread = (f) argument
23 #define BIO_meth_set_puts(b, f) (b)->bputs = (f) argument
24 #define BIO_meth_set_ctrl(b, f) (b)->ctrl = (f) argument
25 #define BIO_meth_set_create(b, f) (b)->create = (f) argument
26 #define BIO_meth_set_destroy(b, f) (b)->destroy = (f) argument
/freebsd/contrib/libevent/
H A Dopenssl-compat.h21 #define BIO_meth_set_write(b, f) (b)->bwrite = (f) argument
22 #define BIO_meth_set_read(b, f) (b)->bread = (f) argument
23 #define BIO_meth_set_puts(b, f) (b)->bputs = (f) argument
24 #define BIO_meth_set_ctrl(b, f) (b)->ctrl = (f) argument
25 #define BIO_meth_set_create(b, f) (b)->create = (f) argument
26 #define BIO_meth_set_destroy(b, f) (b)->destroy = (f) argument
/freebsd/sys/arm/include/
H A Dbus.h320 #define bus_space_barrier(t, h, o, l, f) \ argument
477 #define bs_map_proto(f) \ argument
481 #define bs_unmap_proto(f) \ argument
485 #define bs_subregion_proto(f) \ argument
490 #define bs_alloc_proto(f) \ argument
496 #define bs_free_proto(f) \ argument
500 #define bs_mmap_proto(f) \ argument
503 #define bs_barrier_proto(f) \ argument
507 #define bs_r_1_proto(f) \ argument
511 #define bs_r_2_proto(f) \ argument
[all …]
/freebsd/sys/sys/
H A Drwlock.h169 #define _rw_wlock(rw, f, l) \ argument
171 #define _rw_try_wlock(rw, f, l) \ argument
173 #define _rw_wunlock(rw, f, l) \ argument
175 #define _rw_try_rlock(rw, f, l) \ argument
178 #define _rw_rlock(rw, f, l) \ argument
180 #define _rw_runlock(rw, f, l) \ argument
183 #define _rw_rlock(rw, f, l) \ argument
185 #define _rw_runlock(rw, f, l) \ argument
189 #define _rw_wlock_hard(rw, v, f, l) \ argument
191 #define _rw_wunlock_hard(rw, v, f, l) \ argument
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-procfs-list.c62 procfs_list_seq_show(struct seq_file *f, void *p) in procfs_list_seq_show()
108 procfs_list_seq_start(struct seq_file *f, loff_t *pos) in procfs_list_seq_start()
147 procfs_list_seq_next(struct seq_file *f, void *p, loff_t *pos) in procfs_list_seq_next()
155 procfs_list_seq_stop(struct seq_file *f, void *p) in procfs_list_seq_stop()
177 struct seq_file *f = filp->private_data; in procfs_list_open() local
190 struct seq_file *f = filp->private_data; in procfs_list_write() local
227 int (*show)(struct seq_file *f, void *p), in procfs_list_install()
228 int (*show_header)(struct seq_file *f), in procfs_list_install()
H A Dspl-kstat.c60 kstat_seq_show_headers(struct seq_file *f) in kstat_seq_show_headers()
119 kstat_seq_show_raw(struct seq_file *f, unsigned char *p, int l) in kstat_seq_show_raw()
141 kstat_seq_show_named(struct seq_file *f, kstat_named_t *knp) in kstat_seq_show_named()
188 kstat_seq_show_intr(struct seq_file *f, kstat_intr_t *kip) in kstat_seq_show_intr()
201 kstat_seq_show_io(struct seq_file *f, kstat_io_t *kip) in kstat_seq_show_io()
217 kstat_seq_show_timer(struct seq_file *f, kstat_timer_t *ktp) in kstat_seq_show_timer()
229 kstat_seq_show(struct seq_file *f, void *p) in kstat_seq_show()
314 kstat_seq_start(struct seq_file *f, loff_t *pos) in kstat_seq_start()
343 kstat_seq_next(struct seq_file *f, void *p, loff_t *pos) in kstat_seq_next()
356 kstat_seq_stop(struct seq_file *f, void *v) in kstat_seq_stop()
[all …]
/freebsd/stand/ficl/
H A Dfloat.c60 FICL_FLOAT f; in Fadd() local
77 FICL_FLOAT f; in Fsub() local
94 FICL_FLOAT f; in Fmul() local
111 FICL_FLOAT f; in Fnegate() local
127 FICL_FLOAT f; in Fdiv() local
144 FICL_FLOAT f; in Faddi() local
162 FICL_FLOAT f; in Fsubi() local
180 FICL_FLOAT f; in Fmuli() local
198 FICL_FLOAT f; in Fdivi() local
216 FICL_FLOAT f; in isubf() local
[all …]
/freebsd/contrib/ofed/libibmad/
H A Dfields.c1130 static void _set_field64(void *buf, int base_offs, const ib_field_t * f, in _set_field64()
1140 static uint64_t _get_field64(void *buf, int base_offs, const ib_field_t * f) in _get_field64()
1148 static void _set_field(void *buf, int base_offs, const ib_field_t * f, in _set_field()
1180 static uint32_t _get_field(void *buf, int base_offs, const ib_field_t * f) in _get_field()
1209 static void _set_array(void *buf, int base_offs, const ib_field_t * f, in _set_array()
1220 static void _get_array(void *buf, int base_offs, const ib_field_t * f, in _get_array()
1265 const ib_field_t *f = ib_mad_f + field; in mad_decode_field() local
1284 const ib_field_t *f = ib_mad_f + field; in mad_encode_field() local
1303 static char *_mad_dump_val(const ib_field_t * f, char *buf, int bufsz, in _mad_dump_val()
1312 static char *_mad_dump_field(const ib_field_t * f, const char *name, char *buf, in _mad_dump_field()
[all …]
/freebsd/stand/kboot/kboot/
H A Dhostfs.c50 hostfs_open(const char *fn, struct open_file *f) in hostfs_open() argument
97 hostfs_close(struct open_file *f) in hostfs_close() argument
109 hostfs_read(struct open_file *f, void *start, size_t size, size_t *resid) in hostfs_read() argument
123 hostfs_seek(struct open_file *f, off_t offset, int whence) in hostfs_seek() argument
145 hostfs_stat(struct open_file * f,struct stat * sb) hostfs_stat() argument
182 hostfs_readdir(struct open_file * f,struct dirent * d) hostfs_readdir() argument
251 host_dev_open(struct open_file * f,...) host_dev_open() argument
257 host_dev_close(struct open_file * f) host_dev_close() argument
[all...]
/freebsd/crypto/heimdal/include/
H A Dbits.c80 try_signed(FILE *f, int len) in try_signed()
93 try_unsigned(FILE *f, int len) in try_unsigned()
106 print_bt(FILE *f, int flag) in print_bt()
119 FILE *f; in main() local

12345678910>>...73