HomeSort by: relevance | last modified time | path
    Searched refs:askpass (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/xorg/bin/ssh-askpass/
Makefile 5 PROG= ssh-askpass
6 SRCS= drawing.c dynlist.c resources.c x11-ssh-askpass.c
13 FILESDIR= ${X11ROOTDIR}/share/examples/ssh-askpass
32 SRCPATH= ${X11SRCDIR.local}/programs/x11-ssh-askpass
34 ssh-askpass.1: x11-ssh-askpass.man.in
36 -e 's#@DATE@#$(DATE)#g' < ${SRCPATH}/x11-ssh-askpass.man.in > $@
46 .PATH: ${X11SRCDIR.local}/programs/x11-ssh-askpass
  /src/crypto/external/bsd/openssh/dist/
readpass.c 52 ssh_askpass(const char *askpass, const char *msg, const char *env_hint)
63 if (askpass == NULL)
64 fatal("internal error: askpass undefined");
81 execlp(askpass, askpass, msg, (char *)NULL);
82 fatal_f("exec(%s): %s", askpass, strerror(errno));
115 #define RP_ASK_PERMISSION 0x8000 /* pass hint to askpass for confirm UI */
121 * tty is or askpass program is available
128 const char *askpass_hint = NULL, *askpass = NULL; local
146 debug_f("requested to askpass");
247 const char *askpass, *s; local
    [all...]
  /src/external/mit/xorg/bin/
Makefile 22 SUBDIR+=ssh-askpass

Completed in 61 milliseconds