Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 907) sorted by relevance

12345678910>>...37

/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzlib.c319 int ZEXPORT gzbuffer(file, size) in gzbuffer() argument
346 int ZEXPORT gzrewind(file) in gzrewind() argument
369 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument
446 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument
458 z_off64_t ZEXPORT gztell64(file) in gztell64() argument
475 z_off_t ZEXPORT gztell(file) in gztell() argument
485 z_off64_t ZEXPORT gzoffset64(file) in gzoffset64() argument
508 z_off_t ZEXPORT gzoffset(file) in gzoffset() argument
518 int ZEXPORT gzeof(file) in gzeof() argument
535 const char * ZEXPORT gzerror(file, errnum) in gzerror() argument
[all …]
H A Dgzread.c387 int ZEXPORT gzread(file, buf, len) in gzread() argument
423 z_size_t ZEXPORT gzfread(buf, size, nitems, file) in gzfread() argument
471 int ZEXPORT gzgetc(file) in gzgetc() argument
500 int ZEXPORT gzgetc_(file) in gzgetc_() argument
507 int ZEXPORT gzungetc(c, file) in gzungetc() argument
567 char * ZEXPORT gzgets(file, buf, len) in gzgets() argument
631 int ZEXPORT gzdirect(file) in gzdirect() argument
651 int ZEXPORT gzclose_r(file) in gzclose_r() argument
H A Dgzwrite.c251 int ZEXPORT gzwrite(file, buf, len) in gzwrite() argument
279 z_size_t ZEXPORT gzfwrite(buf, size, nitems, file) in gzfwrite() argument
310 int ZEXPORT gzputc(file, c) in gzputc() argument
358 int ZEXPORT gzputs(file, str) in gzputs() argument
385 int ZEXPORTVA gzvprintf(gzFile file, const char *format, va_list va) in gzvprintf()
457 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) in gzprintf()
471 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, in gzprintf() argument
559 int ZEXPORT gzflush(file, flush) in gzflush() argument
591 int ZEXPORT gzsetparams(file, level, strategy) in gzsetparams() argument
633 int ZEXPORT gzclose_w(file) in gzclose_w() argument
/freebsd/sys/contrib/zlib/
H A Dgzlib.c296 int ZEXPORT gzbuffer(gzFile file, unsigned size) { in gzbuffer()
320 int ZEXPORT gzrewind(gzFile file) { in gzrewind()
341 z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence) { in gzseek64()
414 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { in gzseek()
422 z_off64_t ZEXPORT gztell64(gzFile file) { in gztell64()
437 z_off_t ZEXPORT gztell(gzFile file) { in gztell()
445 z_off64_t ZEXPORT gzoffset64(gzFile file) { in gzoffset64()
466 z_off_t ZEXPORT gzoffset(gzFile file) { in gzoffset()
474 int ZEXPORT gzeof(gzFile file) { in gzeof()
489 const char * ZEXPORT gzerror(gzFile file, int *errnum) { in gzerror()
[all …]
H A Dgzread.c346 int ZEXPORT gzread(gzFile file, voidp buf, unsigned len) { in gzread()
378 z_size_t ZEXPORT gzfread(voidp buf, z_size_t size, z_size_t nitems, gzFile file) { in gzfread()
409 int ZEXPORT gzgetc(gzFile file) { in gzgetc()
434 int ZEXPORT gzgetc_(gzFile file) { in gzgetc_()
439 int ZEXPORT gzungetc(int c, gzFile file) { in gzungetc()
500 char * ZEXPORT gzgets(gzFile file, char *buf, int len) { in gzgets()
560 int ZEXPORT gzdirect(gzFile file) { in gzdirect()
578 int ZEXPORT gzclose_r(gzFile file) { in gzclose_r()
H A Dgzwrite.c238 int ZEXPORT gzwrite(gzFile file, voidpc buf, unsigned len) { in gzwrite()
263 gzFile file) { in gzfwrite()
288 int ZEXPORT gzputc(gzFile file, int c) { in gzputc()
333 int ZEXPORT gzputs(gzFile file, const char *s) { in gzputs()
360 int ZEXPORTVA gzvprintf(gzFile file, const char *format, va_list va) { in gzvprintf()
431 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) { in gzprintf()
444 int ZEXPORTVA gzprintf(gzFile file, const char *format, int a1, int a2, int a3, in gzprintf()
529 int ZEXPORT gzflush(gzFile file, int flush) { in gzflush()
558 int ZEXPORT gzsetparams(gzFile file, int level, int strategy) { in gzsetparams()
596 int ZEXPORT gzclose_w(gzFile file) { in gzclose_w()
/freebsd/crypto/openssl/test/testutil/
H A Dtests.c26 void test_fail_message_prefix(const char *prefix, const char *file, in test_fail_message_prefix()
75 static void test_fail_message_va(const char *prefix, const char *file, in test_fail_message_va()
88 static void test_fail_message(const char *prefix, const char *file, in test_fail_message()
109 void test_info(const char *file, int line, const char *desc, ...) in test_info()
128 void test_error(const char *file, int line, const char *desc, ...) in test_error()
161 int test_skip(const char *file, int line, const char *desc, ...) in test_skip()
244 int test_ptr_null(const char *file, int line, const char *s, const void *p) in test_ptr_null()
252 int test_ptr(const char *file, int line, const char *s, const void *p) in test_ptr()
260 int test_true(const char *file, int line, const char *s, int b) in test_true()
268 int test_false(const char *file, int line, const char *s, int b) in test_false()
[all …]
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c59 static void *ipoib_mcg_seq_start(struct seq_file *file, loff_t *pos) in ipoib_mcg_seq_start()
78 static void *ipoib_mcg_seq_next(struct seq_file *file, void *iter_ptr, in ipoib_mcg_seq_next()
93 static void ipoib_mcg_seq_stop(struct seq_file *file, void *iter_ptr) in ipoib_mcg_seq_stop()
98 static int ipoib_mcg_seq_show(struct seq_file *file, void *iter_ptr) in ipoib_mcg_seq_show()
135 static int ipoib_mcg_open(struct inode *inode, struct file *file) in ipoib_mcg_open()
158 static void *ipoib_path_seq_start(struct seq_file *file, loff_t *pos) in ipoib_path_seq_start()
177 static void *ipoib_path_seq_next(struct seq_file *file, void *iter_ptr, in ipoib_path_seq_next()
192 static void ipoib_path_seq_stop(struct seq_file *file, void *iter_ptr) in ipoib_path_seq_stop()
197 static int ipoib_path_seq_show(struct seq_file *file, void *iter_ptr) in ipoib_path_seq_show()
241 static int ipoib_path_open(struct inode *inode, struct file *file) in ipoib_path_open()
/freebsd/sys/contrib/libsodium/regen-msvc/
H A Dregen-msvc.py12 file = file.replace("/", "\\") variable
17 file = file.replace("/", "\\") variable
22 file = file.replace("/", "\\") variable
29 file = file.replace("/", "\\") variable
36 file = file.replace("/", "\\") variable
42 file = file.replace("/", "\\") variable
54 file = file.replace("/", "\\") variable
67 file = file.replace("/", "\\") variable
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dfile.h51 struct file *file; in linux_fget() local
87 struct file *file; in put_unused_fd() local
106 struct file *file; in fd_install() local
126 struct file *file; in get_unused_fd() local
141 struct file *file; in get_unused_fd_flags() local
182 #define file linux_file macro
/freebsd/sys/contrib/dev/athk/ath10k/
H A Ddebug.c191 static ssize_t ath10k_read_wmi_services(struct file *file, in ath10k_read_wmi_services()
674 static ssize_t ath10k_reg_addr_read(struct file *file, in ath10k_reg_addr_read()
692 static ssize_t ath10k_reg_addr_write(struct file *file, in ath10k_reg_addr_write()
722 static ssize_t ath10k_reg_value_read(struct file *file, in ath10k_reg_value_read()
753 static ssize_t ath10k_reg_value_write(struct file *file, in ath10k_reg_value_write()
793 static ssize_t ath10k_mem_value_read(struct file *file, in ath10k_mem_value_read()
845 static ssize_t ath10k_mem_value_write(struct file *file, in ath10k_mem_value_write()
1060 static ssize_t ath10k_read_fw_dbglog(struct file *file, in ath10k_read_fw_dbglog()
1074 static ssize_t ath10k_write_fw_dbglog(struct file *file, in ath10k_write_fw_dbglog()
2003 static ssize_t ath10k_write_btcoex(struct file *file, in ath10k_write_btcoex()
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/
H A Derror.c61 isc_error_unexpected(const char *file, int line, const char *format, ...) { in isc_error_unexpected()
70 isc_error_fatal(const char *file, int line, const char *format, ...) { in isc_error_fatal()
80 isc_error_runtimecheck(const char *file, int line, const char *expression) { in isc_error_runtimecheck()
87 default_unexpected_callback(const char *file, int line, const char *format, in default_unexpected_callback()
97 default_fatal_callback(const char *file, int line, const char *format, in default_fatal_callback()
/freebsd/sys/sys/
H A Dsx.h190 #define sx_xlock_(sx, file, line) \ argument
192 #define sx_xlock_sig_(sx, file, line) \ argument
194 #define sx_xunlock_(sx, file, line) \ argument
197 #define sx_xlock_(sx, file, line) \ argument
199 #define sx_xlock_sig_(sx, file, line) \ argument
201 #define sx_xunlock_(sx, file, line) \ argument
205 #define sx_slock_(sx, file, line) \ argument
207 #define sx_slock_sig_(sx, file, line) \ argument
209 #define sx_sunlock_(sx, file, line) \ argument
216 #define sx_slock_(sx, file, line) \ argument
[all …]
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_ucm.c84 struct ib_ucm_file *file; member
386 static ssize_t ib_ucm_event(struct ib_ucm_file *file, in ib_ucm_event()
563 static ssize_t ib_ucm_attr_id(struct ib_ucm_file *file, in ib_ucm_attr_id()
644 static ssize_t ib_ucm_listen(struct ib_ucm_file *file, in ib_ucm_listen()
669 static ssize_t ib_ucm_notify(struct ib_ucm_file *file, in ib_ucm_notify()
732 static ssize_t ib_ucm_send_req(struct ib_ucm_file *file, in ib_ucm_send_req()
790 static ssize_t ib_ucm_send_rep(struct ib_ucm_file *file, in ib_ucm_send_rep()
1104 struct ib_ucm_file *file = filp->private_data; in ib_ucm_write() local
1134 struct ib_ucm_file *file = filp->private_data; in ib_ucm_poll() local
1155 struct ib_ucm_file *file; in ib_ucm_open() local
[all …]
/freebsd/crypto/heimdal/lib/roken/
H A Dsimple_exec.c145 const char *file, ...) in pipe_execv()
233 simple_execvp_timed(const char *file, char *const args[], in simple_execvp_timed()
249 simple_execvp(const char *file, char *const args[]) in simple_execvp()
256 simple_execve_timed(const char *file, char *const args[], char *const envp[], in simple_execve_timed()
272 simple_execve(const char *file, char *const args[], char *const envp[]) in simple_execve()
278 simple_execlp(const char *file, ...) in simple_execlp()
295 simple_execle(const char *file, ... /* ,char *const envp[] */) in simple_execle()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddebugfs.c298 static ssize_t ath11k_read_pdev_stats(struct file *file, in ath11k_read_pdev_stats()
369 static ssize_t ath11k_read_vdev_stats(struct file *file, in ath11k_read_vdev_stats()
453 static ssize_t ath11k_read_bcn_stats(struct file *file, in ath11k_read_bcn_stats()
471 static ssize_t ath11k_read_simulate_fw_crash(struct file *file, in ath11k_read_simulate_fw_crash()
613 static ssize_t ath11k_write_extd_rx_stats(struct file *file, in ath11k_write_extd_rx_stats()
689 static ssize_t ath11k_read_extd_rx_stats(struct file *file, in ath11k_read_extd_rx_stats()
854 static ssize_t ath11k_write_fw_dbglog(struct file *file, in ath11k_write_fw_dbglog()
942 static ssize_t ath11k_read_sram_dump(struct file *file, in ath11k_read_sram_dump()
1066 static ssize_t ath11k_write_pktlog_filter(struct file *file, in ath11k_write_pktlog_filter()
1198 static ssize_t ath11k_read_pktlog_filter(struct file *file, in ath11k_read_pktlog_filter()
[all …]
H A Ddebugfs_sta.c134 static ssize_t ath11k_dbg_sta_dump_tx_stats(struct file *file, in ath11k_dbg_sta_dump_tx_stats()
241 static ssize_t ath11k_dbg_sta_dump_rx_stats(struct file *file, in ath11k_dbg_sta_dump_rx_stats()
411 static ssize_t ath11k_dbg_sta_write_peer_pktlog(struct file *file, in ath11k_dbg_sta_write_peer_pktlog()
451 static ssize_t ath11k_dbg_sta_read_peer_pktlog(struct file *file, in ath11k_dbg_sta_read_peer_pktlog()
478 static ssize_t ath11k_dbg_sta_write_delba(struct file *file, in ath11k_dbg_sta_write_delba()
529 static ssize_t ath11k_dbg_sta_write_addba_resp(struct file *file, in ath11k_dbg_sta_write_addba_resp()
579 static ssize_t ath11k_dbg_sta_write_addba(struct file *file, in ath11k_dbg_sta_write_addba()
630 static ssize_t ath11k_dbg_sta_read_aggr_mode(struct file *file, in ath11k_dbg_sta_read_aggr_mode()
650 static ssize_t ath11k_dbg_sta_write_aggr_mode(struct file *file, in ath11k_dbg_sta_write_aggr_mode()
695 ath11k_write_htt_peer_stats_reset(struct file *file, in ath11k_write_htt_peer_stats_reset()
[all …]
/freebsd/bin/sh/
H A Doutput.c75 outcslow(int c, struct output *file) in outcslow()
105 outstr(const char *p, struct output *file) in outstr()
111 byteseq(int ch, struct output *file) in byteseq()
123 outdqstr(const char *p, struct output *file) in outdqstr()
165 outqstr(const char *p, struct output *file) in outqstr()
193 outbin(const void *data, size_t len, struct output *file) in outbin()
256 outiserror(struct output *file) in outiserror()
263 outclearerror(struct output *file) in outclearerror()
270 outfmt(struct output *file, const char *fmt, ...) in outfmt()
/freebsd/sbin/ipf/libipf/
H A Dmutex_emul.c19 eMmutex_enter(eMmutex_t *mtx, char *file, int line) in eMmutex_enter()
41 eMmutex_exit(eMmutex_t *mtx, char *file, int line) in eMmutex_exit()
63 eMmutex_init(eMmutex_t *mtx, char *who, char *file, int line) in eMmutex_init()
87 eMmutex_destroy(eMmutex_t *mtx, char *file, int line) in eMmutex_destroy()
H A Drwlock_emul.c14 void eMrwlock_read_enter(eMrwlock_t *rw, char *file, int line) in eMrwlock_read_enter()
33 void eMrwlock_write_enter(eMrwlock_t *rw, char *file, int line) in eMrwlock_write_enter()
52 void eMrwlock_try_upgrade(eMrwlock_t *rw, char *file, int line) in eMrwlock_try_upgrade()
70 void eMrwlock_downgrade(eMrwlock_t *rw, char *file, int line) in eMrwlock_downgrade()
/freebsd/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c294 ssl_err_check(const char *file, int line) in ssl_err_check()
341 test_header(const char *file, int line, const char *a1, const char *a2, in test_header()
403 assert_mem(const char *file, int line, const char *a1, const char *a2, in assert_mem()
443 assert_mem_filled(const char *file, int line, const char *a1, in assert_mem_filled()
470 assert_int(const char *file, int line, const char *a1, const char *a2, in assert_int()
503 assert_long(const char *file, int line, const char *a1, const char *a2, in assert_long()
540 assert_u8(const char *file, int line, const char *a1, const char *a2, in assert_u8()
551 assert_u16(const char *file, int line, const char *a1, const char *a2, in assert_u16()
562 assert_u32(const char *file, int line, const char *a1, const char *a2, in assert_u32()
573 assert_u64(const char *file, int line, const char *a1, const char *a2, in assert_u64()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_util.c26 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl()
38 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl()
52 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl()
/freebsd/crypto/openssl/crypto/
H A Dmem.c177 void *CRYPTO_malloc(size_t num, const char *file, int line) in CRYPTO_malloc()
199 void *CRYPTO_zalloc(size_t num, const char *file, int line) in CRYPTO_zalloc()
210 void *CRYPTO_realloc(void *str, size_t num, const char *file, int line) in CRYPTO_realloc()
229 const char *file, int line) in CRYPTO_clear_realloc()
255 void CRYPTO_free(void *str, const char *file, int line) in CRYPTO_free()
266 void CRYPTO_clear_free(void *str, size_t num, const char *file, int line) in CRYPTO_clear_free()
290 int CRYPTO_mem_debug_push(const char *info, const char *file, int line) in CRYPTO_mem_debug_push()
302 const char *file, int line) in CRYPTO_mem_debug_malloc()
308 const char *file, int line) in CRYPTO_mem_debug_realloc()
314 const char *file, int line) in CRYPTO_mem_debug_free()
/freebsd/crypto/openssl/crypto/x509/
H A Dby_file.c52 const char *file; in by_file_ctrl_ex() local
89 int X509_load_cert_file_ex(X509_LOOKUP *ctx, const char *file, int type, in X509_load_cert_file_ex()
154 int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_cert_file()
159 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_crl_file()
216 int X509_load_cert_crl_file_ex(X509_LOOKUP *ctx, const char *file, int type, in X509_load_cert_crl_file_ex()
257 int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_cert_crl_file()
/freebsd/sys/kern/
H A Dkern_sema.c75 _sema_post(struct sema *sema, const char *file, int line) in _sema_post()
90 _sema_wait(struct sema *sema, const char *file, int line) in _sema_wait()
108 _sema_timedwait(struct sema *sema, int timo, const char *file, int line) in _sema_timedwait()
142 _sema_trywait(struct sema *sema, const char *file, int line) in _sema_trywait()

12345678910>>...37