Searched refs:nextp (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | string2.h | 1164 # define __strtok_r(s, sep, nextp) \ argument 1168 ? __strtok_r_1c (s, ((__const char *) (sep))[0], nextp) \ 1169 : __strtok_r (s, sep, nextp))) 1196 # define strtok_r(s, sep, nextp) __strtok_r (s, sep, nextp) argument
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvEHCIDBG.cpp | 504 char **nextp, in qh_lines() argument 514 char *next = *nextp; in qh_lines() 627 *nextp = next; in qh_lines()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 3360 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); in add_segment() local 3363 if ((char*)(&(nextp->head)) < old_end) in add_segment() 3364 p = nextp; in add_segment()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 3942 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); in add_segment() local 3945 if ((char*)(&(nextp->head)) < old_end) in add_segment() 3946 p = nextp; in add_segment()
|