HomeSort by relevance Sort by last modified time
    Searched refs:newlist (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/e2fsck/
profile_helpers.c 90 char **newlist; local
95 newlist = realloc(list->list, newmax * sizeof(char *));
96 if (newlist == 0)
99 list->list = newlist;
  /external/dnsmasq/src/
option.c 1388 struct server *serv, *newlist = NULL; local
    [all...]
  /external/dhcpcd/
dhcpcd.c 173 char **newlist; local
204 newlist = xrealloc(lst, sizeof(char *) * (i + 2));
205 newlist[i] = xstrdup(value);
206 newlist[i + 1] = NULL;
207 options->environ = newlist;
209 return newlist[i];
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 772 long [] newlist = new long[size * 2]; local
775 newlist[i] = mPlayList[i];
777 mPlayList = newlist;
    [all...]

Completed in 549 milliseconds