Home
last modified time | relevance | path

Searched refs:account (Results 1 – 25 of 71) sorted by relevance

123

/dragonfly/etc/pam.d/
H A Dother12 # account
13 account required pam_nologin.so
14 #account required pam_krb5.so
15 account required pam_login_access.so
16 account required pam_unix.so
H A Dsshd12 # account
13 account required pam_nologin.so
14 #account required pam_krb5.so
15 account required pam_login_access.so
16 account required pam_unix.so
H A Dtelnetd12 # account
13 account required pam_nologin.so
14 #account required pam_krb5.so
15 account required pam_login_access.so
16 account required pam_unix.so
H A Dftpd12 # account
13 account required pam_nologin.so
14 #account required pam_krb5.so
15 account required pam_unix.so
H A Dlogin12 # account
13 account requisite pam_securetty.so
14 account required pam_nologin.so
15 account include system
H A Dsystem12 # account
13 #account required pam_krb5.so
14 account required pam_login_access.so
15 account required pam_unix.so
H A Dxdm12 # account
13 account required pam_nologin.so
14 #account required pam_krb5.so
15 account required pam_unix.so
H A Dcron7 # account
8 account required pam_nologin.so
9 account required pam_unix.so
H A Dimap13 # account
14 #account required pam_nologin.so
15 account required pam_unix.so
H A Dpop313 # account
14 #account required pam_nologin.so
15 account required pam_unix.so
H A Datrun9 #account required pam_nologin.so
10 account required pam_unix.so
H A Dsu13 # account
14 account include system
H A Dconvert.sh85 split("auth account session password", types, " ")
H A Dpasswd7 # passwd(1) does not use the auth, account or session services.
/dragonfly/contrib/mpfr/src/
H A Dsum.c101 unsigned long *account; in count_sort() local
112 account = (unsigned long *) MPFR_TMP_ALLOC (exp_num * sizeof *account); in count_sort()
114 account[i] = 0; in count_sort()
116 account[GET_EXP1 (tab[i]) - min]++; in count_sort()
118 account[i - 1] += account[i]; in count_sort()
121 target_rank = --account[GET_EXP1 (tab[i]) - min]; in count_sort()
/dragonfly/etc/periodic/daily/
H A D310.accounting16 if [ ! -f /var/account/acct ]
28 cd /var/account
53 sa -s $daily_accounting_flags /var/account/acct.merge || rc=3
/dragonfly/usr.sbin/lpr/pac/
H A Dpac.c84 static void account(FILE *_acctf);
169 account(acctf); in main()
172 account(acctf); in main()
199 account(FILE *acctf) in account() function
/dragonfly/games/mille/
H A Dmove.c83 account(Discard); in domove()
106 account(*Topcard); in domove()
333 account(card); in playcard()
494 account(CARD card) in account() function
/dragonfly/lib/libftpio/
H A Dftp.errors28 332 Need account for login
42 532 Need account for storing files
/dragonfly/lib/libfetch/
H A Dftp.errors27 332 AUTH Need account for login
41 532 AUTH Need account for storing files
/dragonfly/crypto/openssh/
H A Dsshd_config73 # Set this to 'yes' to enable PAM authentication, account processing,
79 # If you just want the PAM account and session checks to run without
/dragonfly/contrib/cvs-1.12/contrib/pam/
H A Dcvs.linux8 account required pam_unix.so
/dragonfly/contrib/expat/lib/
H A Dxmlparse.c2774 account)) { in doContent()
3252 enum XML_Account account) { in storeAtts() argument
4025 enum XML_Account account) { in doCdataSection() argument
4049 UNUSED_P(account); in doCdataSection()
4643 UNUSED_P(account); in doProlog()
5870 enum XML_Account account) { in storeAttributeValue() argument
5888 UNUSED_P(account); in appendAttributeValue()
6085 enum XML_Account account) { in storeEntityValue() argument
6093 UNUSED_P(account); in storeEntityValue()
6110 account)) { in storeEntityValue()
[all …]
/dragonfly/etc/mtree/
H A DBSD.var.dist8 account
/dragonfly/contrib/tnftp/src/
H A Dextern.h98 void account(int, char **);

123