Home
last modified time | relevance | path

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

1234567

/f-stack/freebsd/contrib/zlib/
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.c378 int ZEXPORT gzread(file, buf, len) in gzread() argument
414 z_size_t ZEXPORT gzfread(buf, size, nitems, file) in gzfread() argument
450 int ZEXPORT gzgetc(file) in gzgetc() argument
479 int ZEXPORT gzgetc_(file) in gzgetc_() argument
486 int ZEXPORT gzungetc(c, file) in gzungetc() argument
546 char * ZEXPORT gzgets(file, buf, len) in gzgets() argument
610 int ZEXPORT gzdirect(file) in gzdirect() argument
630 int ZEXPORT gzclose_r(file) in gzclose_r() argument
H A Dgzwrite.c249 int ZEXPORT gzwrite(file, buf, len) in gzwrite() argument
277 z_size_t ZEXPORT gzfwrite(buf, size, nitems, file) in gzfwrite() argument
307 int ZEXPORT gzputc(file, c) in gzputc() argument
355 int ZEXPORT gzputs(file, str) in gzputs() argument
382 int ZEXPORTVA gzvprintf(gzFile file, const char *format, va_list va) in gzvprintf()
454 int ZEXPORTVA gzprintf(gzFile file, const char *format, ...) in gzprintf()
468 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, in gzprintf() argument
556 int ZEXPORT gzflush(file, flush) in gzflush() argument
588 int ZEXPORT gzsetparams(file, level, strategy) in gzsetparams() argument
630 int ZEXPORT gzclose_w(file) in gzclose_w() argument
/f-stack/freebsd/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
/f-stack/freebsd/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
/f-stack/freebsd/sys/
H A Dsx.h192 #define sx_xlock_(sx, file, line) \ argument
194 #define sx_xlock_sig_(sx, file, line) \ argument
196 #define sx_xunlock_(sx, file, line) \ argument
199 #define sx_xlock_(sx, file, line) \ argument
201 #define sx_xlock_sig_(sx, file, line) \ argument
203 #define sx_xunlock_(sx, file, line) \ argument
207 #define sx_slock_(sx, file, line) \ argument
209 #define sx_slock_sig_(sx, file, line) \ argument
211 #define sx_sunlock_(sx, file, line) \ argument
218 #define sx_slock_(sx, file, line) \ argument
[all …]
H A Dmutex.h239 #define __mtx_lock(mp, tid, opts, file, line) do { \ argument
414 #define mtx_lock_flags_(m, opts, file, line) \ argument
416 #define mtx_unlock_flags_(m, opts, file, line) \ argument
418 #define mtx_lock_spin_flags_(m, opts, file, line) \ argument
422 #define mtx_unlock_spin_flags_(m, opts, file, line) \ argument
425 #define mtx_lock_flags_(m, opts, file, line) \ argument
427 #define mtx_unlock_flags_(m, opts, file, line) \ argument
429 #define mtx_lock_spin_flags_(m, opts, file, line) \ argument
433 #define mtx_unlock_spin_flags_(m, opts, file, line) \ argument
438 #define mtx_assert_(m, what, file, line) \ argument
[all …]
H A Dlock.h140 #define LOCK_LOG_LOCK(opname, lo, flags, recurse, file, line) do { \ argument
147 #define LOCK_LOG_TRY(opname, lo, flags, result, file, line) do { \ argument
263 #define WITNESS_CHECKORDER(lock, flags, file, line, interlock) \ argument
270 #define WITNESS_LOCK(lock, flags, file, line) \ argument
273 #define WITNESS_UPGRADE(lock, flags, file, line) \ argument
276 #define WITNESS_DOWNGRADE(lock, flags, file, line) \ argument
279 #define WITNESS_UNLOCK(lock, flags, file, line) \ argument
315 #define WITNESS_LOCK(lock, flags, file, line) (void)0 argument
316 #define WITNESS_UPGRADE(lock, flags, file, line) (void)0 argument
317 #define WITNESS_DOWNGRADE(lock, flags, file, line) (void)0 argument
[all …]
/f-stack/lib/include/sys/
H A Dmutex.h59 #define __mtx_lock(mp, tid, opts, file, line) DO_NOTHING argument
60 #define __mtx_unlock(mp, tid, opts, file, line) DO_NOTHING argument
61 #define __mtx_lock_spin(mp, tid, opts, file, line) DO_NOTHING argument
64 #define _mtx_lock_flags(m, opts, file, line) DO_NOTHING argument
65 #define _mtx_unlock_flags(m, opts, file, line) DO_NOTHING argument
66 #define _mtx_lock_spin_flags(m, opts, file, line) DO_NOTHING argument
67 #define _mtx_unlock_spin_flags(m, opts, file, line) DO_NOTHING argument
69 #define thread_lock_flags_(tdp, opts, file, line) DO_NOTHING argument
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_open_file_cache.c94 ngx_cached_open_file_t *file; in ngx_open_file_cache_cleanup() local
152 ngx_cached_open_file_t *file; in ngx_open_cached_file() local
955 ngx_cached_open_file_t *file, ngx_open_file_info_t *of, ngx_log_t *log) in ngx_open_file_add_event()
1033 ngx_cached_open_file_t *file, ngx_uint_t min_uses, ngx_log_t *log) in ngx_close_cached_file()
1078 ngx_open_file_del_event(ngx_cached_open_file_t *file) in ngx_open_file_del_event()
1100 ngx_cached_open_file_t *file; in ngx_expire_old_cached_files() local
1150 ngx_cached_open_file_t *file, *file_temp; in ngx_open_file_cache_rbtree_insert_value() local
1192 ngx_cached_open_file_t *file; in ngx_open_file_lookup() local
1229 ngx_cached_open_file_t *file; in ngx_open_file_cache_remove() local
H A Dngx_cycle.c51 ngx_open_file_t *file; in ngx_init_cycle() local
944 u_char *file; in ngx_init_zone_pool() local
1012 ngx_file_t file; in ngx_create_pidfile() local
1074 ngx_file_t file; in ngx_signal_process() local
1124 ngx_test_lockfile(u_char *file, ngx_log_t *log) in ngx_test_lockfile()
1160 ngx_open_file_t *file; in ngx_reopen_files() local
/f-stack/freebsd/kern/
H A Dkern_sema.c78 _sema_post(struct sema *sema, const char *file, int line) in _sema_post()
93 _sema_wait(struct sema *sema, const char *file, int line) in _sema_wait()
111 _sema_timedwait(struct sema *sema, int timo, const char *file, int line) in _sema_timedwait()
145 _sema_trywait(struct sema *sema, const char *file, int line) in _sema_trywait()
H A Dkern_mutex.c258 __mtx_lock_flags(volatile uintptr_t *c, int opts, const char *file, int line) in __mtx_lock_flags()
292 __mtx_unlock_flags(volatile uintptr_t *c, int opts, const char *file, int line) in __mtx_unlock_flags()
317 __mtx_lock_spin_flags(volatile uintptr_t *c, int opts, const char *file, in __mtx_lock_spin_flags()
358 __mtx_trylock_spin_flags(volatile uintptr_t *c, int opts, const char *file, in __mtx_trylock_spin_flags()
386 __mtx_unlock_spin_flags(volatile uintptr_t *c, int opts, const char *file, in __mtx_unlock_spin_flags()
701 const char *file, int line) in _mtx_lock_spin_cookie()
802 thread_lock_validate(struct mtx *m, int opts, const char *file, int line) in thread_lock_validate()
817 #define thread_lock_validate(m, opts, file, line) do { } while (0) argument
823 _thread_lock(struct thread *td, int opts, const char *file, int line) in _thread_lock()
860 thread_lock_flags_(struct thread *td, int opts, const char *file, int line) in thread_lock_flags_()
[all …]
H A Dkern_lock.c71 #define _lockmgr_assert(lk, what, file, line) argument
202 uint64_t waittime, const char *file, int line, int flags) in lockmgr_note_shared_acquire()
226 uint64_t waittime, const char *file, int line, int flags) in lockmgr_note_exclusive_acquire()
310 wakeupshlk(struct lock *lk, const char *file, int line) in wakeupshlk()
582 const char *file, int line, struct lockmgr_wait *lwa) in lockmgr_slock_hard()
766 const char *file, int line, struct lockmgr_wait *lwa) in lockmgr_xlock_hard()
971 const char *file, int line, struct lockmgr_wait *lwa) in lockmgr_upgrade()
1031 const char *file, int line) in lockmgr_lock_flags()
1096 const char *file, int line) in lockmgr_sunlock_hard()
1113 const char *file, int line) in lockmgr_xunlock_hard()
[all …]
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_linux_sendfile_chain.c54 ngx_buf_t *file; in ngx_linux_sendfile_chain() local
230 ngx_linux_sendfile(ngx_connection_t *c, ngx_buf_t *file, size_t size) in ngx_linux_sendfile()
305 ngx_buf_t *file; member
315 ngx_linux_sendfile_thread(ngx_connection_t *c, ngx_buf_t *file, size_t size) in ngx_linux_sendfile_thread()
410 ngx_buf_t *file; in ngx_linux_sendfile_thread_handler() local
H A Dngx_file_aio_read.c40 ngx_file_aio_init(ngx_file_t *file, ngx_pool_t *pool) in ngx_file_aio_init()
62 ngx_file_aio_read(ngx_file_t *file, u_char *buf, size_t size, off_t offset, in ngx_file_aio_read()
149 ngx_file_aio_result(ngx_file_t *file, ngx_event_aio_t *aio, ngx_event_t *ev) in ngx_file_aio_result()
/f-stack/freebsd/netgraph/
H A Dnetgraph.h190 _chkhook(hook_p hook, char *file, int line) in _chkhook()
457 _chknode(node_p node, char *file, int line) in _chknode()
567 char *file, int line) in _ng_node_foreach_hook()
732 _ngi_m(item_p item, char *file, int line) in _ngi_m()
739 _ngi_msg(item_p item, char *file, int line) in _ngi_msg()
753 _ngi_fn(item_p item, char *file, int line) in _ngi_fn()
760 _ngi_fn2(item_p item, char *file, int line) in _ngi_fn2()
767 _ngi_arg1(item_p item, char *file, int line) in _ngi_arg1()
774 _ngi_arg2(item_p item, char *file, int line) in _ngi_arg2()
781 _ngi_node(item_p item, char *file, int line) in _ngi_node()
[all …]
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h191 _chkhook(hook_p hook, char *file, int line) in _chkhook()
459 _chknode(node_p node, char *file, int line) in _chknode()
569 char *file, int line) in _ng_node_foreach_hook()
734 _ngi_m(item_p item, char *file, int line) in _ngi_m()
741 _ngi_msg(item_p item, char *file, int line) in _ngi_msg()
755 _ngi_fn(item_p item, char *file, int line) in _ngi_fn()
762 _ngi_fn2(item_p item, char *file, int line) in _ngi_fn2()
769 _ngi_arg1(item_p item, char *file, int line) in _ngi_arg1()
776 _ngi_arg2(item_p item, char *file, int line) in _ngi_arg2()
783 _ngi_node(item_p item, char *file, int line) in _ngi_node()
[all …]
/f-stack/lib/
H A Dff_lock.c327 const char *file, int line) in _sx_xlock()
333 _sx_slock(struct sx *sx, int opts, const char *file, int line) in _sx_slock()
339 _sx_xunlock(struct sx *sx, const char *file, int line) in _sx_xunlock()
345 _sx_sunlock(struct sx *sx, const char *file, int line) in _sx_sunlock()
351 sx_try_slock_(struct sx *sx, const char *file, int line) in sx_try_slock_()
357 sx_try_xlock_(struct sx *sx, const char *file, int line) in sx_try_xlock_()
363 sx_try_upgrade_(struct sx *sx, const char *file, int line) in sx_try_upgrade_()
369 sx_downgrade_(struct sx *sx, const char *file, int line) in sx_downgrade_()
/f-stack/tools/libutil/
H A Dlogin_auth.c68 const char *file; in auth_checknologin() local
96 auth_cat(const char *file) in auth_cat()
/f-stack/freebsd/contrib/zlib/test/
H A Dminigzip.c38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) argument
40 # define SET_BINARY_MODE(file) argument
54 # define fileno(file) file->__file argument
171 FILE *file; member
457 void file_compress(file, mode) in file_compress() argument
496 void file_uncompress(file) in file_uncompress() argument
562 gzFile file; local
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c43 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) argument
45 # define SET_BINARY_MODE(file) argument
59 # define fileno(file) file->__file argument
176 FILE *file; member
462 void file_compress(file, mode) in file_compress() argument
497 void file_uncompress(file) in file_uncompress() argument
555 gzFile file; local
/f-stack/freebsd/netgraph/atm/
H A Dngatmbase.c203 const char *file; member
242 _uni_msg_alloc(size_t s, const char *file, int line) in _uni_msg_alloc()
278 _uni_msg_destroy(struct uni_msg *m, const char *file, int line) in _uni_msg_destroy()
408 _uni_msg_build(const char *file, int line, void *ptr, ...) in _uni_msg_build()
454 _uni_msg_unpack_mbuf(struct mbuf *m, struct uni_msg **pmsg, const char *file, in _uni_msg_unpack_mbuf()

1234567