Home
last modified time | relevance | path

Searched refs:stemp (Results 1 – 5 of 5) sorted by relevance

/dragonfly/lib/libalias/
H A Dalias_smedia.c152 char newdata[2048], *port_data, *port_newdata, stemp[80]; in alias_rtsp_out() local
263 sprintf(stemp, "%d", ntohs(salias)); in alias_rtsp_out()
264 memcpy(port_newdata, stemp, strlen(stemp)); in alias_rtsp_out()
265 port_newdata += strlen(stemp); in alias_rtsp_out()
272 sprintf(stemp, "%d", ntohs(ealias)); in alias_rtsp_out()
273 memcpy(port_newdata, stemp, strlen(stemp)); in alias_rtsp_out()
274 port_newdata += strlen(stemp); in alias_rtsp_out()
H A Dalias_ftp.c491 char stemp[MAX_MESSAGE_SIZE + 1]; in NewFtpMessage() local
515 sprintf(stemp, "PORT %d,%d,%d,%d,%d,%d\r\n", in NewFtpMessage()
519 sprintf(stemp, in NewFtpMessage()
526 sprintf(stemp, "EPRT |1|%d.%d.%d.%d|%d|\r\n", in NewFtpMessage()
531 sprintf(stemp, "229 Entering Extended Passive Mode (|||%d|)\r\n", in NewFtpMessage()
537 slen = strlen(stemp); in NewFtpMessage()
541 strncpy(sptr, stemp, maxpacketsize-hlen); in NewFtpMessage()
/dragonfly/sys/dev/powermng/coretemp/
H A Dcoretemp.c528 char stemp[16], data[64]; in coretemp_msr_temp() local
533 ksnprintf(stemp, sizeof(stemp), "%d", temp); in coretemp_msr_temp()
538 devctl_notify("coretemp", "Thermal", stemp, data); in coretemp_msr_temp()
574 char stemp[16], data[64]; in coretemp_pkg_msr_temp() local
579 ksnprintf(stemp, sizeof(stemp), "%d", temp); in coretemp_pkg_msr_temp()
582 devctl_notify("coretemp", "Thermal", stemp, data); in coretemp_pkg_msr_temp()
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dfixed-bit.c781 BIG_SINT_C_TYPE stemp; in SATFRACT() local
823 stemp = (BIG_SINT_C_TYPE)1 << (BIG_WIDTH - 1); in SATFRACT()
824 stemp = stemp >> (BIG_WIDTH - 1 - TO_I_F_BITS); in SATFRACT()
825 min_low = stemp; in SATFRACT()
978 BIG_SINT_C_TYPE stemp; in SATFRACT() local
1015 stemp = (BIG_SINT_C_TYPE)1 << (BIG_WIDTH - 1); in SATFRACT()
1016 stemp = stemp >> (BIG_WIDTH - 1 - TO_I_F_BITS); in SATFRACT()
1017 min_low = stemp; in SATFRACT()
/dragonfly/contrib/ee/
H A Dee.c1853 char *stemp; local
1857 stemp = line;
1863 j += len_char(*stemp, j);
1864 stemp++;