Home
last modified time | relevance | path

Searched refs:toadd (Results 1 – 3 of 3) sorted by relevance

/external/toybox/toys/pending/
Dmodprobe.c82 static char *add_opts(char *opts, char *toadd) in add_opts() argument
84 if (toadd) { in add_opts()
88 opts = xrealloc(opts, optlen + strlen(toadd) + 2); in add_opts()
89 sprintf(opts + optlen, " %s", toadd); in add_opts()
/external/elfutils/src/
Di386_ld.c160 Elf32_Word toadd = file->scninfo[xndx].offset; in elf_i386_relocate_section() local
161 if (toadd != 0) in elf_i386_relocate_section()
163 toadd); in elf_i386_relocate_section()
/external/autotest/client/tools/
Dboottool668 my ($self, $args, $toremove, $toadd) = @_;
678 if (defined $toadd) {
680 foreach my $add (split(' ', $toadd)) {