Home
last modified time | relevance | path

Searched refs:getpass (Results 1 – 25 of 108) sorted by relevance

12345

/netbsd-src/external/gpl2/xcvs/dist/m4/
H A Dgetpass.m41 # getpass.m4 serial 6
7 # Provide a getpass() function if the system doesn't have it.
10 AC_LIBSOURCES([getpass.c, getpass.h])
12 AC_REPLACE_FUNCS(getpass)
13 AC_CHECK_DECLS_ONCE(getpass)
19 # Provide the GNU getpass() implementation. It supports passwords of
23 AC_LIBSOURCES([getpass.c, getpass.h])
25 AC_CHECK_DECLS_ONCE(getpass)
26 dnl TODO: Detect when GNU getpass() is already found in glibc.
27 AC_LIBOBJ(getpass)
[all …]
/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/scripts/
H A Ds64-mkpw33 import getpass
73 syspw = getpass.getpass('sysconfig password: ')
74 dnspw = getpass.getpass('dnsconfig password: ')
/netbsd-src/sys/lib/libsa/
H A Dcheckpasswd.c40 getpass(const char *prompt) in getpass() function
123 passwd = getpass("Password: "); in check_password()
/netbsd-src/usr.bin/passwd/
H A Dlocal_passwd.c73 strcmp(crypt(getpass("Old password:"), pw->pw_passwd), in getnewpasswd()
84 p = getpass("New password:"); in getnewpasswd()
106 if (!strcmp(buf, getpass("Retype new password:"))) in getnewpasswd()
H A Dyp_passwd.c98 if (strcmp(crypt(p = getpass("Old password:"), in getnewpasswd()
114 p = getpass("New password:"); in getnewpasswd()
132 if (!strcmp(buf, getpass("Retype new password:"))) in getnewpasswd()
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/
H A DMakefile.in30 md5.c passwd.c sha1.c getpass.c lockf.c utils.c uuid.c sockpair.c \
35 md5.o passwd.o sha1.o getpass.o lockf.o utils.o uuid.o sockpair.o \
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dgetpass.c88 getpass (const char *prompt) in getpass() function
189 getpass (const char *prompt) in getpass() function
H A Dgetpass.h27 char *getpass (const char *prompt);
/netbsd-src/lib/libc/gen/
H A DMakefile.inc22 getpass.c getprogname.c getpwent.c getttyent.c \
69 getmntinfo.3 getnetgrent.3 getpagesize.3 getpass.3 \
133 MLINKS+=getpass.3 getpass_r.3
134 MLINKS+=getpass.3 getpassfd.3
/netbsd-src/external/gpl2/xcvs/dist/maint-aux/
H A Dgnulib-filelist.txt44 lib/getpass.c
45 lib/getpass.h
144 m4/getpass.m4
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dreadpassphrase.h45 char * getpass __P((const char *));
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Dunistd.d21 char* getpass(const(char)* prompt);
/netbsd-src/external/bsd/openldap/dist/include/ac/
H A Dunistd.h41 LDAP_LUTIL_F(char*)(lutil_getpass) LDAP_P((const char *getpass));
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
H A Dunistd.h1940 # undef getpass
1941 # define getpass rpl_getpass
1943 _GL_FUNCDECL_RPL (getpass, char *, (const char *prompt)
1945 _GL_CXXALIAS_RPL (getpass, char *, (const char *prompt));
1948 _GL_FUNCDECL_SYS (getpass, char *, (const char *prompt)
1951 _GL_CXXALIAS_SYS (getpass, char *, (const char *prompt));
1953 _GL_CXXALIASWARN (getpass);
1955 # undef getpass
1957 _GL_WARN_ON_USE (getpass, "getpass is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/x86_64/gnulib/import/
H A Dunistd.h1940 # undef getpass
1941 # define getpass rpl_getpass
1943 _GL_FUNCDECL_RPL (getpass, char *, (const char *prompt)
1945 _GL_CXXALIAS_RPL (getpass, char *, (const char *prompt));
1948 _GL_FUNCDECL_SYS (getpass, char *, (const char *prompt)
1951 _GL_CXXALIAS_SYS (getpass, char *, (const char *prompt));
1953 _GL_CXXALIASWARN (getpass);
1955 # undef getpass
1957 _GL_WARN_ON_USE (getpass, "getpass is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
H A Dunistd.h1940 # undef getpass
1941 # define getpass rpl_getpass
1943 _GL_FUNCDECL_RPL (getpass, char *, (const char *prompt)
1945 _GL_CXXALIAS_RPL (getpass, char *, (const char *prompt));
1948 _GL_FUNCDECL_SYS (getpass, char *, (const char *prompt)
1951 _GL_CXXALIAS_SYS (getpass, char *, (const char *prompt));
1953 _GL_CXXALIASWARN (getpass);
1955 # undef getpass
1957 _GL_WARN_ON_USE (getpass, "getpass is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/riscv64/gnulib/import/
H A Dunistd.h1940 # undef getpass
1941 # define getpass rpl_getpass
1943 _GL_FUNCDECL_RPL (getpass, char *, (const char *prompt)
1945 _GL_CXXALIAS_RPL (getpass, char *, (const char *prompt));
1948 _GL_FUNCDECL_SYS (getpass, char *, (const char *prompt)
1951 _GL_CXXALIAS_SYS (getpass, char *, (const char *prompt));
1953 _GL_CXXALIASWARN (getpass);
1955 # undef getpass
1957 _GL_WARN_ON_USE (getpass, "getpass is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
H A Dunistd.h1940 # undef getpass
1941 # define getpass rpl_getpass
1943 _GL_FUNCDECL_RPL (getpass, char *, (const char *prompt)
1945 _GL_CXXALIAS_RPL (getpass, char *, (const char *prompt));
1948 _GL_FUNCDECL_SYS (getpass, char *, (const char *prompt)
1951 _GL_CXXALIAS_SYS (getpass, char *, (const char *prompt));
1953 _GL_CXXALIASWARN (getpass);
1955 # undef getpass
1957 _GL_WARN_ON_USE (getpass, "getpass is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/riscv32/gnulib/import/
H A Dunistd.h1940 # undef getpass
1941 # define getpass rpl_getpass
1943 _GL_FUNCDECL_RPL (getpass, char *, (const char *prompt)
1945 _GL_CXXALIAS_RPL (getpass, char *, (const char *prompt));
1948 _GL_FUNCDECL_SYS (getpass, char *, (const char *prompt)
1951 _GL_CXXALIAS_SYS (getpass, char *, (const char *prompt));
1953 _GL_CXXALIASWARN (getpass);
1955 # undef getpass
1957 _GL_WARN_ON_USE (getpass, "getpass is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
H A Dunistd.h1940 # undef getpass
1941 # define getpass rpl_getpass
1943 _GL_FUNCDECL_RPL (getpass, char *, (const char *prompt)
1945 _GL_CXXALIAS_RPL (getpass, char *, (const char *prompt));
1948 _GL_FUNCDECL_SYS (getpass, char *, (const char *prompt)
1951 _GL_CXXALIAS_SYS (getpass, char *, (const char *prompt));
1953 _GL_CXXALIASWARN (getpass);
1955 # undef getpass
1957 _GL_WARN_ON_USE (getpass, "getpass is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
H A Dunistd.h1940 # undef getpass
1941 # define getpass rpl_getpass
1943 _GL_FUNCDECL_RPL (getpass, char *, (const char *prompt)
1945 _GL_CXXALIAS_RPL (getpass, char *, (const char *prompt));
1948 _GL_FUNCDECL_SYS (getpass, char *, (const char *prompt)
1951 _GL_CXXALIAS_SYS (getpass, char *, (const char *prompt));
1953 _GL_CXXALIASWARN (getpass);
1955 # undef getpass
1957 _GL_WARN_ON_USE (getpass, "getpass is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
H A Dunistd.h1940 # undef getpass
1941 # define getpass rpl_getpass
1943 _GL_FUNCDECL_RPL (getpass, char *, (const char *prompt)
1945 _GL_CXXALIAS_RPL (getpass, char *, (const char *prompt));
1948 _GL_FUNCDECL_SYS (getpass, char *, (const char *prompt)
1951 _GL_CXXALIAS_SYS (getpass, char *, (const char *prompt));
1953 _GL_CXXALIASWARN (getpass);
1955 # undef getpass
1957 _GL_WARN_ON_USE (getpass, "getpass is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
H A Dunistd.h1940 # undef getpass
1941 # define getpass rpl_getpass
1943 _GL_FUNCDECL_RPL (getpass, char *, (const char *prompt)
1945 _GL_CXXALIAS_RPL (getpass, char *, (const char *prompt));
1948 _GL_FUNCDECL_SYS (getpass, char *, (const char *prompt)
1951 _GL_CXXALIAS_SYS (getpass, char *, (const char *prompt));
1953 _GL_CXXALIASWARN (getpass);
1955 # undef getpass
1957 _GL_WARN_ON_USE (getpass, "getpass is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sh3eb/gnulib/import/
H A Dunistd.h1940 # undef getpass
1941 # define getpass rpl_getpass
1943 _GL_FUNCDECL_RPL (getpass, char *, (const char *prompt)
1945 _GL_CXXALIAS_RPL (getpass, char *, (const char *prompt));
1948 _GL_FUNCDECL_SYS (getpass, char *, (const char *prompt)
1951 _GL_CXXALIAS_SYS (getpass, char *, (const char *prompt));
1953 _GL_CXXALIASWARN (getpass);
1955 # undef getpass
1957 _GL_WARN_ON_USE (getpass, "getpass is unportable - "
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
H A Dunistd.h1940 # undef getpass
1941 # define getpass rpl_getpass
1943 _GL_FUNCDECL_RPL (getpass, char *, (const char *prompt)
1945 _GL_CXXALIAS_RPL (getpass, char *, (const char *prompt));
1948 _GL_FUNCDECL_SYS (getpass, char *, (const char *prompt)
1951 _GL_CXXALIAS_SYS (getpass, char *, (const char *prompt));
1953 _GL_CXXALIASWARN (getpass);
1955 # undef getpass
1957 _GL_WARN_ON_USE (getpass, "getpass is unportable - "

12345