Searched defs:source (Results 26 - 50 of 250) sorted by relevance

12345678910

/freebsd-10-stable/contrib/ntp/lib/isc/
H A Dbitstring.c81 isc_bitstring_copy(isc_bitstring_t *source, unsigned int sbitpos, argument
H A Dbase64.c53 isc_base64_totext(isc_region_t *source, int wordlength, argument
227 str_totext(const char *source, isc_buffer_t *target) argument
[all...]
H A Dhex.c51 isc_hex_totext(isc_region_t *source, int wordlength, argument
176 str_totext(const char *source, isc_buffer_t *target) { argument
[all...]
H A Dstring.c35 isc_string_touint64(char *source, char **end, int base) { argument
99 isc_string_copy(char *target, size_t size, const char *source) { argument
113 isc_string_copy_truncate(char *target, size_t size, const char *source) { argument
122 isc_string_append(char *target, size_t size, const char *source) argument
137 isc_string_append_truncate(char *target, size_t size, const char *source) argument
183 isc_string_regiondup(isc_mem_t *mctx, const isc_region_t *source) argument
[all...]
/freebsd-10-stable/contrib/ntp/lib/isc/win32/
H A Dentropy.c49 get_from_filesource(isc_entropysource_t *source, isc_uint32_t desired) { argument
89 isc_entropysource_t *source; local
230 destroyfilesource(isc_entropyfilesource_t *source) argument
235 destroyusocketsource(isc_entropyusocketsource_t *source) argument
243 isc_entropysource_t *source; local
[all...]
/freebsd-10-stable/contrib/gcclibs/libdecnumber/
H A DdecUtility.c96 const Unit *source; /* work */ local
[all...]
/freebsd-10-stable/sbin/nos-tun/
H A Dnos-tun.c248 char *source = NULL; local
/freebsd-10-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_insformat.h48 source : 9, member in struct:ins_format1
66 source : 9, member in struct:ins_format2
84 source : 9, member in struct:ins_format3
/freebsd-10-stable/sys/dev/sound/pcm/
H A Dfeeder_volume.c235 feed_volume_feed(struct pcm_feeder *f, struct pcm_channel *c, uint8_t *b, uint32_t count, void *source) argument
H A Dfeeder_mixer.c280 feed_mixer_feed(struct pcm_feeder *f, struct pcm_channel *c, uint8_t *b, uint32_t count, void *source) argument
/freebsd-10-stable/sys/mips/mips/
H A Dintr_machdep.c81 mips_mask_hard_irq(void *source) argument
89 mips_unmask_hard_irq(void *source) argument
97 mips_mask_soft_irq(void *source) argument
105 mips_unmask_soft_irq(void *source) argument
[all...]
/freebsd-10-stable/sys/mips/nlm/
H A Dintr_machdep.c95 xlp_post_filter(void *source) argument
105 xlp_pre_ithread(void *source) argument
114 xlp_post_ithread(void *source) argument
/freebsd-10-stable/sys/mips/rmi/
H A Dintr_machdep.c91 xlr_post_filter(void *source) argument
101 xlr_pre_ithread(void *source) argument
110 xlr_post_ithread(void *source) argument
/freebsd-10-stable/tools/tools/vt/mkkfont/
H A Dmkkfont.c42 uint32_t source; member in struct:file_mapping
/freebsd-10-stable/usr.bin/dc/
H A Dbcode.h74 struct source { struct
/freebsd-10-stable/usr.sbin/IPXrouted/
H A Dsap.h68 struct sockaddr source; member in struct:sap_entry
/freebsd-10-stable/usr.sbin/pkg_install/version/
H A Dperform.c269 show_version(Package plist, const char *latest, const char *source) argument
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dtemp_serializer.c74 source_stack_t *source; member in struct:svn_temp_serializer__context_t
230 const void *source = *source_struct; local
287 const void *source = *source_struct; local
[all...]
H A Dobject_pool.c308 default_setter(void **target, void *source, void *baton, apr_pool_t *pool) argument
/freebsd-10-stable/bin/ln/
H A Dln.c223 linkit(const char *source, const char *target, int isdir) argument
[all...]
/freebsd-10-stable/contrib/atf/atf-c/
H A Dutils.c171 atf_utils_copy_file(const char *source, const char *destination) argument
190 "Failed to stat source fil local
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dc-ppoutput.c36 const cpp_token *source; /* Source token for spacing. */ member in struct:__anon1012
[all...]
H A Dgcov-dump.c350 const char *source = NULL; local
/freebsd-10-stable/contrib/llvm/lib/Object/
H A DArchive.cpp196 Archive::Archive(MemoryBuffer *source, error_code &ec) argument
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DConvertUTF.c121 const UTF32* source = *sourceStart; local
170 const UTF16* source local
224 const UTF16* source = *sourceStart; local
294 const UTF32* source = *sourceStart; local
354 isLegalUTF8(const UTF8 *source, int length) argument
385 isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd) argument
409 isLegalUTF8String(const UTF8 **source, const UTF8 *sourceEnd) argument
425 const UTF8* source = *sourceStart; local
498 const UTF8* source = *sourceStart; local
[all...]

Completed in 457 milliseconds

12345678910