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

/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_smedia.c245 char newdata[2048], *port_data, *port_newdata, stemp[80]; local
357 sprintf(stemp, "%d", ntohs(salias));
358 memcpy(port_newdata, stemp, strlen(stemp));
359 port_newdata += strlen(stemp);
366 sprintf(stemp, "%d", ntohs(ealias));
367 memcpy(port_newdata, stemp, strlen(stemp));
368 port_newdata += strlen(stemp);
H A Dalias_ftp.c672 char stemp[MAX_MESSAGE_SIZE + 1]; local
700 sprintf(stemp, "PORT %d,%d,%d,%d,%d,%d\r\n",
704 sprintf(stemp,
711 sprintf(stemp, "EPRT |1|%d.%d.%d.%d|%d|\r\n",
716 sprintf(stemp, "229 Entering Extended Passive Mode (|||%d|)\r\n",
722 slen = strlen(stemp);
727 strncpy(sptr, stemp, maxpacketsize - hlen);
/freebsd-13-stable/sys/dev/coretemp/
H A Dcoretemp.c363 char stemp[16]; local
414 snprintf(stemp, sizeof(stemp), "%d", tmp);
415 devctl_notify("coretemp", "Thermal", stemp,
/freebsd-13-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_coretemp.c71 char stemp[16]; local
119 snprintf(stemp, sizeof(stemp), "%d", val);
120 devctl_notify("coretemp", "Thermal", stemp,
/freebsd-13-stable/sys/arm64/nvidia/tegra210/
H A Dtegra210_coretemp.c73 char stemp[16]; local
124 snprintf(stemp, sizeof(stemp), "%d", val);
125 devctl_notify("coretemp", "Thermal", stemp,
/freebsd-13-stable/contrib/libpcap/msdos/
H A Dpktdrvr.c1370 USHORT stemp; local
1396 if (_dx_real_above(len, rmem_adrp, &stemp) != _DOSE_NONE)
1401 if (_dx_real_above(len, rmem_adrp, &stemp) != _DOSE_NONE)
/freebsd-13-stable/contrib/ee/
H A Dee.c1849 char *stemp; local
1853 stemp = line;
1859 j += len_char(*stemp, j);
1860 stemp++;

Completed in 127 milliseconds