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

  /external/e2fsprogs/lib/ext2fs/
io_manager.c 32 if (!channel->manager->set_option)
50 retval = (channel->manager->set_option)(channel, ptr, arg);
ext2_io.h 79 errcode_t (*set_option)(io_channel channel, const char *option, member in struct:struct_io_manager
undo_io.c 572 if (data->real && data->real->manager->set_option) {
573 retval = data->real->manager->set_option(data->real,
test_io.c 469 fprintf(data->outfile, "Test_io: set_option(%s, %s) ",
471 if (data->real && data->real->manager->set_option) {
472 retval = (data->real->manager->set_option)(data->real,
  /external/iptables/iptables/
iptables.c 430 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, function
    [all...]
ip6tables.c 425 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, function
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
opts.h 319 extern void set_option (struct gcc_options *opts,
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
opts.h 319 extern void set_option (struct gcc_options *opts,
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
opts.h 319 extern void set_option (struct gcc_options *opts,
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
opts.h 319 extern void set_option (struct gcc_options *opts,
  /external/regex-re2/re2/testing/
tester.cc 253 o.set_option(PCRE::UTF8);
255 o.set_option(PCRE::None);
  /external/regex-re2/util/
pcre.h 534 void set_option(PCRE::Option option) { function in class:re2::PCRE_Options

Completed in 311 milliseconds