/src/sys/external/bsd/ipf/netinet/ |
ip_rcmd_pxy.c | 139 char portbuf[8], *s; local in function:ipf_p_rcmd_portmsg 173 bzero(portbuf, sizeof(portbuf)); 174 COPYDATA(m, off, MIN(sizeof(portbuf), dlen), portbuf); 176 portbuf[sizeof(portbuf) - 1] = '\0'; 177 s = portbuf; 182 dlen, portbuf);
|
ip_rcmd_pxy.c | 139 char portbuf[8], *s; local in function:ipf_p_rcmd_portmsg 173 bzero(portbuf, sizeof(portbuf)); 174 COPYDATA(m, off, MIN(sizeof(portbuf), dlen), portbuf); 176 portbuf[sizeof(portbuf) - 1] = '\0'; 177 s = portbuf; 182 dlen, portbuf);
|
/src/sys/dev/acpi/ |
ehci_acpi.c | 189 ACPI_BUFFER portbuf, buf; local in function:ehci_acpi_port_has_companion 195 rv = acpi_eval_struct(portad->ad_handle, "_PLD", &portbuf); 199 portobj = portbuf.Pointer; 238 ACPI_FREE(portbuf.Pointer);
|
ehci_acpi.c | 189 ACPI_BUFFER portbuf, buf; local in function:ehci_acpi_port_has_companion 195 rv = acpi_eval_struct(portad->ad_handle, "_PLD", &portbuf); 199 portobj = portbuf.Pointer; 238 ACPI_FREE(portbuf.Pointer);
|
/src/libexec/httpd/ |
bozohttpd.c | 1066 char portbuf[20]; local in function:handle_redirect 1120 portbuf[0] = '\0'; 1126 snprintf(portbuf, sizeof(portbuf), ":%s", 1129 portbuf[0] = '\0'; 1142 scheme, hostname, portbuf, url, quest, query); 2228 char portbuf[20]; local in function:bozo_http_error 2248 snprintf(portbuf, sizeof(portbuf), ":%s", 2251 portbuf[0] = '\0' [all...] |
bozohttpd.c | 1066 char portbuf[20]; local in function:handle_redirect 1120 portbuf[0] = '\0'; 1126 snprintf(portbuf, sizeof(portbuf), ":%s", 1129 portbuf[0] = '\0'; 1142 scheme, hostname, portbuf, url, quest, query); 2228 char portbuf[20]; local in function:bozo_http_error 2248 snprintf(portbuf, sizeof(portbuf), ":%s", 2251 portbuf[0] = '\0' [all...] |