Home | History | Annotate | Download | only in libpopt

Lines Matching full:realloc

300 	con->finalArgv = realloc(con->finalArgv,
616 t = realloc(t, tn);
627 t = realloc(t, strlen(t) + 1); /* XXX memory leak, hard to plug */
983 con->finalArgv = realloc(con->finalArgv,
1144 *items = realloc((*items), ((*nitems) + 1) * sizeof(**items));