Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/libalias/
H A Dalias_smedia.c249 char newdata[2048], *port_data, *port_newdata, stemp[80]; in alias_rtsp_out() local
370 sprintf(stemp, "%d", ntohs(salias)); in alias_rtsp_out()
371 memcpy(port_newdata, stemp, strlen(stemp)); in alias_rtsp_out()
372 port_newdata += strlen(stemp); in alias_rtsp_out()
379 sprintf(stemp, "%d", ntohs(ealias)); in alias_rtsp_out()
380 memcpy(port_newdata, stemp, strlen(stemp)); in alias_rtsp_out()
381 port_newdata += strlen(stemp); in alias_rtsp_out()
H A Dalias_ftp.c684 char stemp[MAX_MESSAGE_SIZE + 1]; in NewFtpMessage() local
712 sprintf(stemp, "PORT %d,%d,%d,%d,%d,%d\r\n", in NewFtpMessage()
716 sprintf(stemp, in NewFtpMessage()
723 sprintf(stemp, "EPRT |1|%d.%d.%d.%d|%d|\r\n", in NewFtpMessage()
728 sprintf(stemp, "229 Entering Extended Passive Mode (|||%d|)\r\n", in NewFtpMessage()
734 slen = strlen(stemp); in NewFtpMessage()
739 strncpy(sptr, stemp, maxpacketsize - hlen); in NewFtpMessage()
/freebsd-12.1/sys/arm/nvidia/tegra124/
H A Dtegra124_coretemp.c72 char stemp[16]; in coretemp_get_val_sysctl() local
123 snprintf(stemp, sizeof(stemp), "%d", val); in coretemp_get_val_sysctl()
124 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
/freebsd-12.1/sys/dev/coretemp/
H A Dcoretemp.c361 char stemp[16]; in coretemp_get_val_sysctl() local
412 snprintf(stemp, sizeof(stemp), "%d", tmp); in coretemp_get_val_sysctl()
413 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
/freebsd-12.1/contrib/libpcap/msdos/
H A Dpktdrvr.c1370 USHORT stemp; in RealCopy() local
1396 if (_dx_real_above(len, rmem_adrp, &stemp) != _DOSE_NONE) in RealCopy()
1401 if (_dx_real_above(len, rmem_adrp, &stemp) != _DOSE_NONE) in RealCopy()
/freebsd-12.1/contrib/ee/
H A Dee.c1849 char *stemp; local
1853 stemp = line;
1859 j += len_char(*stemp, j);
1860 stemp++;