Searched refs:sizep (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_mac_conv.c | 184 long *sizep, in macroman2enc() argument 189 CFIndex len = *sizep; in macroman2enc() 208 ptr + *sizep, real_size - *sizep, &len)) in macroman2enc() 214 mch_memmove(ptr, ptr + *sizep, len); in macroman2enc() 215 *sizep = len; in macroman2enc()
|
| H A D | alloc.c | 32 mem_pre_alloc_s(size_t *sizep) in mem_pre_alloc_s() argument 34 *sizep += sizeof(size_t); in mem_pre_alloc_s() 38 mem_pre_alloc_l(size_t *sizep) in mem_pre_alloc_l() argument 40 *sizep += sizeof(size_t); in mem_pre_alloc_l()
|
| H A D | fileio.c | 40 static char_u *check_for_cryptkey(char_u *cryptkey, char_u *ptr, long *sizep, off_T *filesizep, int… 2877 long *sizep, // length of read bytes in check_for_cryptkey() argument 2883 int method = crypt_method_nr_from_magic((char *)ptr, *sizep); in check_for_cryptkey() 2925 if (*sizep <= header_len) in check_for_cryptkey() 2935 *sizep -= header_len; in check_for_cryptkey() 2936 mch_memmove(ptr, ptr + header_len, (size_t)*sizep); in check_for_cryptkey()
|
| /vim-8.2.3635/src/proto/ |
| H A D | os_mac_conv.pro | 3 int macroman2enc(char_u *ptr, long *sizep, long real_size);
|