Searched defs:cookie (Results 1 - 25 of 316) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/kyua/integration/helpers/
H A Dbad_test_program.cpp40 const char* cookie = std::getenv("CREATE_COOKIE"); local
/freebsd-13-stable/contrib/sendmail/src/
H A Dshmticklib.c41 static unsigned int cookie = 0; local
/freebsd-13-stable/lib/libc/stdio/
H A Dfunopen.c47 funopen(const void *cookie, argument
H A Dvsscanf.c56 eofread(void *cookie, char *buf, int len) argument
H A Dvswscanf.c61 eofread(void *cookie, char *buf, int len) argument
H A Dfmemopen.c167 fmemopen_read(void *cookie, char *buf, int nbytes) argument
185 fmemopen_write(void *cookie, const char *buf, int nbytes) argument
215 fmemopen_seek(void *cookie, fpos_t offset, int whence) argument
254 fmemopen_close(void *cookie) argument
[all...]
H A Dstdio.c55 __sread(void *cookie, char *buf, int n) argument
63 __swrite(void *cookie, char const *buf, int n) argument
71 __sseek(void *cookie, fpos_t offset, int whence) argument
79 __sclose(void *cookie) argument
H A Dfopencookie.c49 fopencookie(void *cookie, const char *mode, cookie_io_functions_t io_funcs) argument
88 _fopencookie_read(void *cookie, char *buf, int size) argument
102 _fopencookie_write(void *cookie, const char *buf, int size) argument
117 _fopencookie_seek(void *cookie, fpos_t offset, int whence) argument
154 _fopencookie_close(void *cookie) argument
[all...]
H A Dopen_memstream.c92 memstream_write(void *cookie, const char *buf, int len) argument
113 memstream_seek(void *cookie, fpos_t pos, int whence) argument
168 memstream_close(void *cookie) argument
/freebsd-13-stable/sys/contrib/libnv/
H A Dcnvlist.c59 cnvlist_name(const void *cookie) argument
66 cnvlist_type(const void *cookie) argument
[all...]
/freebsd-13-stable/sys/cddl/dev/dtrace/
H A Ddtrace_vtime.c86 dtrace_icookie_t cookie; local
/freebsd-13-stable/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.h43 void *cookie; member in struct:partedit_item
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_sp_api.h51 void *cookie; member in struct:ecore_spq_comp_cb
/freebsd-13-stable/lib/libz/
H A Dzopen.c16 xgzread(void *cookie, char *data, int size) argument
22 xgzwrite(void *cookie, const char *data, int size) argument
28 xgzclose(void *cookie) argument
34 xgzseek(void *cookie, fpos_t offset, int whence) argument
/freebsd-13-stable/sys/dev/isci/
H A Disci_timer.c128 scif_cb_timer_create(SCI_CONTROLLER_HANDLE_T scif_controller, SCI_TIMER_CALLBACK_T timer_callback, void *cookie) argument
/freebsd-13-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_print.c125 uni_print_api(char *buf, size_t bufsiz, u_int type, u_int cookie, argument
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_umem_rbtree.c79 rbt_ib_umem_for_each_in_range(struct rb_root *root, u64 start, u64 last, umem_call_back cb, void *cookie) argument
/freebsd-13-stable/tests/sys/netinet/
H A Dtcp_user_cookie.c59 int sock, accepted, port, cookie; local
/freebsd-13-stable/lib/libc/tests/stdio/
H A Dgetdelim_test.c48 _reader(void *cookie, char *buf, int len) argument
/freebsd-13-stable/contrib/tcsh/
H A Ddotlock.c53 size_t ntries, cookie; local
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pq.c94 dt_pq_walk(dt_pq_t *p, uint_t *cookie) argument
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_mp_ring.h47 void * cookie; member in struct:mp_ring
/freebsd-13-stable/sys/net/
H A Dmp_ring.h51 void * cookie; member in struct:ifmp_ring
/freebsd-13-stable/contrib/kyua/cli/
H A Dconfig_test.cpp60 create_mock_config(const char* name, const char* cookie) argument
78 mock_system_config(const char* cookie) argument
91 mock_user_config(const char* cookie) argument
105 validate_mock_config(const config::tree& user_config, const char* cookie) argument
[all...]
/freebsd-13-stable/contrib/libarchive/tar/
H A Dread.c121 progress_func(void *cookie) argument

Completed in 623 milliseconds

1234567891011>>