Home
last modified time | relevance | path

Searched refs:ucs_config_sscanf_bool (Results 1 – 2 of 2) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/config/
H A Dparser.h150 int ucs_config_sscanf_bool(const char *buf, void *dest, const void *arg);
252 #define UCS_CONFIG_TYPE_BOOL {ucs_config_sscanf_bool, ucs_config_sprintf_bool, \
H A Dparser.c214 int ucs_config_sscanf_bool(const char *buf, void *dest, const void *arg) in ucs_config_sscanf_bool() function
240 return ucs_config_sscanf_bool(buf, dest, arg); in ucs_config_sscanf_ternary()