Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/freebsd-13.1/contrib/libcbor/src/cbor/internal/
H A Dloaders.c12 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 double _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.1/lib/libfigpar/
H A Dstring_m.c48 strcount(const char *source, const char *find) in strcount()
93 replaceall(char *source, const char *find, const char *replace) in replaceall()
180 void strexpand(char *source) in strexpand()
268 void strexpandnl(char *source) in strexpandnl()
298 strtolower(char *source) in strtolower()
/freebsd-13.1/contrib/ntp/lib/isc/win32/
H A Dentropy.c49 get_from_filesource(isc_entropysource_t *source, isc_uint32_t desired) { in get_from_filesource()
89 isc_entropysource_t *source; in fillpool() local
230 destroyfilesource(isc_entropyfilesource_t *source) { in destroyfilesource()
235 destroyusocketsource(isc_entropyusocketsource_t *source) { in destroyusocketsource()
243 isc_entropysource_t *source; in isc_entropy_createfilesource() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTF.cpp148 const UTF32* source = *sourceStart; in ConvertUTF32toUTF16() local
197 const UTF16* source = *sourceStart; in ConvertUTF16toUTF32() local
251 const UTF16* source = *sourceStart; in ConvertUTF16toUTF8() local
321 const UTF32* source = *sourceStart; in ConvertUTF32toUTF8() local
381 static Boolean isLegalUTF8(const UTF8 *source, int length) { in isLegalUTF8()
412 Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd) { in isLegalUTF8Sequence()
423 findMaximalSubpartOfIllFormedUTF8Sequence(const UTF8 *source, in findMaximalSubpartOfIllFormedUTF8Sequence()
529 Boolean isLegalUTF8String(const UTF8 **source, const UTF8 *sourceEnd) { in isLegalUTF8String()
545 const UTF8* source = *sourceStart; in ConvertUTF8toUTF16() local
619 const UTF8* source = *sourceStart; in ConvertUTF8toUTF32Impl() local
/freebsd-13.1/contrib/ntp/lib/isc/unix/
H A Dentropy.c73 get_from_filesource(isc_entropysource_t *source, isc_uint32_t desired) { in get_from_filesource()
113 get_from_usocketsource(isc_entropysource_t *source, isc_uint32_t desired) { in get_from_usocketsource()
255 isc_entropysource_t *source; in fillpool() local
391 isc_entropysource_t *source; in wait_for_sources() local
444 destroyfilesource(isc_entropyfilesource_t *source) { in destroyfilesource()
449 destroyusocketsource(isc_entropyusocketsource_t *source) { in destroyusocketsource()
494 isc_entropysource_t *source; in isc_entropy_createfilesource() local
/freebsd-13.1/contrib/ntp/lib/isc/
H A Dstring.c35 isc_string_touint64(char *source, char **end, int base) { in isc_string_touint64()
99 isc_string_copy(char *target, size_t size, const char *source) { in isc_string_copy()
113 isc_string_copy_truncate(char *target, size_t size, const char *source) { in isc_string_copy_truncate()
122 isc_string_append(char *target, size_t size, const char *source) { in isc_string_append()
137 isc_string_append_truncate(char *target, size_t size, const char *source) { in isc_string_append_truncate()
183 isc_string_regiondup(isc_mem_t *mctx, const isc_region_t *source) { in isc_string_regiondup()
H A Dlex.c195 inputsource *source; in new_source() local
279 inputsource *source; in isc_lex_close() local
318 pushback(inputsource *source, int c) { in pushback()
330 pushandgrow(isc_lex_t *lex, inputsource *source, int c) { in pushandgrow()
354 inputsource *source; in isc_lex_gettoken() local
860 inputsource *source; in isc_lex_ungettoken() local
883 inputsource *source; in isc_lex_getlasttokentext() local
904 inputsource *source; in isc_lex_getsourcename() local
917 inputsource *source; in isc_lex_getsourceline() local
931 inputsource *source; in isc_lex_setsourcename() local
[all …]
H A Dbase32.c56 base32_totext(isc_region_t *source, int wordlength, const char *wordbreak, in base32_totext()
121 isc_base32_totext(isc_region_t *source, int wordlength, in isc_base32_totext()
128 isc_base32hex_totext(isc_region_t *source, int wordlength, in isc_base32hex_totext()
324 base32_decoderegion(isc_region_t *source, const char base[], isc_buffer_t *target) { in base32_decoderegion()
338 isc_base32_decoderegion(isc_region_t *source, isc_buffer_t *target) { in isc_base32_decoderegion()
343 isc_base32hex_decoderegion(isc_region_t *source, isc_buffer_t *target) { in isc_base32hex_decoderegion()
348 str_totext(const char *source, isc_buffer_t *target) { in str_totext()
H A Dentropy.c478 get_from_callback(isc_entropysource_t *source, unsigned int desired, in get_from_callback()
721 isc_entropysource_t *source; in destroysource() local
763 isc_entropysource_t *source; in destroy_check() local
786 isc_entropysource_t *source; in destroy() local
831 isc_entropysource_t *source; in isc_entropy_destroysource() local
865 isc_entropysource_t *source; in isc_entropy_createcallbacksource() local
925 isc_entropysource_t *source; in isc_entropy_stopcallbacksources() local
953 isc_entropysource_t *source; in isc_entropy_createsamplesource() local
1023 isc_entropy_addsample(isc_entropysource_t *source, isc_uint32_t sample, in isc_entropy_addsample()
1181 kbdstop(isc_entropysource_t *source, void *arg) { in kbdstop()
[all …]
/freebsd-13.1/usr.bin/dc/
H A Dbcode.h74 struct source { struct
87 void reset_bmachine(struct source *); argument
/freebsd-13.1/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dtokenize.py89 def _GetString(source, start, i): argument
105 def _GetChar(source, start, i): argument
119 def GetTokens(source): argument
H A Dgmock_class.py51 def _GenerateMethods(output_lines, source, class_node): argument
126 def _GenerateMocks(filename, source, ast_list, desired_class_names): argument
/freebsd-13.1/sys/contrib/zstd/lib/compress/
H A Dhist.c68 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.1/sys/security/mac_lomac/
H A Dmac_lomac.c891 struct mac_lomac *source, *dest; in lomac_bpfdesc_create() local
903 struct mac_lomac *source, *dest; in lomac_bpfdesc_create_mbuf() local
1017 struct mac_lomac *source, *dest; in lomac_cred_relabel() local
1066 struct mac_lomac *source, *dest; in lomac_devfs_create_symlink() local
1078 struct mac_lomac *source, *dest; in lomac_devfs_update() local
1091 struct mac_lomac *source, *dest; in lomac_devfs_vnode_associate() local
1233 struct mac_lomac *source, *dest; in lomac_ifnet_create_mbuf() local
1245 struct mac_lomac *source, *dest; in lomac_ifnet_relabel() local
2040 struct mac_lomac source, *dest; in lomac_socket_newconn() local
2086 struct mac_lomac source, *dest; in lomac_socketpeer_set_from_socket() local
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c471 const char* const source, in LZ4_compress_generic()
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()
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()
1271 int LZ4_decompress_fast(const char* source, char* dest, int originalSize) in LZ4_decompress_fast()
1397 int LZ4_decompress_fast_usingDict(const char* source, char* dest, int originalSize, const char* dic… in LZ4_decompress_fast_usingDict()
1463 int LZ4_decompress_safe_withPrefix64k(const char* source, char* dest, int compressedSize, int maxOu… in LZ4_decompress_safe_withPrefix64k()
[all …]
/freebsd-13.1/sys/mips/mips/
H A Dintr_machdep.c96 mips_mask_hard_irq(void *source) in mips_mask_hard_irq()
104 mips_unmask_hard_irq(void *source) in mips_unmask_hard_irq()
112 mips_mask_soft_irq(void *source) in mips_mask_soft_irq()
120 mips_unmask_soft_irq(void *source) in mips_unmask_soft_irq()
/freebsd-13.1/sys/contrib/zlib/
H A Duncompr.c27 int ZEXPORT uncompress2 (dest, destLen, source, sourceLen) in uncompress2() argument
86 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
H A Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument
68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
/freebsd-13.1/sys/security/mac_mls/
H A Dmac_mls.c760 struct mac_mls *source, *dest; in mls_bpfdesc_create() local
772 struct mac_mls *source, *dest; in mls_bpfdesc_create_mbuf() local
896 struct mac_mls *source, *dest; in mls_cred_relabel() local
947 struct mac_mls *source, *dest; in mls_devfs_create_symlink() local
959 struct mac_mls *source, *dest; in mls_devfs_update() local
972 struct mac_mls *source, *dest; in mls_devfs_vnode_associate() local
1040 struct mac_mls *source, *dest; in mls_ifnet_create_mbuf() local
1052 struct mac_mls *source, *dest; in mls_ifnet_relabel() local
1097 struct mac_mls *source, *dest; in mls_inpcb_create() local
1963 struct mac_mls source, *dest; in mls_socket_newconn() local
[all …]
/freebsd-13.1/sys/security/mac_biba/
H A Dmac_biba.c795 struct mac_biba *source, *dest; in biba_bpfdesc_create() local
807 struct mac_biba *source, *dest; in biba_bpfdesc_create_mbuf() local
932 struct mac_biba *source, *dest; in biba_cred_relabel() local
981 struct mac_biba *source, *dest; in biba_devfs_create_symlink() local
993 struct mac_biba *source, *dest; in biba_devfs_update() local
1006 struct mac_biba *source, *dest; in biba_devfs_vnode_associate() local
1118 struct mac_biba *source, *dest; in biba_ifnet_create_mbuf() local
1130 struct mac_biba *source, *dest; in biba_ifnet_relabel() local
1175 struct mac_biba *source, *dest; in biba_inpcb_create() local
2254 struct mac_biba source, *dest; in biba_socket_newconn() local
[all …]
/freebsd-13.1/usr.bin/m4/
H A Dgnum4.c251 exit_regerror(int er, regex_t *re, const char *source) in exit_regerror()
332 do_subst(const char *string, regex_t *re, const char *source, in do_subst()
373 do_regexp(const char *string, regex_t *re, const char *source, in do_regexp()
391 do_regexpindex(const char *string, regex_t *re, const char *source, in do_regexpindex()
488 const char *source; in dopatsubst() local
517 const char *source; in doregexp() local
/freebsd-13.1/contrib/libcbor/examples/
H A Dcjson2cbor.c28 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.1/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-zlib.c96 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.1/contrib/apr/network_io/unix/
H A Dmulticast.c113 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.1/contrib/ncurses/ncurses/base/
H A Dlib_screen.c213 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()

12345678910>>...14