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

  /external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/
ftrace_trace_options.sh 34 opt_f="$TRACING_PATH"/options/$option
46 if [ -f $opt_f ]; then
47 echo $n > $opt_f
  /external/curl/lib/
mk-ca-bundle.pl 37 use vars qw($opt_b $opt_d $opt_f $opt_h $opt_i $opt_l $opt_n $opt_p $opt_q $opt_s $opt_t $opt_u $opt_v $opt_w);
310 exit 0 if -e $crt && !$opt_f;
332 if(!$opt_f && $oldsha1 eq $newsha1) {
  /system/core/toolbox/
newfs_msdos.c 242 const char *opt_B = NULL, *opt_L = NULL, *opt_O = NULL, *opt_f = NULL; local
243 u_int opt_F = 0, opt_I = 0, opt_S = 0, opt_a = 0, opt_b = 0, opt_c = 0;
288 opt_F = atoi(optarg);
322 opt_f = optarg;
397 if (opt_f) {
398 getstdfmt(opt_f, &bpb);
414 if (!(opt_f || (opt_h && opt_u && opt_S && opt_s && oflag))) {
446 if (!(fat = opt_F)) {
447 if (opt_f)
456 if (opt_f && fat == 32
    [all...]
  /external/openssh/contrib/cygwin/
ssh-host-config 430 [ "${opt_force}" = "yes" ] && opt_f=-f
432 csih_select_privileged_username ${opt_f} ${opt_u} sshd
  /external/v8/tools/
profile.js 822 * @param {function(CallTree.Node)} opt_f Visitor function.
825 labels, opt_f) {
828 if (opt_f) {
829 opt_f(child, pos);

Completed in 783 milliseconds