Home
last modified time | relevance | path

Searched defs:spwd (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/
H A Dshadow.h43 struct spwd struct
45 char *sp_namp; /* Login name. */
46 char *sp_pwdp; /* Hashed passphrase. */
47 long int sp_lstchg; /* Date of last change. */
48 long int sp_min; /* Minimum number of days between changes. */
49 long int sp_max; /* Maximum number of days between changes. */
50 long int sp_warn; /* Number of days to warn user to change
52 long int sp_inact; /* Number of days the account may be
54 long int sp_expire; /* Number of days since 1970-01-01 until
56 unsigned long int sp_flag; /* Reserved. */
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/
H A Dshadow.h43 struct spwd struct
45 char *sp_namp; /* Login name. */
46 char *sp_pwdp; /* Hashed passphrase. */
47 long int sp_lstchg; /* Date of last change. */
48 long int sp_min; /* Minimum number of days between changes. */
49 long int sp_max; /* Maximum number of days between changes. */
50 long int sp_warn; /* Number of days to warn user to change
52 long int sp_inact; /* Number of days the account may be
54 long int sp_expire; /* Number of days since 1970-01-01 until
56 unsigned long int sp_flag; /* Reserved. */
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/include/
H A Dshadow.h15 struct spwd { struct
29 struct spwd *getspent(void); argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/include/
H A Dshadow.h15 struct spwd { struct
29 struct spwd *getspent(void); argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/include/
H A Dshadow.h15 struct spwd { struct
29 struct spwd *getspent(void); argument
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/include/
H A Dshadow.h15 struct spwd { struct
29 struct spwd *getspent(void); argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-musl/
H A Dshadow.h15 struct spwd { struct
29 struct spwd *getspent(void); argument
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/include/
H A Dshadow.h15 struct spwd { struct
29 struct spwd *getspent(void); argument
/dports/lang/zig/zig-0.9.0/lib/libc/musl/include/
H A Dshadow.h15 struct spwd { struct
29 struct spwd *getspent(void); argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-musl/
H A Dshadow.h15 struct spwd { struct
29 struct spwd *getspent(void); argument
/dports/devel/emscripten/emscripten-2.0.3/system/include/libc/
H A Dshadow.h15 struct spwd { struct
29 struct spwd *getspent(void); argument
/dports/net/libnss-pgsql/libnss-pgsql-1.5.0-beta/src/
H A Dnss-pgsql.h25 struct spwd struct
27 char *sp_namp; /* Login name. */
28 char *sp_pwdp; /* Encrypted password. */
29 long int sp_lstchg; /* Date of last change. */
30 long int sp_min; /* Minimum number of days between changes. */
31 long int sp_max; /* Maximum number of days between changes. */
32 long int sp_warn; /* Number of days to warn user to change
34 long int sp_inact; /* Number of days the account may be
36 long int sp_expire; /* Number of days since 1970-01-01 until
38 unsigned long int sp_flag; /* Reserved. */
/dports/sysutils/busybox/busybox-1.26.2/include/
H A Dshadow_.h28 struct spwd { struct
29 char *sp_namp; /* Login name */
30 char *sp_pwdp; /* Encrypted password */
31 long sp_lstchg; /* Date of last change */
32 long sp_min; /* Minimum number of days between changes */
33 long sp_max; /* Maximum number of days between changes */
34 long sp_warn; /* Number of days to warn user to change the password */
35 long sp_inact; /* Number of days the account may be inactive */
36 long sp_expire; /* Number of days since 1970-01-01 until account expires */
37 unsigned long sp_flag; /* Reserved */
/dports/net/nss-pam-ldapd/nss-pam-ldapd-0.9.11/compat/
H A Dnss_compat.h143 struct spwd { struct
144 char *sp_namp;
145 char *sp_pwdp;
146 long sp_lstchg;
147 long sp_min;
148 long sp_max;
149 long sp_warn;
150 long sp_inact;
151 long sp_expire;
152 unsigned long sp_flag;
/dports/net/nss-pam-ldapd-sasl/nss-pam-ldapd-0.9.11/compat/
H A Dnss_compat.h143 struct spwd { struct
144 char *sp_namp;
145 char *sp_pwdp;
146 long sp_lstchg;
147 long sp_min;
148 long sp_max;
149 long sp_warn;
150 long sp_inact;
151 long sp_expire;
152 unsigned long sp_flag;
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_spwd.py5 spwd = test_support.import_module('spwd') variable
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_spwd.py5 spwd = test_support.import_module('spwd') variable
/dports/security/pwauth/pwauth-2.3.11/
H A Dauth_sun.c65 struct spwd *spwd= getspnam(login); in check_auth() local
H A Dauth_mdw.c57 struct spwd *spwd= getspnam(login); in check_auth() local
/dports/databases/sqsh/sqsh-2.5/src/
H A Dcmd_lock.c53 struct spwd *spwd; variable
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_spwd.py5 spwd = support.import_module('spwd') variable
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_spwd.py5 spwd = support.import_module('spwd') variable
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_spwd.py6 spwd = import_helper.import_module('spwd') variable
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_spwd.py5 spwd = support.import_module('spwd') variable
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_spwd.py5 spwd = support.import_module('spwd') variable

12345678910>>...18