HomeSort by relevance Sort by last modified time
    Searched full:commands_len (Results 1 - 1 of 1) sorted by null

  /ndk/sources/host-tools/make-3.81/
read.c 462 unsigned int commands_len = 200;
555 if (linelen + 1 + commands_idx > commands_len)
557 commands_len = (linelen + 1 + commands_idx) * 2;
558 commands = xrealloc (commands, commands_len);
458 unsigned int commands_len = 200; local
    [all...]

Completed in 55 milliseconds