Searched refs:first_square_bracket (Results 1 – 1 of 1) sorted by relevance
3596 const char *first_square_bracket = strchr(name, '['); in should_add_buffer_variable() local3599 if (!first_square_bracket) { in should_add_buffer_variable()3602 } else if (struct_first_dot && struct_first_dot < first_square_bracket) { in should_add_buffer_variable()3608 if (strncmp(first_square_bracket, "[0]", 3) == 0) in should_add_buffer_variable()4098 const char *first_square_bracket = strchr(name, '['); in get_top_level_name() local4113 if (!first_square_bracket && !first_dot) in get_top_level_name()4115 else if ((!first_square_bracket || in get_top_level_name()4116 (first_dot && first_dot < first_square_bracket))) in get_top_level_name()4119 name_size = first_square_bracket - name; in get_top_level_name()