Searched refs:str_tmp (Results 1 – 1 of 1) sorted by relevance
1429 char *str_tmp = NULL; in cil_userprefixes_to_string() local1450 str_tmp = cil_malloc(str_len * sizeof(char)); in cil_userprefixes_to_string()1451 *out = str_tmp; in cil_userprefixes_to_string()1457 buf_pos = snprintf(str_tmp, str_len, "user %s prefix %s;\n", user->datum.fqn, in cil_userprefixes_to_string()1460 free(str_tmp); in cil_userprefixes_to_string()1466 str_tmp += buf_pos; in cil_userprefixes_to_string()1604 char *str_tmp = out; in __cil_level_to_string() local1610 buf_pos = sprintf(str_tmp, "%s", lvl->sens->datum.fqn); in __cil_level_to_string()1611 str_tmp += buf_pos; in __cil_level_to_string()1614 buf_pos = sprintf(str_tmp, ":"); in __cil_level_to_string()[all …]