Searched refs:newp (Results 1 – 5 of 5) sorted by relevance
60 char *newp; in fnmatch() local124 switch (rangematch(pattern, *string, flags, &newp)) { in fnmatch()128 pattern = newp; in fnmatch()160 rangematch(const char *pattern, char test, int flags, char **newp) in rangematch() argument221 *newp = (char *)pattern; in rangematch()
2348 mchunkptr newp; /* chunk to return */ in rEALLOc()2374 newp = oldp = mem2chunk(oldmem); in rEALLOc()2391 newp = mremap_chunk(oldp, nb); in rEALLOc()2392 if(newp) in rEALLOc()2395 return chunk2mem(newp); in rEALLOc()2475 newp = prev; in rEALLOc()2477 newmem = chunk2mem(newp); in rEALLOc()2479 top = chunk_at_offset(newp, nb); in rEALLOc()2481 set_head_size(newp, nb); in rEALLOc()2492 newp = prev; in rEALLOc()[all …]
85 BUFHEAD *newp; member
632 ret->newp = np; in __big_split()659 ret->newp = tmpp; in __big_split()
302 new_bufp = ret.newp; in ugly_split()