/src/libexec/httpd/ |
cgi-bozo.c | 114 finish_cgi_output(bozohttpd_t *httpd, bozo_httpreq_t *request, int in, int nph) 126 write_header = nph == 0; 127 while (nph == 0 && 385 int envpsize, ix, nph; local in function:bozo_process_cgi 482 nph = strncmp(command, "nph-", 4) == 0; 500 "query `%s', nph `%d', envpsize `%d'", __func__, 502 strornull(query), nph, envpsize)); 644 finish_cgi_output(httpd, request, sv[0], nph);
|
cgi-bozo.c | 114 finish_cgi_output(bozohttpd_t *httpd, bozo_httpreq_t *request, int in, int nph) 126 write_header = nph == 0; 127 while (nph == 0 && 385 int envpsize, ix, nph; local in function:bozo_process_cgi 482 nph = strncmp(command, "nph-", 4) == 0; 500 "query `%s', nph `%d', envpsize `%d'", __func__, 502 strornull(query), nph, envpsize)); 644 finish_cgi_output(httpd, request, sv[0], nph);
|
/src/sys/dev/ic/ |
isp_netbsd.c | 462 uint16_t nph, nphe, count, channel, lim; local in function:ispioctl 490 for (count = 0, nph = 0; count < lim && nph != nphe; nph++) { 493 nph, &pair.wwnn, &pair.wwpn);
|
isp_netbsd.c | 462 uint16_t nph, nphe, count, channel, lim; local in function:ispioctl 490 for (count = 0, nph = 0; count < lim && nph != nphe; nph++) { 493 nph, &pair.wwnn, &pair.wwpn);
|