Home
last modified time | relevance | path

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

12345678910

/trueos/lib/libfigpar/
HDstring_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()
/trueos/contrib/llvm/lib/Support/
HDConvertUTF.c121 const UTF32* source = *sourceStart; in ConvertUTF32toUTF16() local
170 const UTF16* source = *sourceStart; in ConvertUTF16toUTF32() local
224 const UTF16* source = *sourceStart; in ConvertUTF16toUTF8() local
294 const UTF32* source = *sourceStart; in ConvertUTF32toUTF8() local
354 static Boolean isLegalUTF8(const UTF8 *source, int length) { in isLegalUTF8()
385 Boolean isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd) { in isLegalUTF8Sequence()
409 Boolean isLegalUTF8String(const UTF8 **source, const UTF8 *sourceEnd) { in isLegalUTF8String()
425 const UTF8* source = *sourceStart; in ConvertUTF8toUTF16() local
498 const UTF8* source = *sourceStart; in ConvertUTF8toUTF32() local
/trueos/usr.bin/dc/
HDbcode.h74 struct source { struct
87 void reset_bmachine(struct source *); argument
/trueos/gnu/usr.bin/rcs/lib/
HDrcstime.c64 str2time_checked(source, default_time, default_zone) in str2time_checked() argument
80 str2date(source, target) in str2date() argument
96 date2time(source) in date2time() argument
/trueos/sys/mips/mips/
HDintr_machdep.c81 mips_mask_hard_irq(void *source) in mips_mask_hard_irq()
89 mips_unmask_hard_irq(void *source) in mips_unmask_hard_irq()
97 mips_mask_soft_irq(void *source) in mips_mask_soft_irq()
105 mips_unmask_soft_irq(void *source) in mips_unmask_soft_irq()
/trueos/lib/libz/
HDcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument
62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
HDuncompr.c24 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
/trueos/sys/security/mac_lomac/
HDmac_lomac.c484 lomac_copy(struct mac_lomac *source, struct mac_lomac *dest) in lomac_copy()
896 struct mac_lomac *source, *dest; in lomac_bpfdesc_create() local
908 struct mac_lomac *source, *dest; in lomac_bpfdesc_create_mbuf() local
1022 struct mac_lomac *source, *dest; in lomac_cred_relabel() local
1071 struct mac_lomac *source, *dest; in lomac_devfs_create_symlink() local
1083 struct mac_lomac *source, *dest; in lomac_devfs_update() local
1096 struct mac_lomac *source, *dest; in lomac_devfs_vnode_associate() local
1238 struct mac_lomac *source, *dest; in lomac_ifnet_create_mbuf() local
1250 struct mac_lomac *source, *dest; in lomac_ifnet_relabel() local
1295 struct mac_lomac *source, *dest; in lomac_inpcb_create() local
[all …]
/trueos/contrib/gdb/gdb/
HDmacrotab.c421 macro_include (struct macro_source_file *source, in macro_include()
475 macro_lookup_inclusion (struct macro_source_file *source, const char *name) in macro_lookup_inclusion()
665 check_for_redefinition (struct macro_source_file *source, int line, in check_for_redefinition()
720 macro_define_object (struct macro_source_file *source, int line, in macro_define_object()
752 macro_define_function (struct macro_source_file *source, int line, in macro_define_function()
779 macro_undef (struct macro_source_file *source, int line, in macro_undef()
821 macro_lookup_definition (struct macro_source_file *source, in macro_lookup_definition()
834 macro_definition_location (struct macro_source_file *source, in macro_definition_location()
/trueos/sys/security/mac_mls/
HDmac_mls.c452 mls_copy(struct mac_mls *source, struct mac_mls *dest) in mls_copy()
762 struct mac_mls *source, *dest; in mls_bpfdesc_create() local
774 struct mac_mls *source, *dest; in mls_bpfdesc_create_mbuf() local
898 struct mac_mls *source, *dest; in mls_cred_relabel() local
949 struct mac_mls *source, *dest; in mls_devfs_create_symlink() local
961 struct mac_mls *source, *dest; in mls_devfs_update() local
974 struct mac_mls *source, *dest; in mls_devfs_vnode_associate() local
1042 struct mac_mls *source, *dest; in mls_ifnet_create_mbuf() local
1054 struct mac_mls *source, *dest; in mls_ifnet_relabel() local
1099 struct mac_mls *source, *dest; in mls_inpcb_create() local
[all …]
/trueos/contrib/jansson/src/
HDerror.c4 void jsonp_error_init(json_error_t *error, const char *source) in jsonp_error_init()
19 void jsonp_error_set_source(json_error_t *error, const char *source) in jsonp_error_set_source()
/trueos/sys/security/mac_biba/
HDmac_biba.c491 biba_copy(struct mac_biba *source, struct mac_biba *dest) in biba_copy()
801 struct mac_biba *source, *dest; in biba_bpfdesc_create() local
813 struct mac_biba *source, *dest; in biba_bpfdesc_create_mbuf() local
938 struct mac_biba *source, *dest; in biba_cred_relabel() local
987 struct mac_biba *source, *dest; in biba_devfs_create_symlink() local
999 struct mac_biba *source, *dest; in biba_devfs_update() local
1012 struct mac_biba *source, *dest; in biba_devfs_vnode_associate() local
1124 struct mac_biba *source, *dest; in biba_ifnet_create_mbuf() local
1136 struct mac_biba *source, *dest; in biba_ifnet_relabel() local
1181 struct mac_biba *source, *dest; in biba_inpcb_create() local
[all …]
/trueos/sys/dev/random/
HDyarrow.c70 struct source { struct
71 u_int bits; /* estimated bits of entropy */
72 } source[ENTROPYSOURCE]; member
116 struct source *source; in random_process_event() local
/trueos/contrib/subversion/subversion/libsvn_delta/
HDtext_delta.c51 svn_stream_t *source; member
72 svn_stream_t *source; member
90 svn_stream_t *source; member
419 svn_txdelta_run(svn_stream_t *source, in svn_txdelta_run()
472 svn_stream_t *source, in svn_txdelta2()
495 svn_stream_t *source, in svn_txdelta()
580 void *handler_baton, svn_stream_t *source, in svn_txdelta_target_push()
641 fast_memcpy(char *target, const char *source, apr_size_t len) in fast_memcpy()
664 patterning_copy(char *target, const char *source, apr_size_t len) in patterning_copy()
854 svn_txdelta_apply(svn_stream_t *source, in svn_txdelta_apply()
/trueos/contrib/apr/network_io/unix/
HDmulticast.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()
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDdsl_prop.c309 zprop_source_t source, uint64_t value, uint64_t *newvalp) in dsl_prop_predict()
531 zprop_source_t source, int intsz, int numints, const void *value, in dsl_prop_set_sync_impl()
688 zprop_source_t source, uint64_t value) in dsl_prop_set_int()
701 zprop_source_t source, const char *value) in dsl_prop_set_string()
714 zprop_source_t source) in dsl_prop_inherit()
771 dsl_props_set_sync_impl(dsl_dataset_t *ds, zprop_source_t source, in dsl_props_set_sync_impl()
821 dsl_props_set(const char *dsname, zprop_source_t source, nvlist_t *props) in dsl_props_set()
865 const char *source; in dsl_prop_get_all_impl() local
1026 dsl_prop_set_hasrecvd_impl(const char *dsname, zprop_source_t source) in dsl_prop_set_hasrecvd_impl()
/trueos/sys/mips/nlm/
HDintr_machdep.c95 xlp_post_filter(void *source) in xlp_post_filter()
105 xlp_pre_ithread(void *source) in xlp_pre_ithread()
114 xlp_post_ithread(void *source) in xlp_post_ithread()
/trueos/sys/mips/rmi/
HDintr_machdep.c91 xlr_post_filter(void *source) in xlr_post_filter()
101 xlr_pre_ithread(void *source) in xlr_pre_ithread()
110 xlr_post_ithread(void *source) in xlr_post_ithread()
/trueos/libexec/ypxfr/
HDypxfr_misc.c121 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()
/trueos/sys/dev/aic7xxx/aicasm/
HDaicasm_insformat.h48 source : 9, member
66 source : 9, member
84 source : 9, member
/trueos/tools/sched/
HDschedgraph.py320 def __init__(self, master, source): argument
384 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
1412 def sourcestart(self, source): argument
[all …]
/trueos/sys/dev/isci/scil/
HDsci_util.c60 U32 *source, in scic_word_copy_with_swap()
/trueos/contrib/dialog/
HDcolumns.c52 next_col(char *source, unsigned offset) in next_col()
66 split_row(char *source, unsigned *offsets, unsigned *widths) in split_row()
/trueos/sys/contrib/octeon-sdk/
HDcvmx-tra.h388 uint64_t source : 5; member
412 uint64_t source : 5; member
437 uint64_t source : 4; member
462 uint64_t source : 4; member
488 uint64_t source : 5; member
513 uint64_t source : 5; member
540 uint64_t source : 5; member
567 uint64_t source : 5; member
/trueos/crypto/heimdal/lib/kadm5/
HDrename_c.c40 krb5_principal source, in kadm5_c_rename_principal()

12345678910