| /src/sys/arch/i386/stand/lib/ |
| exec_multiboot1.c | 165 size_t shlen; local 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 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 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 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 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 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) {
|
| /src/external/gpl2/gmake/dist/ |
| variable.c | 737 const int shlen = sizeof (shell_str) - 1; 743 (void) define_variable (shell_str, shlen, 748 struct variable *shp = lookup_variable (shell_str, shlen); local 751 (void) define_variable (shell_str, shlen, comp->value, o_env, 0); 757 const int shlen = sizeof (shell_str) - 1; 758 struct variable *shell = lookup_variable (shell_str, shlen); 794 (void) define_variable (shell_str, shlen, replace->value, 798 (void) define_variable (shell_str, shlen, default_shell, 728 const int shlen = sizeof (shell_str) - 1; local
|
| variable.c | 737 const int shlen = sizeof (shell_str) - 1; 743 (void) define_variable (shell_str, shlen, 748 struct variable *shp = lookup_variable (shell_str, shlen); local 751 (void) define_variable (shell_str, shlen, comp->value, o_env, 0); 757 const int shlen = sizeof (shell_str) - 1; 758 struct variable *shell = lookup_variable (shell_str, shlen); 794 (void) define_variable (shell_str, shlen, replace->value, 798 (void) define_variable (shell_str, shlen, default_shell, 728 const int shlen = sizeof (shell_str) - 1; local
|
| variable.c | 737 const int shlen = sizeof (shell_str) - 1; 743 (void) define_variable (shell_str, shlen, 748 struct variable *shp = lookup_variable (shell_str, shlen); local 751 (void) define_variable (shell_str, shlen, comp->value, o_env, 0); 757 const int shlen = sizeof (shell_str) - 1; 758 struct variable *shell = lookup_variable (shell_str, shlen); 794 (void) define_variable (shell_str, shlen, replace->value, 798 (void) define_variable (shell_str, shlen, default_shell, 728 const int shlen = sizeof (shell_str) - 1; local
|