Searched defs:source (Results 1 - 25 of 255) sorted by relevance

1234567891011

/freebsd-current/sys/dev/isci/scil/
H A Dsci_util.c58 scic_word_copy_with_swap( U32 *destination, U32 *source, U32 word_count ) argument
/freebsd-current/crypto/heimdal/lib/kadm5/
H A Drename_c.c39 kadm5_c_rename_principal(void *server_handle, krb5_principal source, krb5_principal target) argument
H A Drename_s.c39 kadm5_s_rename_principal(void *server_handle, krb5_principal source, krb5_principal target) argument
H A Dcommon_glue.c113 kadm5_rename_principal(void *server_handle, krb5_principal source, krb5_principal target) argument
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dudp.h39 uint16_t source; /* (u) */ member in struct:udphdr
H A Dtcp.h39 uint16_t source; /* (u) */ member in struct:tcphdr
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-loop-varname.mk
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h261 void addSource(clang::ExternalSemaSource &source) { argument
/freebsd-current/sys/contrib/zlib/
H A Duncompr.c27 int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen, const Bytef *source, argument
82 int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, argument
H A Dcompress.c22 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, argument
63 int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, argument
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dclone_mmap_write.c53 open_file(const char *source) argument
/freebsd-current/contrib/libcbor/src/cbor/
H A Dstreaming.c43 cbor_stream_decode( cbor_data source, size_t source_size, const struct cbor_callbacks *callbacks, void *context) argument
[all...]
/freebsd-current/contrib/libcbor/src/cbor/internal/
H A Dunicode.c69 size_t _cbor_unicode_codepoint_count(cbor_data source, size_t source_length, argument
H A Dloaders.c12 uint8_t _cbor_load_uint8(cbor_data source) { return (uint8_t)*source; } argument
14 uint16_t _cbor_load_uint16(const unsigned char *source) { argument
24 uint32_t _cbor_load_uint32(const unsigned char *source) { argument
36 _cbor_load_uint64(const unsigned char *source) argument
67 _cbor_load_half(cbor_data source) argument
72 _cbor_load_float(cbor_data source) argument
77 _cbor_load_double(cbor_data source) argument
[all...]
/freebsd-current/contrib/lutok/
H A Ddebug.cpp136 lutok::debug::source(void) const function in class:lutok::debug
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-zlib.c96 z_compress_level(void *dest, size_t *destLen, const void *source, argument
151 z_uncompress(void *dest, size_t *destLen, const void *source, size_t sourceLen) argument
[all...]
/freebsd-current/contrib/byacc/test/btyacc/
H A Derr_inherit4.tab.h33 unsigned source; member in struct:YYLTYPE
/freebsd-current/lib/libfigpar/
H A Dstring_m.c45 strcount(const char *source, const char *find) argument
90 replaceall(char *source, const char *find, const char *replace) argument
177 strexpand(char *source) argument
265 strexpandnl(char *source) argument
295 strtolower(char *source) argument
[all...]
/freebsd-current/contrib/libcbor/examples/
H A Dcjson2cbor.c28 cbor_item_t *cjson_cbor_load(void *source, argument
54 void cjson_cbor_stream_decode(cJSON *source, argument
[all...]
/freebsd-current/contrib/kyua/store/
H A Dmigrate.cpp243 store::detail::backup_database(const fs::path& source, const int old_version) argument
/freebsd-current/contrib/dialog/
H A Dcolumns.c52 next_col(char *source, unsigned offset) argument
66 split_row(char *source, unsigned *offsets, unsigned *widths) argument
/freebsd-current/contrib/atf/atf-c++/
H A Dutils.cpp42 atf::utils::copy_file(const std::string& source, const std::string& destination) argument
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dobsolete.c107 _nc_conv_to_utf8(unsigned char *target, unsigned source, unsigned limit) argument
181 _nc_conv_to_utf32(unsigned *target, const char *source, unsigned limit) argument
[all...]
/freebsd-current/tests/sys/netgraph/
H A Dbridge.c624 get_tablesize(char const *source, struct ng_mesg *msg, void *ctx) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_arm.cpp197 CopyHardwareWatchpointsFrom( NativeRegisterContextFreeBSD &source) argument

Completed in 325 milliseconds

1234567891011