Searched refs:oldp (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xmessage/dist/ |
| H A D | readfile.c | 111 char *oldp = cp; local in function:get_data_from_stdin 115 free(oldp);
|
| /xsrc/external/mit/freetype/dist/src/otvalid/ |
| H A D | otvcommn.c | 1079 FT_Bytes oldp; local in function:otv_GSUBGPOS_have_MarkAttachmentType_flag 1085 oldp = p; 1092 p = oldp;
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | mspace.c | 1984 mchunkptr oldp = mem2chunk(oldmem); local in function:internal_realloc 1985 size_t oldsize = chunksize(oldp); 1986 mchunkptr next = chunk_plus_offset(oldp, oldsize); 1992 if (RTCHECK(ok_address(m, oldp) && ok_cinuse(oldp) && 1993 ok_next(oldp, next) && ok_pinuse(next))) { 1997 newp = oldp; 2009 mchunkptr newtop = chunk_plus_offset(oldp, nb); 2010 set_inuse(m, oldp, nb); 2014 newp = oldp; [all...] |
| /xsrc/external/mit/xdm/dist/xdm/ |
| H A D | auth.c | 538 openFiles (char *name, char *new_name, FILE **oldp, FILE **newp) argument 575 if (!*oldp) 576 *oldp = fopen (name, "r");
|
Completed in 14 milliseconds