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

  /external/toybox/toys/pending/
modprobe.c 81 // Add options in opts from toadd.
82 static char *add_opts(char *opts, char *toadd)
84 if (toadd) {
88 opts = xrealloc(opts, optlen + strlen(toadd) + 2);
89 sprintf(opts + optlen, " %s", toadd);
  /external/elfutils/src/
i386_ld.c 160 Elf32_Word toadd = file->scninfo[xndx].offset; local
161 if (toadd != 0)
163 toadd);
    [all...]
  /external/autotest/client/tools/
boottool 668 my ($self, $args, $toremove, $toadd) = @_;
678 if (defined $toadd) {
680 foreach my $add (split(' ', $toadd)) {
    [all...]

Completed in 130 milliseconds