Searched refs:tmp_str (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_parser_y.y1035 char * tmp_str;
1047 tmp_str = (char*)cl_list_obj(list_iterator);
1048 if (tmp_str)
1049 p_current_port_group->name = tmp_str;
1063 char * tmp_str;
1075 tmp_str = (char*)cl_list_obj(list_iterator);
1076 if (tmp_str)
1077 p_current_port_group->use = tmp_str;
1094 char * tmp_str;
1102 tmp_str
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_dyn.c414 char *tmp_str = BUF_strdup(p); local
415 if (!tmp_str) {
419 sk_insert(ctx->dirs, tmp_str, -1);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c575 char *tmp_str = dprintf_string; local
583 while (tmp_str != NULL) {
584 if (strncmp(tmp_str, string, len) == 0 &&
585 (tmp_str[len] == ',' || tmp_str[len] == '\0'))
587 tmp_str = strchr(tmp_str, ',');
588 if (tmp_str != NULL)
589 tmp_str++; /* Get rid of , */
/freebsd-9.3-release/sys/netinet/
H A Dsctp_output.c3616 struct sctp_stream_out *tmp_str; local
3623 SCTP_MALLOC(tmp_str,
3628 if (tmp_str != NULL) {
3630 stcb->asoc.strmout = tmp_str;

Completed in 338 milliseconds