Searched refs:nph (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/libexec/httpd/ |
H A D | cgi-bozo.c | 114 finish_cgi_output(bozohttpd_t *httpd, bozo_httpreq_t *request, int in, int nph) in finish_cgi_output() argument 126 write_header = nph == 0; in finish_cgi_output() 127 while (nph == 0 && in finish_cgi_output() 385 int envpsize, ix, nph; in bozo_process_cgi() local 482 nph = strncmp(command, "nph-", 4) == 0; in bozo_process_cgi() 502 strornull(query), nph, envpsize)); in bozo_process_cgi() 644 finish_cgi_output(httpd, request, sv[0], nph); in bozo_process_cgi()
|
H A D | CHANGES | 231 o properly support nph- CGI
|
/netbsd-src/sys/dev/ic/ |
H A D | isp_netbsd.c | 462 uint16_t nph, nphe, count, channel, lim; in ispioctl() local 490 for (count = 0, nph = 0; count < lim && nph != nphe; nph++) { in ispioctl() 493 nph, &pair.wwnn, &pair.wwpn); in ispioctl()
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | isakmp_cfg.c | 215 struct isakmp_gen *nph; local 218 nph = (struct isakmp_gen *)((char *)ph + plen); 219 plen = ntohs(nph->len); 226 memcpy(payload->v, nph, plen);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
H A D | README.txt | 1013 for.body: ; preds = %for.inc, %bb.nph 1014 %indvar = phi i64 [ 0, %bb.nph ], [ %indvar.next, %for.inc ] 1015 %i.01718 = phi i32 [ 0, %bb.nph ], [ %i.01719, %for.inc ] 1670 br i1 %cond1, label %exit, label %bb.nph 1671 bb.nph: ; preds = %entry
|