Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/libalias/
H A Dalias_smedia.c245 char newdata[2048], *port_data, *port_newdata, stemp[80]; in alias_rtsp_out() local
357 sprintf(stemp, "%d", ntohs(salias)); in alias_rtsp_out()
358 memcpy(port_newdata, stemp, strlen(stemp)); in alias_rtsp_out()
359 port_newdata += strlen(stemp); in alias_rtsp_out()
366 sprintf(stemp, "%d", ntohs(ealias)); in alias_rtsp_out()
367 memcpy(port_newdata, stemp, strlen(stemp)); in alias_rtsp_out()
368 port_newdata += strlen(stemp); in alias_rtsp_out()
H A Dalias_ftp.c672 char stemp[MAX_MESSAGE_SIZE + 1]; in NewFtpMessage() local
700 sprintf(stemp, "PORT %d,%d,%d,%d,%d,%d\r\n", in NewFtpMessage()
704 sprintf(stemp, in NewFtpMessage()
711 sprintf(stemp, "EPRT |1|%d.%d.%d.%d|%d|\r\n", in NewFtpMessage()
716 sprintf(stemp, "229 Entering Extended Passive Mode (|||%d|)\r\n", in NewFtpMessage()
722 slen = strlen(stemp); in NewFtpMessage()
727 strncpy(sptr, stemp, maxpacketsize - hlen); in NewFtpMessage()
/freebsd-13.1/sys/arm/nvidia/tegra124/
H A Dtegra124_coretemp.c71 char stemp[16]; in coretemp_get_val_sysctl() local
119 snprintf(stemp, sizeof(stemp), "%d", val); in coretemp_get_val_sysctl()
120 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
/freebsd-13.1/sys/arm64/nvidia/tegra210/
H A Dtegra210_coretemp.c73 char stemp[16]; in coretemp_get_val_sysctl() local
124 snprintf(stemp, sizeof(stemp), "%d", val); in coretemp_get_val_sysctl()
125 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
/freebsd-13.1/sys/dev/coretemp/
H A Dcoretemp.c353 char stemp[16]; in coretemp_get_val_sysctl() local
404 snprintf(stemp, sizeof(stemp), "%d", tmp); in coretemp_get_val_sysctl()
405 devctl_notify("coretemp", "Thermal", stemp, in coretemp_get_val_sysctl()
/freebsd-13.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-13.1/contrib/ee/
H A Dee.c1849 char *stemp; local
1853 stemp = line;
1859 j += len_char(*stemp, j);
1860 stemp++;