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 51 ssh_askpass(const char *askpass, const char *msg, const char *env_hint)
62 if (askpass == NULL)
63 fatal("internal error: askpass undefined");
80 execlp(askpass, askpass, msg, (char *)NULL);
81 fatal_f("exec(%s): %s", askpass, strerror(errno));
114 #define RP_ASK_PERMISSION 0x8000 /* pass hint to askpass for confirm UI */
120 * tty is or askpass program is available
127 const char *askpass_hint = NULL, *askpass = NULL; local
145 debug_f("requested to askpass");
246 const char *askpass, *s; local
    [all...]
  /src/external/mit/xorg/bin/
Makefile 22 SUBDIR+=ssh-askpass

Completed in 20 milliseconds