/openbsd/regress/usr.bin/lastcomm/ |
H A D | Makefile | 34 ${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 D | daily | 68 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 D | acme-client.conf | 6 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 D | Netrc.pm | 177 sub account { subroutine 180 exists $me->{account} 181 ? $me->{account} 197 ($me->login, $me->password, $me->account);
|
/openbsd/games/mille/ |
H A D | move.c | 78 account(Discard); in domove() 101 account(*Topcard); in domove() 321 account(card); in playcard() 483 account(CARD card) in account() function
|
H A D | mille.h | 214 void account(CARD);
|
H A D | init.c | 62 account(card = *Topcard); in init()
|
/openbsd/regress/usr.sbin/acme-client/ |
H A D | acme-client.conf | 2 account key "${.OBJDIR}/etc/acme/privkey.pem"
|
/openbsd/usr.sbin/ldapd/schema/ |
H A D | bsd.schema | 14 DESC 'Abstraction of an account with OpenBSD attributes'
|
/openbsd/gnu/llvm/llvm/tools/llvm-xray/ |
H A D | CMakeLists.txt | 12 xray-account.cpp
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-xray/ |
H A D | BUILD.gn | 13 "xray-account.cpp",
|
/openbsd/usr.bin/ftp/ |
H A D | cmds.h | 64 void account(int, char **);
|
H A D | cmdtab.c | 127 { "account", H(accounthelp), 0, 1, 1, CMPL0 account},
|
/openbsd/usr.sbin/acme-client/ |
H A D | parse.h | 39 char *account; member
|
H A D | parse.y | 199 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 D | DiscourseMigrationGuide.md | 9 ## 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 D | XRayExample.rst | 77 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 D | fp_div_impl.inc | 136 // 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 D | xmlparse.c | 2859 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 D | PkgCfl.pod | 35 packages into account. The C<register> and C<unregister> functions must
|
/openbsd/distrib/sets/lists/etc/ |
H A D | mi | 53 ./var/account/acct
|
/openbsd/usr.sbin/radiusd/ |
H A D | radiusd_local.h | 122 TAILQ_HEAD(,radiusd_accounting) account;
|
H A D | parse.y | 119 | 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 D | ipcsysv.t | 161 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 D | LLDBFramework.cmake | 40 # generators. Overwrite to account for special framework output directory.
|