Home
last modified time | relevance | path

Searched refs:p_ptr (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/lib/libc/db/hash/
Dhash.c830 hash_realloc(SEGMENT **p_ptr, int oldsize, int newsize) in hash_realloc() argument
835 memmove(p, *p_ptr, oldsize); in hash_realloc()
837 free(*p_ptr); in hash_realloc()
838 *p_ptr = p; in hash_realloc()
/openbsd/src/sys/kern/
Dsubr_hibernate.c373 hiballoc_init(struct hiballoc_arena *arena, void *p_ptr, size_t p_len) in hiballoc_init() argument
385 ptr = (caddr_t)roundup((vaddr_t)p_ptr, HIB_ALIGN); in hiballoc_init()
386 len = p_len - ((size_t)ptr - (size_t)p_ptr); in hiballoc_init()
/openbsd/src/gnu/lib/libiberty/src/
Dregex.c1858 const CHAR_T **p_ptr,
1867 const char **p_ptr,
4359 wcs_compile_range (CHAR_T range_start_char, const CHAR_T **p_ptr, in wcs_compile_range() argument
4363 const CHAR_T *p = *p_ptr; in wcs_compile_range()
4425 (*p_ptr)++; in wcs_compile_range()
4442 byte_compile_range (unsigned int range_start_char, const char **p_ptr, in byte_compile_range() argument
4447 const char *p = *p_ptr; in byte_compile_range()
4462 (*p_ptr)++; in byte_compile_range()
/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
Dgnu-regex.c1450 static reg_errcode_t compile_range _RE_ARGS ((const char **p_ptr,
3012 compile_range (p_ptr, pend, translate, syntax, b) in compile_range() argument
3013 const char **p_ptr, *pend; in compile_range()
3020 const char *p = *p_ptr;
3039 (*p_ptr)++;