Searched refs:str_list (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/tcp_wrappers/
H A Dncr.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)
/freebsd-9.3-release/contrib/cvs/src/
H A Dlogmsg.c35 static char *str_list; variable
36 static char *str_list_format; /* The format for str_list's contents. */
646 * concatenate each filename/version onto str_list
664 str_list = xrealloc (str_list, strlen (str_list) + 5);
665 (void) strcat (str_list, " ");
669 str_list = xrealloc (str_list,
670 strlen (str_list)
[all...]
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_parser_y.y66 cl_list_t str_list;
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...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dtracepoint.c1367 char *(*str_list)[];
1372 str_list = (char *(*)[]) xmalloc (count * sizeof (char *));
1391 (*str_list)[ndx] = savestring (temp_buf, end - temp_buf);
1411 (*str_list)[ndx] = savestring (temp_buf, count);
1431 (*str_list)[ndx] = savestring (temp_buf, count);
1446 (*str_list)[ndx] = savestring (temp_buf, count);
1451 (*str_list)[ndx] = NULL;
1456 return *str_list;
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c748 static struct str_list sl;

Completed in 77 milliseconds