Searched refs:tmp_str (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_qos_parser_y.y | 1132 char * tmp_str; variable 1144 tmp_str = (char*)cl_list_obj(list_iterator); 1145 if (tmp_str) 1146 p_current_port_group->name = tmp_str; 1160 char * tmp_str; variable 1172 tmp_str = (char*)cl_list_obj(list_iterator); 1173 if (tmp_str) 1174 p_current_port_group->use = tmp_str; 1191 char * tmp_str; variable 1199 tmp_str = (char*)cl_list_obj(list_iterator); [all …]
|
H A D | osm_db_pack.c | 110 char tmp_str[24]; in unpack_neighbor() local 114 strncpy(tmp_str, p_str, 23); in unpack_neighbor() 115 tmp_str[23] = '\0'; in unpack_neighbor() 116 p_num = strtok_r(tmp_str, ":", &p_next); in unpack_neighbor()
|
/freebsd/crypto/openssl/crypto/engine/ |
H A D | eng_dyn.c | 359 char *tmp_str = OPENSSL_strdup(p); in dynamic_ctrl() local 360 if (tmp_str == NULL) { in dynamic_ctrl() 364 if (!sk_OPENSSL_STRING_push(ctx->dirs, tmp_str)) { in dynamic_ctrl() 365 OPENSSL_free(tmp_str); in dynamic_ctrl()
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | kernel.c | 521 char *tmp_str = dprintf_string; in dprintf_find_string() local 529 while (tmp_str != NULL) { in dprintf_find_string() 530 if (strncmp(tmp_str, string, len) == 0 && in dprintf_find_string() 531 (tmp_str[len] == ',' || tmp_str[len] == '\0')) in dprintf_find_string() 533 tmp_str = strchr(tmp_str, ','); in dprintf_find_string() 534 if (tmp_str != NULL) in dprintf_find_string() 535 tmp_str++; /* Get rid of , */ in dprintf_find_string()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointIDList.cpp | 114 llvm::StringRef tmp_str = old_args[i].ref(); in FindAndReplaceIDRanges() local 115 auto [prefix, suffix] = tmp_str.split('.'); in FindAndReplaceIDRanges()
|
/freebsd/sys/netinet/ |
H A D | sctp_output.c | 3604 struct sctp_stream_out *tmp_str; in sctp_process_cmsgs_for_init() local 3614 SCTP_MALLOC(tmp_str, in sctp_process_cmsgs_for_init() 3619 if (tmp_str != NULL) { in sctp_process_cmsgs_for_init() 3621 stcb->asoc.strmout = tmp_str; in sctp_process_cmsgs_for_init()
|