Home
last modified time | relevance | path

Searched defs:string (Results 1 – 25 of 67) sorted by relevance

123

/f-stack/freebsd/libkern/
H A Dstrdup.c43 strdup_flags(const char *string, struct malloc_type *type, int flags) in strdup_flags()
57 strdup(const char *string, struct malloc_type *type) in strdup()
H A Dstrndup.c41 strndup(const char *string, size_t maxlen, struct malloc_type *type) in strndup()
H A Dfnmatch.c56 fnmatch(const char *pattern, const char *string, int flags) in fnmatch()
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzpool_prop.c218 zpool_prop_string_to_index(zpool_prop_t prop, const char *string, in zpool_prop_string_to_index()
226 const char **string) in zpool_prop_index_to_string()
H A Dzfs_prop.c815 zfs_prop_string_to_index(zfs_prop_t prop, const char *string, uint64_t *index) in zfs_prop_string_to_index()
821 zfs_prop_index_to_string(zfs_prop_t prop, uint64_t index, const char **string) in zfs_prop_index_to_string()
H A Dzprop_common.c289 zprop_string_to_index(int prop, const char *string, uint64_t *index, in zprop_string_to_index()
315 zprop_index_to_string(int prop, uint64_t index, const char **string, in zprop_index_to_string()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_string_fns.c14 rte_strsplit(char *string, int stringlen, in rte_strsplit()
/f-stack/dpdk/lib/librte_eal/windows/
H A Dfnmatch.c29 fnmatch(const char *pattern, const char *string, int flags) in fnmatch()
/f-stack/freebsd/security/mac_portacl/
H A Dmac_portacl.c241 parse_rules(char *string, struct rulehead *head) in parse_rules()
334 char *string, *copy_string, *new_string; in sysctl_rules() local
/f-stack/dpdk/lib/librte_cmdline/
H A Dcmdline_parse_string.h56 #define TOKEN_STRING_INITIALIZER(structure, field, string) \ argument
/f-stack/dpdk/lib/librte_eal/windows/include/
H A Dregex.h51 __rte_unused const char *string, __rte_unused size_t nmatch, in regexec()
/f-stack/dpdk/examples/ip_pipeline/
H A Dparser.c237 parse_tokenize_string(char *string, char *tokens[], uint32_t *n_tokens) in parse_tokenize_string()
297 parse_mpls_labels(char *string, uint32_t *labels, uint32_t *n_labels) in parse_mpls_labels()
/f-stack/tools/compat/
H A Dfnmatch.c79 fnmatch(const char *pattern, const char *string, int flags) in fnmatch()
/f-stack/dpdk/drivers/net/softnic/
H A Dparser.c254 softnic_parse_tokenize_string(char *string, char *tokens[], uint32_t *n_tokens) in softnic_parse_tokenize_string()
314 softnic_parse_mpls_labels(char *string, uint32_t *labels, uint32_t *n_labels) in softnic_parse_mpls_labels()
/f-stack/freebsd/contrib/libfdt/
H A Dlibfdt_env.h136 static inline size_t fdt_strnlen(const char *string, size_t max_count) in fdt_strnlen()
/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dopae_spi_transaction.c35 static void print_buffer(const char *string, void *buffer, int len) in print_buffer()
47 static void print_buffer(const char *string, void *buffer, int len) in print_buffer()
/f-stack/dpdk/drivers/net/fm10k/base/
H A Dfm10k_tlv.c38 const unsigned char *string) in fm10k_tlv_attr_put_null_string()
89 static s32 fm10k_tlv_attr_get_null_string(u32 *attr, unsigned char *string) in fm10k_tlv_attr_get_null_string()
/f-stack/app/redis-5.0.5/src/
H A Dutil.c49 const char *string, int stringLen, int nocase) in stringmatchlen()
170 int stringmatch(const char *pattern, const char *string, int nocase) { in stringmatch()
/f-stack/freebsd/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair_json.c140 char *string = fnvpair_value_string(curr); in nvlist_print_json() local
/f-stack/freebsd/security/mac/
H A Dmac_pipe.c119 mac_pipe_internalize_label(struct label *label, char *string) in mac_pipe_internalize_label()
H A Dmac_cred.c166 mac_cred_internalize_label(struct label *label, char *string) in mac_cred_internalize_label()
/f-stack/dpdk/app/test-eventdev/
H A Dparser.c253 parse_tokenize_string(char *string, char *tokens[], uint32_t *n_tokens) in parse_tokenize_string()
/f-stack/dpdk/examples/qos_sched/
H A Dargs.c134 char *string; in app_parse_opt_vals() local
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_dcb.h184 #define hns3_dcb_set_field(dest, string, val) \ argument
188 #define hns3_dcb_get_field(src, string) \ argument
/f-stack/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_dpio.c133 char string[STRING_LEN], command[COMMAND_LEN]; in dpaa2_affine_dpio_intr_to_respective_core() local

123