Searched refs:str_tmp (Results 1 – 1 of 1) sorted by relevance
1176 char *str_tmp = NULL; in cil_userprefixes_to_string() local1197 str_tmp = cil_malloc(str_len * sizeof(char)); in cil_userprefixes_to_string()1198 *out = str_tmp; in cil_userprefixes_to_string()1204 buf_pos = snprintf(str_tmp, str_len, "user %s prefix %s;\n", user->datum.fqn, in cil_userprefixes_to_string()1207 str_tmp += buf_pos; in cil_userprefixes_to_string()1350 char *str_tmp = out; in __cil_level_to_string() local1356 buf_pos = sprintf(str_tmp, "%s", lvl->sens->datum.fqn); in __cil_level_to_string()1357 str_tmp += buf_pos; in __cil_level_to_string()1360 buf_pos = sprintf(str_tmp, ":"); in __cil_level_to_string()1361 str_tmp += buf_pos; in __cil_level_to_string()[all …]