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

  /system/core/toolbox/
newfs_msdos.c 251 const char *opt_B = NULL, *opt_L = NULL, *opt_O = NULL, *opt_f = NULL;
252 u_int opt_F = 0, opt_I = 0, opt_S = 0, opt_a = 0, opt_b = 0, opt_c = 0; local
284 opt_B = optarg;
317 opt_b = argtox(optarg, 1, "block size");
322 opt_b = 0;
458 if (opt_b) {
459 if (!powerof2(opt_b))
460 errx(1, "block size (%u) is not a power of 2", opt_b);
461 if (opt_b < bpb.bps)
463 opt_b, bpb.bps)
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 522 If B<-b> is an option that takes an argument, then C<$opt_b> will be
525 but not supplied, C<$opt_b> will be set to the null string.
  /external/clang/lib/Driver/
Driver.cpp 322 for (arg_iterator it = Args->filtered_begin(options::OPT_B),
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
options.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
options.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
options.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
options.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/
c++ 
g++ 
gcc 

Completed in 3149 milliseconds