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

  /external/iputils/ninfod/
ninfod.c 144 static uid_t opt_u; variable
574 if (seteuid(opt_u ? opt_u : getuid()) < 0) {
626 opt_u = pw->pw_uid;
628 opt_u = val;
  /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);
498 unlink $txt if ($opt_u);
  /external/openssh/contrib/cygwin/
ssh-host-config 431 [ -n "${user_account}" ] && opt_u="-u ""${user_account}"""
432 csih_select_privileged_username ${opt_f} ${opt_u} sshd
  /system/core/toolbox/
newfs_msdos.c 245 u_int opt_o = 0, opt_r = 0, opt_s = 0, opt_u = 0; local
351 opt_u = argto2(optarg, 1, "sectors/track");
406 if (opt_u)
407 bpb.spt = opt_u;
414 if (!(opt_f || (opt_h && opt_u && opt_S && opt_s && oflag))) {
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ns32k-dis.c 108 static const struct ns32k_option opt_u[]= /* Restore, exit. */
121 static const struct ns32k_option opt_U[]= /* Save, enter. */
684 optlist (Ivalue, opt_u, result);
689 optlist (Ivalue, opt_U, result);
106 static const struct ns32k_option opt_u[]= \/* Restore, exit. *\/ variable in typeref:struct:ns32k_option

Completed in 365 milliseconds