Searched refs:newp (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xdm/dist/xdm/ |
| H A D | auth.c | 538 openFiles (char *name, char *new_name, FILE **oldp, FILE **newp) argument 556 *newp = fdopen (newfd, "w"); 557 if (*newp == NULL) 564 *newp = NULL; 571 if (!*newp) {
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | mspace.c | 1987 mchunkptr newp = 0; local in function:internal_realloc 1997 newp = oldp; 1999 mchunkptr remainder = chunk_plus_offset(newp, nb); 2000 set_inuse(m, newp, nb); 2014 newp = oldp; 2025 if (newp != 0) { 2029 check_inuse_chunk(m, newp); 2030 return chunk2mem(newp); 2088 mchunkptr newp = (mchunkptr)pos; local in function:internal_memalign 2093 set_inuse(m, newp, newsiz [all...] |
Completed in 7 milliseconds