Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 908) 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()
434 static int ath10k_fw_stats_open(struct inode *inode, struct file *file) in ath10k_fw_stats_open()
478 static int ath10k_fw_stats_release(struct inode *inode, struct file *file) in ath10k_fw_stats_release()
485 static ssize_t ath10k_fw_stats_read(struct file *file, char __user *user_buf, in ath10k_fw_stats_read()
502 static ssize_t ath10k_debug_fw_reset_stats_read(struct file *file, in ath10k_debug_fw_reset_stats_read()
562 static ssize_t ath10k_read_simulate_fw_crash(struct file *file, in ath10k_read_simulate_fw_crash()
583 static ssize_t ath10k_write_simulate_fw_crash(struct file *file, in ath10k_write_simulate_fw_crash()
655 static ssize_t ath10k_read_chip_id(struct file *file, char __user *user_buf, in ath10k_read_chip_id()
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()
[all …]
/freebsd/contrib/mandoc/
H A Dmandoc_dbg.c45 const char *file; member
75 mandoc_dbg_asprintf(const char *file, int line, in mandoc_dbg_asprintf()
95 mandoc_dbg_calloc(size_t num, size_t size, const char *file, int line) in mandoc_dbg_calloc()
103 mandoc_dbg_malloc(size_t size, const char *file, int line) in mandoc_dbg_malloc()
111 mandoc_dbg_realloc(void *ptr, size_t size, const char *file, int line) in mandoc_dbg_realloc()
121 const char *file, int line) in mandoc_dbg_reallocarray()
131 const char *file, int line) in mandoc_dbg_recallocarray()
140 mandoc_dbg_strdup(const char *ptr, const char *file, int line) in mandoc_dbg_strdup()
148 mandoc_dbg_strndup(const char *ptr, size_t sz, const char *file, int line) in mandoc_dbg_strndup()
156 mandoc_dbg_free(void *ptr, const char *file, int line) in mandoc_dbg_free()
[all …]
/freebsd/sys/sys/
H A Dsx.h157 __sx_xlock(struct sx * sx,struct thread * td,int opts,const char * file,int line) __sx_xlock() argument
173 __sx_xunlock(struct sx * sx,struct thread * td,const char * file,int line) __sx_xunlock() argument
190 sx_xlock_(sx,file,line) global() argument
192 sx_xlock_sig_(sx,file,line) global() argument
194 sx_xunlock_(sx,file,line) global() argument
197 sx_xlock_(sx,file,line) global() argument
199 sx_xlock_sig_(sx,file,line) global() argument
201 sx_xunlock_(sx,file,line) global() argument
205 sx_slock_(sx,file,line) global() argument
207 sx_slock_sig_(sx,file,line) global() argument
209 sx_sunlock_(sx,file,line) global() argument
216 sx_slock_(sx,file,line) global() argument
218 sx_slock_sig_(sx,file,line) global() argument
220 sx_sunlock_(sx,file,line) global() argument
228 sx_assert_(sx,what,file,line) global() argument
231 sx_assert_(sx,what,file,line) global() argument
254 sx_unlock_(sx,file,line) global() argument
[all...]
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_ucm.c84 struct ib_ucm_file *file; member
126 static struct ib_ucm_context *ib_ucm_ctx_get(struct ib_ucm_file *file, int id) in ib_ucm_ctx_get()
178 static struct ib_ucm_context *ib_ucm_ctx_alloc(struct ib_ucm_file *file) in ib_ucm_ctx_alloc()
386 static ssize_t ib_ucm_event(struct ib_ucm_file *file, in ib_ucm_event()
471 static ssize_t ib_ucm_create_id(struct ib_ucm_file *file, in ib_ucm_create_id()
518 static ssize_t ib_ucm_destroy_id(struct ib_ucm_file *file, in ib_ucm_destroy_id()
563 static ssize_t ib_ucm_attr_id(struct ib_ucm_file *file, in ib_ucm_attr_id()
595 static ssize_t ib_ucm_init_qp_attr(struct ib_ucm_file *file, in ib_ucm_init_qp_attr()
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()
[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/contrib/dev/athk/ath11k/
H A Ddebugfs.c245 static int ath11k_open_pdev_stats(struct inode *inode, struct file *file) in ath11k_open_pdev_stats()
291 static int ath11k_release_pdev_stats(struct inode *inode, struct file *file) in ath11k_release_pdev_stats()
298 static ssize_t ath11k_read_pdev_stats(struct file *file, in ath11k_read_pdev_stats()
316 static int ath11k_open_vdev_stats(struct inode *inode, struct file *file) in ath11k_open_vdev_stats()
362 static int ath11k_release_vdev_stats(struct inode *inode, struct file *file) in ath11k_release_vdev_stats()
369 static ssize_t ath11k_read_vdev_stats(struct file *file, in ath11k_read_vdev_stats()
387 static int ath11k_open_bcn_stats(struct inode *inode, struct file *file) in ath11k_open_bcn_stats()
446 static int ath11k_release_bcn_stats(struct inode *inode, struct file *file) in ath11k_release_bcn_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()
[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()
340 ath11k_dbg_sta_open_htt_peer_stats(struct inode *inode, struct file *file) in ath11k_dbg_sta_open_htt_peer_stats()
376 ath11k_dbg_sta_release_htt_peer_stats(struct inode *inode, struct file *file) in ath11k_dbg_sta_release_htt_peer_stats()
390 static ssize_t ath11k_dbg_sta_read_htt_peer_stats(struct file *file, in ath11k_dbg_sta_read_htt_peer_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()
[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/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/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()
354 assert_bignum(const char *file, int line, const char *a1, const char *a2, in assert_bignum()
368 assert_string(const char *file, int line, const char *a1, const char *a2, in assert_string()
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()
481 assert_size_t(const char *file, int line, const char *a1, const char *a2, in assert_size_t()
492 assert_u_int(const char *file, int line, const char *a1, const char *a2, in assert_u_int()
503 assert_long(const char *file, int line, const char *a1, const char *a2, in assert_long()
[all …]
/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/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/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/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()

12345678910>>...37