Home
last modified time | relevance | path

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

/trueos/contrib/ofed/management/opensm/opensm/
HDosm_qos_parser_y.y66 cl_list_t str_list; member
1040 cl_list_remove_all(&tmp_parser_struct.str_list);
1044 list_iterator = cl_list_head(&tmp_parser_struct.str_list);
1045 if ( list_iterator != cl_list_end(&tmp_parser_struct.str_list) )
1051 cl_list_remove_all(&tmp_parser_struct.str_list);
1068 cl_list_remove_all(&tmp_parser_struct.str_list);
1072 list_iterator = cl_list_head(&tmp_parser_struct.str_list);
1073 if ( list_iterator != cl_list_end(&tmp_parser_struct.str_list) )
1079 cl_list_remove_all(&tmp_parser_struct.str_list);
1098 for (list_iterator = cl_list_head(&tmp_parser_struct.str_list);
[all …]
/trueos/contrib/tcp_wrappers/
HDncr.c32 struct str_list str_list; local
36 str_list.sl_nmods = MAX_MODULE_COUNT;
37 str_list.sl_modlist = &mod_buffer[0];
52 if (ioctl(fd, I_LIST, &str_list) < 0)
/trueos/contrib/gdb/gdb/
HDtracepoint.c1367 char *(*str_list)[]; in stringify_collection_list() local
1372 str_list = (char *(*)[]) xmalloc (count * sizeof (char *)); in stringify_collection_list()
1391 (*str_list)[ndx] = savestring (temp_buf, end - temp_buf); in stringify_collection_list()
1411 (*str_list)[ndx] = savestring (temp_buf, count); in stringify_collection_list()
1431 (*str_list)[ndx] = savestring (temp_buf, count); in stringify_collection_list()
1446 (*str_list)[ndx] = savestring (temp_buf, count); in stringify_collection_list()
1451 (*str_list)[ndx] = NULL; in stringify_collection_list()
1456 return *str_list; in stringify_collection_list()
/trueos/crypto/heimdal/appl/telnet/telnetd/
HDsys_term.c755 static struct str_list sl; in my_find()