HomeSort by relevance Sort by last modified time
    Searched refs:opt_u (Results 1 - 3 of 3) 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/openssh/contrib/cygwin/
ssh-host-config 445 [ -n "${user_account}" ] && opt_u="-u ""${user_account}"""
446 csih_select_privileged_username ${opt_f} ${opt_u} sshd
  /system/core/toolbox/
newfs_msdos.c 254 u_int opt_o = 0, opt_r = 0, opt_s = 0, opt_u = 0; local
357 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))) {

Completed in 273 milliseconds