Searched refs:str_tmp (Results 1 – 1 of 1) sorted by relevance
1215 char *str_tmp = NULL; in cil_userprefixes_to_string() local1236 str_tmp = cil_malloc(str_len * sizeof(char)); in cil_userprefixes_to_string()1237 *out = str_tmp; in cil_userprefixes_to_string()1243 buf_pos = snprintf(str_tmp, str_len, "user %s prefix %s;\n", user->datum.fqn, in cil_userprefixes_to_string()1246 str_tmp += buf_pos; in cil_userprefixes_to_string()1391 char *str_tmp = out; in __cil_level_to_string() local1397 buf_pos = sprintf(str_tmp, "%s", lvl->sens->datum.fqn); in __cil_level_to_string()1398 str_tmp += buf_pos; in __cil_level_to_string()1401 buf_pos = sprintf(str_tmp, ":"); in __cil_level_to_string()1402 str_tmp += buf_pos; in __cil_level_to_string()[all …]