/src/sys/arch/i386/stand/lib/ |
exec_multiboot1.c | 165 size_t shlen; local in function:exec_multiboot1 175 shlen = ehdr.e_shnum * ehdr.e_shentsize; 176 shbuf = alloc(shlen); 178 pvbcopy((void *)shaddr, shbuf, shlen); 181 vpbcopy(shbuf, (void *)shaddr, shlen); 183 dealloc(shbuf, shlen);
|
exec_multiboot1.c | 165 size_t shlen; local in function:exec_multiboot1 175 shlen = ehdr.e_shnum * ehdr.e_shentsize; 176 shbuf = alloc(shlen); 178 pvbcopy((void *)shaddr, shbuf, shlen); 181 vpbcopy(shbuf, (void *)shaddr, shlen); 183 dealloc(shbuf, shlen);
|
/src/tests/lib/libc/regex/ |
main.c | 442 int shlen; local in function:check 491 shlen = (int)strlen(should); 492 if (len != shlen || strncmp(p, should, (size_t)shlen) != 0) { 496 if (shlen > 0) 502 shlen = strlen(at); 503 if (shlen == 0) 504 shlen = 1; /* force check for end-of-string */ 505 if (strncmp(p, at, shlen) != 0) {
|
main.c | 442 int shlen; local in function:check 491 shlen = (int)strlen(should); 492 if (len != shlen || strncmp(p, should, (size_t)shlen) != 0) { 496 if (shlen > 0) 502 shlen = strlen(at); 503 if (shlen == 0) 504 shlen = 1; /* force check for end-of-string */ 505 if (strncmp(p, at, shlen) != 0) {
|