/src/sys/netinet/ |
accf_http.c | 221 int cmplen, cc; local in function:sohashttpget 229 STRSETUP(cmp, cmplen, "ET "); 232 STRSETUP(cmp, cmplen, "EAD "); 237 if (cc < cmplen) {
|
accf_http.c | 221 int cmplen, cc; local in function:sohashttpget 229 STRSETUP(cmp, cmplen, "ET "); 232 STRSETUP(cmp, cmplen, "EAD "); 237 if (cc < cmplen) {
|
/src/sbin/mount/ |
mount.c | 412 size_t cmplen = sizeof(sfp[i].f_fstypename); local in function:mountfs 419 cmplen -= TYPESIZE; 427 strncmp(vfstype, mountedtype, cmplen) == 0) {
|
mount.c | 412 size_t cmplen = sizeof(sfp[i].f_fstypename); local in function:mountfs 419 cmplen -= TYPESIZE; 427 strncmp(vfstype, mountedtype, cmplen) == 0) {
|