Searched refs:MAX_DMBX_NAME_LEN (Results 1 – 1 of 1) sorted by relevance
23 #define MAX_DMBX_NAME_LEN (MAX_MBX_PARAM_SIZE-1) macro40 char name[MAX_DMBX_NAME_LEN];117 if ((name==NULL) || (strlen(name)>(MAX_DMBX_NAME_LEN-1))) in _MApi_Search_ClassNum()123 if (strncmp(Tab_DMBX_Class[i].name, name, MAX_DMBX_NAME_LEN) == 0) in _MApi_Search_ClassNum()140 char temp_name[MAX_DMBX_NAME_LEN] = {0}; in _MApi_Conduct_GenerateClass()161 if (strncmp(Tab_DMBX_Class[i].name, temp_name, MAX_DMBX_NAME_LEN) == 0) in _MApi_Conduct_GenerateClass()173 strncpy(Tab_DMBX_Class[Count_DMBX_Class].name, temp_name, MAX_DMBX_NAME_LEN); in _MApi_Conduct_GenerateClass()195 char temp_name[MAX_DMBX_NAME_LEN] = {0}; in _MApi_Conduct_QueryClass()445 strncpy(Tab_DMBX_Class[Count_DMBX_Class].name, name, MAX_DMBX_NAME_LEN); in _MApi_MBX_DynamicClass()