Home
last modified time | relevance | path

Searched refs:newp (Results 1 – 5 of 5) sorted by relevance

/picolibc-latest/newlib/libc/posix/
Dfnmatch.c60 char *newp; in fnmatch() local
124 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() argument
221 *newp = (char *)pattern; in rangematch()
/picolibc-latest/newlib/libc/stdlib/
Dmallocr.c2348 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 …]
/picolibc-latest/newlib/libc/search/
Dpage.h85 BUFHEAD *newp; member
Dhash_bigkey.c632 ret->newp = np; in __big_split()
659 ret->newp = tmpp; in __big_split()
Dhash_page.c302 new_bufp = ret.newp; in ugly_split()