Home
last modified time | relevance | path

Searched refs:temp_msg (Results 1 – 16 of 16) sorted by relevance

/dports/net/freediameter/freeDiameter-1.5.0/extensions/app_radgw/
H A Dradius.c544 free(temp_msg); in rgw_msg_parse()
550 temp_msg->radius.buf_size = temp_msg->radius.buf_used = msg_len; in rgw_msg_parse()
554 end = temp_msg->radius.buf + temp_msg->radius.buf_used; in rgw_msg_parse()
578 temp_msg->ps_nb += 1; in rgw_msg_parse()
584 radius_msg_free(&temp_msg->radius); in rgw_msg_parse()
585 free(temp_msg); in rgw_msg_parse()
590 if (temp_msg->ps_nb) { in rgw_msg_parse()
598 …struct radius_attr_hdr * attr = (struct radius_attr_hdr *)(temp_msg->radius.buf + temp_msg->radius… in rgw_msg_parse()
603 temp_msg->radius.attr_pos[new_n++] = temp_msg->radius.attr_pos[n]; in rgw_msg_parse()
607 temp_msg->ps_first = new_n; in rgw_msg_parse()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/helpcontent2/.git-hooks/
H A Dcommit-msg122 temp_msg=`grep -v -i '^Change-Id:' "$MSG"`
123 echo "$temp_msg" > "$MSG"
/dports/editors/libreoffice6/libreoffice-6.4.7.2/helpcontent2/.git-hooks/
H A Dcommit-msg122 temp_msg=`grep -v -i '^Change-Id:' "$MSG"`
123 echo "$temp_msg" > "$MSG"
/dports/editors/libreoffice6/libreoffice-6.4.7.2/.git-hooks/
H A Dcommit-msg117 temp_msg=`grep -v -i '^Change-Id:' "$MSG"`
118 echo "$temp_msg" > "$MSG"
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dmessages_gui.c1215 temp_msg[sizeof(temp_msg)-1] = '\0'; // Terminate string in Send_message_now()
1216 strcat(temp_msg, ">"); in Send_message_now()
1217 temp_msg[sizeof(temp_msg)-1] = '\0'; // Terminate string in Send_message_now()
1219 temp_msg[sizeof(temp_msg)-1] = '\0'; // Terminate string in Send_message_now()
1220 strcat(temp_msg, ","); in Send_message_now()
1221 temp_msg[sizeof(temp_msg)-1] = '\0'; // Terminate string in Send_message_now()
1223 temp_msg[sizeof(temp_msg)-1] = '\0'; // Terminate string in Send_message_now()
1224 strcat(temp_msg, ":"); in Send_message_now()
1225 temp_msg[sizeof(temp_msg)-1] = '\0'; // Terminate string in Send_message_now()
1227 temp_msg[sizeof(temp_msg)-1] = '\0'; // Terminate string in Send_message_now()
[all …]
H A Ddb.c1581 char temp_msg[MAX_MESSAGE_LENGTH+1]; in alert_data_add() local
1585 xastir_snprintf(temp_msg, in alert_data_add()
1586 sizeof(temp_msg), in alert_data_add()
1594 temp_msg); in alert_data_add()
19931 char temp_msg[MAX_MESSAGE_LENGTH+1]; in decode_info_field() local
19933 xastir_snprintf(temp_msg, in decode_info_field()
19934 sizeof(temp_msg), in decode_info_field()
19941 temp_msg ); in decode_info_field()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DModule.c186 char *temp_msg = (char*)alloca(temp - hold + 1); in SendFvwmPipe() local
188 strncpy(temp_msg, hold, (temp - hold)); in SendFvwmPipe()
189 temp_msg[(temp - hold)] = '\0'; in SendFvwmPipe()
192 SendText(fd, temp_msg, window); in SendFvwmPipe()
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A DModule.c186 char *temp_msg = (char*)alloca(temp - hold + 1); in SendFvwmPipe() local
188 strncpy(temp_msg, hold, (temp - hold)); in SendFvwmPipe()
189 temp_msg[(temp - hold)] = '\0'; in SendFvwmPipe()
192 SendText(fd, temp_msg, window); in SendFvwmPipe()
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/clplumbing/
H A Docf_ipc.c381 struct IPC_MESSAGE * temp_msg; in ipc_bufpool_msg_new() local
383 temp_msg = malloc(sizeof(struct IPC_MESSAGE)); in ipc_bufpool_msg_new()
384 if (temp_msg == NULL) { in ipc_bufpool_msg_new()
390 memset(temp_msg, 0, sizeof(struct IPC_MESSAGE)); in ipc_bufpool_msg_new()
392 return temp_msg; in ipc_bufpool_msg_new()
/dports/devel/py-black/black-21.7b0/tests/data/
H A Dlong_strings__regression.py420 temp_msg = ( variable
499 temp_msg = ( variable
1040 temp_msg = ( variable
1135 temp_msg = ( variable
/dports/net-mgmt/observium/observium/mibs/papouch/
H A Dpapago_temp_V02-MIB131 temp_msg TRAP-TYPE
H A Dwindeth_v01-MIB168 temp_msg TRAP-TYPE
H A Dad4eth_v03-MIB200 temp_msg TRAP-TYPE
H A Dthe_v01-MIB193 temp_msg TRAP-TYPE
H A DQUIDOS_v01-MIB84 temp_msg TRAP-TYPE
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/db/db_odbc/
H A Dotlv4.h11048 SQLWCHAR temp_msg[SQL_MAX_MESSAGE_LENGTH]; local
11062 temp_msg,
11065 temp_msg[msg_len]=0;
11071 temp_msg);
13160 SQLWCHAR temp_msg[SQL_MAX_MESSAGE_LENGTH];
13167 temp_msg,
13170 temp_msg[msg_len]=0;
13176 temp_msg);