| /freebsd-13-stable/contrib/libcbor/src/cbor/internal/ |
| HD | loaders.c | 12 uint8_t _cbor_load_uint8(cbor_data source) { return (uint8_t)*source; } in _cbor_load_uint8() 14 uint16_t _cbor_load_uint16(const unsigned char *source) { in _cbor_load_uint16() 24 uint32_t _cbor_load_uint32(const unsigned char *source) { in _cbor_load_uint32() 36 uint64_t _cbor_load_uint64(const unsigned char *source) { in _cbor_load_uint64() 67 float _cbor_load_half(cbor_data source) { in _cbor_load_half() 72 float _cbor_load_float(cbor_data source) { in _cbor_load_float() 77 double _cbor_load_double(cbor_data source) { in _cbor_load_double()
|
| /freebsd-13-stable/lib/libfigpar/ |
| HD | string_m.c | 46 strcount(const char *source, const char *find) in strcount() 91 replaceall(char *source, const char *find, const char *replace) in replaceall() 178 void strexpand(char *source) in strexpand() 266 void strexpandnl(char *source) in strexpandnl() 296 strtolower(char *source) in strtolower()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | ConvertUTF.cpp | 164 const UTF32* source = *sourceStart; in ConvertUTF32toUTF16() local 213 const UTF16* source = *sourceStart; in ConvertUTF16toUTF32() local 267 const UTF16* source = *sourceStart; in ConvertUTF16toUTF8() local 337 const UTF32* source = *sourceStart; in ConvertUTF32toUTF8() local 397 static Boolean isLegalUTF8(const UTF8 *source, int length) { in isLegalUTF8() 428 Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd) { in isLegalUTF8Sequence() 440 unsigned getUTF8SequenceSize(const UTF8 *source, const UTF8 *sourceEnd) { in getUTF8SequenceSize() 449 findMaximalSubpartOfIllFormedUTF8Sequence(const UTF8 *source, in findMaximalSubpartOfIllFormedUTF8Sequence() 555 Boolean isLegalUTF8String(const UTF8 **source, const UTF8 *sourceEnd) { in isLegalUTF8String() 571 const UTF8* source = *sourceStart; in ConvertUTF8toUTF16() local [all …]
|
| /freebsd-13-stable/usr.bin/dc/ |
| HD | bcode.h | 73 struct source { struct 86 void reset_bmachine(struct source *); argument
|
| /freebsd-13-stable/sys/security/mac_lomac/ |
| HD | mac_lomac.c | 476 lomac_copy(struct mac_lomac *source, struct mac_lomac *dest) in lomac_copy() 888 struct mac_lomac *source, *dest; in lomac_bpfdesc_create() local 900 struct mac_lomac *source, *dest; in lomac_bpfdesc_create_mbuf() local 1014 struct mac_lomac *source, *dest; in lomac_cred_relabel() local 1063 struct mac_lomac *source, *dest; in lomac_devfs_create_symlink() local 1075 struct mac_lomac *source, *dest; in lomac_devfs_update() local 1088 struct mac_lomac *source, *dest; in lomac_devfs_vnode_associate() local 1230 struct mac_lomac *source, *dest; in lomac_ifnet_create_mbuf() local 1242 struct mac_lomac *source, *dest; in lomac_ifnet_relabel() local 1287 struct mac_lomac *source, *dest; in lomac_inpcb_create() local [all …]
|
| /freebsd-13-stable/sys/contrib/zstd/lib/compress/ |
| HD | hist.c | 68 const void* source, size_t sourceSize, in HIST_count_parallel_wksp() 141 const void* source, size_t sourceSize, in HIST_countFast_wksp() 155 const void* source, size_t sourceSize, in HIST_count_wksp() 169 const void* source, size_t sourceSize) in HIST_countFast()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/lz4/ |
| HD | lz4.c | 471 const char* const source, in LZ4_compress_generic() 669 int LZ4_compress_fast_extState(void* state, const char* source, char* dest, int inputSize, int maxO… in LZ4_compress_fast_extState() 689 int LZ4_compress_fast(const char* source, char* dest, int inputSize, int maxOutputSize, int acceler… in LZ4_compress_fast() 707 int LZ4_compress_default(const char* source, char* dest, int inputSize, int maxOutputSize) in LZ4_compress_default() 715 int LZ4_compress_fast_force(const char* source, char* dest, int inputSize, int maxOutputSize, int a… in LZ4_compress_fast_force() 997 int LZ4_compress_fast_continue (LZ4_stream_t* LZ4_stream, const char* source, char* dest, int input… in LZ4_compress_fast_continue() 1045 int LZ4_compress_forceExtDict (LZ4_stream_t* LZ4_dict, const char* source, char* dest, int inputSiz… in LZ4_compress_forceExtDict() 1100 const char* const source, in LZ4_decompress_generic() 1261 int LZ4_decompress_safe(const char* source, char* dest, int compressedSize, int maxDecompressedSize) in LZ4_decompress_safe() 1266 int LZ4_decompress_safe_partial(const char* source, char* dest, int compressedSize, int targetOutpu… in LZ4_decompress_safe_partial() [all …]
|
| /freebsd-13-stable/sys/mips/mips/ |
| HD | intr_machdep.c | 94 mips_mask_hard_irq(void *source) in mips_mask_hard_irq() 102 mips_unmask_hard_irq(void *source) in mips_unmask_hard_irq() 110 mips_mask_soft_irq(void *source) in mips_mask_soft_irq() 118 mips_unmask_soft_irq(void *source) in mips_unmask_soft_irq()
|
| /freebsd-13-stable/sys/contrib/zlib/ |
| HD | uncompr.c | 27 int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress2() 82 int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress()
|
| HD | compress.c | 22 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, in compress2() 63 int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, in compress()
|
| /freebsd-13-stable/sys/security/mac_mls/ |
| HD | mac_mls.c | 446 mls_copy(struct mac_mls *source, struct mac_mls *dest) in mls_copy() 756 struct mac_mls *source, *dest; in mls_bpfdesc_create() local 768 struct mac_mls *source, *dest; in mls_bpfdesc_create_mbuf() local 892 struct mac_mls *source, *dest; in mls_cred_relabel() local 943 struct mac_mls *source, *dest; in mls_devfs_create_symlink() local 955 struct mac_mls *source, *dest; in mls_devfs_update() local 968 struct mac_mls *source, *dest; in mls_devfs_vnode_associate() local 1036 struct mac_mls *source, *dest; in mls_ifnet_create_mbuf() local 1048 struct mac_mls *source, *dest; in mls_ifnet_relabel() local 1093 struct mac_mls *source, *dest; in mls_inpcb_create() local [all …]
|
| /freebsd-13-stable/sys/security/mac_biba/ |
| HD | mac_biba.c | 482 biba_copy(struct mac_biba *source, struct mac_biba *dest) in biba_copy() 792 struct mac_biba *source, *dest; in biba_bpfdesc_create() local 804 struct mac_biba *source, *dest; in biba_bpfdesc_create_mbuf() local 929 struct mac_biba *source, *dest; in biba_cred_relabel() local 978 struct mac_biba *source, *dest; in biba_devfs_create_symlink() local 990 struct mac_biba *source, *dest; in biba_devfs_update() local 1003 struct mac_biba *source, *dest; in biba_devfs_vnode_associate() local 1115 struct mac_biba *source, *dest; in biba_ifnet_create_mbuf() local 1127 struct mac_biba *source, *dest; in biba_ifnet_relabel() local 1172 struct mac_biba *source, *dest; in biba_inpcb_create() local [all …]
|
| /freebsd-13-stable/usr.bin/m4/ |
| HD | gnum4.c | 249 exit_regerror(int er, regex_t *re, const char *source) in exit_regerror() 330 do_subst(const char *string, regex_t *re, const char *source, in do_subst() 371 do_regexp(const char *string, regex_t *re, const char *source, in do_regexp() 389 do_regexpindex(const char *string, regex_t *re, const char *source, in do_regexpindex() 486 const char *source; in dopatsubst() local 515 const char *source; in doregexp() local
|
| /freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/ |
| HD | spl-zlib.c | 96 z_compress_level(void *dest, size_t *destLen, const void *source, in z_compress_level() 151 z_uncompress(void *dest, size_t *destLen, const void *source, size_t sourceLen) in z_uncompress()
|
| /freebsd-13-stable/contrib/libcbor/examples/ |
| HD | cjson2cbor.c | 28 cbor_item_t *cjson_cbor_load(void *source, in cjson_cbor_load() 54 void cjson_cbor_stream_decode(cJSON *source, in cjson_cbor_stream_decode()
|
| /freebsd-13-stable/contrib/apr/network_io/unix/ |
| HD | multicast.c | 113 apr_sockaddr_t *source) in do_mcast() 244 apr_sockaddr_t *source) in apr_mcast_join() 256 apr_sockaddr_t *source) in apr_mcast_leave()
|
| /freebsd-13-stable/contrib/ncurses/ncurses/base/ |
| HD | lib_screen.c | 213 decode_attr(char *source, attr_t *target, int *color) in decode_attr() 269 decode_char(char *source, int *target) in decode_char() 326 decode_chtype(char *source, chtype fillin, chtype *target) in decode_chtype() 342 decode_cchar(char *source, cchar_t *fillin, cchar_t *target) in decode_cchar() 444 read_row(char *source, NCURSES_CH_T * prior, NCURSES_CH_T * target, int length) in read_row() 657 encode_attr(char *target, ARG_SLIMIT(limit) in encode_attr() 703 encode_cell(char *target, ARG_SLIMIT(limit) CARG_CH_T source, CARG_CH_T previous) in encode_cell()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_delta/ |
| HD | text_delta.c | 51 svn_stream_t *source; member 72 svn_stream_t *source; member 90 svn_stream_t *source; member 418 svn_txdelta_run(svn_stream_t *source, in svn_txdelta_run() 471 svn_stream_t *source, in svn_txdelta2() 494 svn_stream_t *source, in svn_txdelta() 579 void *handler_baton, svn_stream_t *source, in svn_txdelta_target_push() 629 patterning_copy(char *target, const char *source, apr_size_t len) in patterning_copy() 807 svn_txdelta_apply(svn_stream_t *source, in svn_txdelta_apply()
|
| /freebsd-13-stable/libexec/ypxfr/ |
| HD | ypxfr_misc.c | 121 ypxfr_get_master(char *domain, char *map, char *source, const int yplib) in ypxfr_get_master() 193 ypxfr_get_order(char *domain, char *map, char *source, const int yplib) in ypxfr_get_order()
|
| /freebsd-13-stable/sys/dev/aic7xxx/aicasm/ |
| HD | aicasm_insformat.h | 48 source : 9, member 66 source : 9, member 84 source : 9, member
|
| /freebsd-13-stable/tools/sched/ |
| HD | schedgraph.py | 324 def __init__(self, master, source): argument 388 def addsource(self, source): argument 451 def __init__(self, source): argument 504 def __init__(self, event, source): argument 626 def __init__(self, source, name, cpu, timestamp, attrs): argument 712 def __init__(self, source, name, cpu, timestamp, attrs): argument 727 def __init__(self, source, name, cpu, timestamp, attrs): argument 752 def __init__(self, source, count, cpu, timestamp, attrs): argument 780 def __init__(self, source, cpu, timestamp, last=0): argument 1414 def sourcestart(self, source): argument [all …]
|
| /freebsd-13-stable/contrib/ncurses/ncurses/tinfo/ |
| HD | obsolete.c | 107 _nc_conv_to_utf8(unsigned char *target, unsigned source, unsigned limit) in _nc_conv_to_utf8() 181 _nc_conv_to_utf32(unsigned *target, const char *source, unsigned limit) in _nc_conv_to_utf32()
|
| /freebsd-13-stable/sys/contrib/openzfs/module/zfs/ |
| HD | dsl_prop.c | 396 zprop_source_t source, uint64_t value, uint64_t *newvalp) in dsl_prop_predict() 719 zprop_source_t source, int intsz, int numints, const void *value, in dsl_prop_set_sync_impl() 901 zprop_source_t source, uint64_t value) in dsl_prop_set_int() 914 zprop_source_t source, const char *value) in dsl_prop_set_string() 927 zprop_source_t source) in dsl_prop_inherit() 978 dsl_props_set_sync_impl(dsl_dataset_t *ds, zprop_source_t source, in dsl_props_set_sync_impl() 1032 dsl_props_set(const char *dsname, zprop_source_t source, nvlist_t *props) in dsl_props_set() 1076 const char *source; in dsl_prop_get_all_impl() local 1260 dsl_prop_set_hasrecvd_impl(const char *dsname, zprop_source_t source) in dsl_prop_set_hasrecvd_impl()
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/ |
| HD | temp_serializer.c | 74 source_stack_t *source; member 230 const void *source = *source_struct; in svn_temp_serializer__push() local 287 const void *source = *source_struct; in svn_temp_serializer__add_leaf() local
|
| /freebsd-13-stable/sys/arm/xilinx/ |
| HD | zy7_slcr.c | 258 zy7_pl_fclk_set_source(int unit, int source) in zy7_pl_fclk_set_source() 290 int source; in zy7_pl_fclk_get_source() local 318 int source; in zy7_pl_fclk_set_freq() local 385 int source; in zy7_pl_fclk_get_freq() local
|