Home
last modified time | relevance | path

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

12345678910>>...13

/openbsd/regress/usr.bin/lastcomm/
H A DMakefile34 ${SUDO} touch /var/account/acct
35 -${SUDO} mv -f /var/account/acct.2 /var/account/acct.3
36 -${SUDO} mv -f /var/account/acct.1 /var/account/acct.2
37 -${SUDO} mv -f /var/account/acct.0 /var/account/acct.1
38 ${SUDO} cp -f /var/account/acct /var/account/acct.0
40 ${SUDO} accton /var/account/acct
/openbsd/etc/
H A Ddaily68 if [ -f /var/account/acct ]; then
69 test -f /var/account/acct.2 && \
70 mv -f /var/account/acct.2 /var/account/acct.3
71 test -f /var/account/acct.1 && \
72 mv -f /var/account/acct.1 /var/account/acct.2
73 test -f /var/account/acct.0 && \
74 mv -f /var/account/acct.0 /var/account/acct.1
75 cp -f /var/account/acct /var/account/acct.0
77 lastcomm -f /var/account/acct.0 | grep -e ' -[A-Z]*[EMPTU]'
/openbsd/etc/examples/
H A Dacme-client.conf6 account key "/etc/acme/letsencrypt-privkey.pem"
11 account key "/etc/acme/letsencrypt-staging-privkey.pem"
16 account key "/etc/acme/buypass-privkey.pem"
22 account key "/etc/acme/buypass-test-privkey.pem"
/openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DNetrc.pm177 sub account { subroutine
180 exists $me->{account}
181 ? $me->{account}
197 ($me->login, $me->password, $me->account);
/openbsd/games/mille/
H A Dmove.c78 account(Discard); in domove()
101 account(*Topcard); in domove()
321 account(card); in playcard()
483 account(CARD card) in account() function
H A Dmille.h214 void account(CARD);
H A Dinit.c62 account(card = *Topcard); in init()
/openbsd/regress/usr.sbin/acme-client/
H A Dacme-client.conf2 account key "${.OBJDIR}/etc/acme/privkey.pem"
/openbsd/usr.sbin/ldapd/schema/
H A Dbsd.schema14 DESC 'Abstraction of an account with OpenBSD attributes'
/openbsd/gnu/llvm/llvm/tools/llvm-xray/
H A DCMakeLists.txt12 xray-account.cpp
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-xray/
H A DBUILD.gn13 "xray-account.cpp",
/openbsd/usr.bin/ftp/
H A Dcmds.h64 void account(int, char **);
H A Dcmdtab.c127 { "account", H(accounthelp), 0, 1, 1, CMPL0 account},
/openbsd/usr.sbin/acme-client/
H A Dparse.h39 char *account; member
H A Dparse.y199 if (auth->account == NULL) {
224 if (auth->account != NULL) {
230 auth->account = s;
1054 if (a->account != NULL) in print_config()
1055 printf("\taccount key \"%s\" %s\n", a->account, in print_config()
/openbsd/gnu/llvm/llvm/docs/
H A DDiscourseMigrationGuide.md9 ## Setting up your account
11 The easiest way is to create an account using your GitHub account:
15 1. Choose "With GitHub" on the right side and log in with your GitHub account.
45 … email in the specific discourse category. You **must** have a Discourse account associated with t…
166 Setting up email interactions above). You only need to set up your account once
H A DXRayExample.rst77 been instrumented. We can see an example accounting with ``llvm-xray account``:
81 $ llvm-xray account xray-log.llc.m35qPB --top=10 --sort=sum --sortorder=dsc --instr_map=./bin/llc
154 $ llvm-xray account xray-log.llc.5rqxkU --top=10 --sort=sum --sortorder=dsc --instr_map=./bin/llc
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc136 // mode into account!
243 // as above, but with U := 2^-W and taking extra decrementing into account.
274 - REP_C(1)); // account for *possible* carry
280 - REP_C(2); // 1 to account for the highest bit of corr_UQ1 can be 1
281 // 1 to account for possible carry
299 // Finally, account for possible overflow, as explained above.
/openbsd/lib/libexpat/lib/
H A Dxmlparse.c2859 account)) { in doContent()
3337 enum XML_Account account) { in storeAtts() argument
4110 enum XML_Account account) { in doCdataSection() argument
4134 UNUSED_P(account); in doCdataSection()
4728 UNUSED_P(account); in doProlog()
5984 enum XML_Account account) { in storeAttributeValue() argument
6002 UNUSED_P(account); in appendAttributeValue()
6200 enum XML_Account account) { in storeEntityValue() argument
6208 UNUSED_P(account); in storeEntityValue()
6224 account)) { in storeEntityValue()
[all …]
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DPkgCfl.pod35 packages into account. The C<register> and C<unregister> functions must
/openbsd/distrib/sets/lists/etc/
H A Dmi53 ./var/account/acct
/openbsd/usr.sbin/radiusd/
H A Dradiusd_local.h122 TAILQ_HEAD(,radiusd_accounting) account;
H A Dparse.y119 | grammar account '\n'
485 account : ACCOUNT optquick str_l TO STRING optdeco {
506 TAILQ_INSERT_TAIL(&conf->account, acct, next);
/openbsd/gnu/usr.bin/perl/cpan/IPC-SysV/t/
H A Dipcsysv.t161 resource limits either of the system or of the testing account
168 You may also consider configuring your system or account
/openbsd/gnu/llvm/lldb/cmake/modules/
H A DLLDBFramework.cmake40 # generators. Overwrite to account for special framework output directory.

12345678910>>...13