Searched defs:new_sec_string (Results 1 - 1 of 1) sorted by relevance

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

Completed in 72 milliseconds