Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/sgs/mcs/common/
H A Dfile.c48 char *new_sec_string; member
273 state.new_sec_string = NULL; in process_file()
303 if (state.new_sec_string != NULL) in process_file()
304 free(state.new_sec_string); in process_file()
546 state->new_sec_string = calloc(1, cmd_info->str_size + 1); in traverse_file()
547 if (state->new_sec_string == NULL) in traverse_file()
551 (void) strcat(state->new_sec_string, in traverse_file()
553 (void) strcat(state->new_sec_string, "\n"); in traverse_file()
966 (state->new_sec_string != NULL) && in build_file()
1030 if (!state->Sect_exists && state->new_sec_string != NULL) { in build_file()
[all …]