HomeSort by: relevance | last modified time | path
    Searched refs:account (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/etc/
daily 139 if checkyesno purge_accounting && [ -f /var/account/acct ]; then
142 if [ -f /var/account/acct.0.gz ]; then
143 mv /var/account/acct.2.gz /var/account/acct.3.gz 2>/dev/null
144 mv /var/account/acct.1.gz /var/account/acct.2.gz 2>/dev/null
145 mv /var/account/acct.0.gz /var/account/acct.1.gz 2>/dev/null
147 mv /var/account/acct.2 /var/account/acct.3 2>/dev/nul
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/tests/
test-lock.c 216 static int account[ACCOUNT_COUNT]; variable
231 sum += account[i];
258 account[i1] += value;
259 account[i2] -= value;
307 account[i] = 1000;
345 account[i1] += value;
346 account[i2] -= value;
388 account[i] = 1000;
424 account[i1] += value;
425 account[i2] -= value
    [all...]
  /src/usr.sbin/lpr/pac/
pac.c 93 static void account(FILE *);
181 account(acf);
184 account(acf);
208 account(FILE *acf) function
  /src/external/apache2/llvm/bin/llvm-xray/
Makefile 12 xray-account.cpp \
  /src/external/gpl3/gcc/dist/libgcc/config/rl78/
adddi3.S 37 addc a, [hl+14] ; ADDC insns which both account for and update the carry bit
51 sknc ; account for the possible carry from the
subdi3.S 37 subc a, [hl+14] ; SUBC insns which both account for and update the carry bit
51 sknc ; account for the possible carry from the
  /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
adddi3.S 37 addc a, [hl+14] ; ADDC insns which both account for and update the carry bit
51 sknc ; account for the possible carry from the
subdi3.S 37 subc a, [hl+14] ; SUBC insns which both account for and update the carry bit
51 sknc ; account for the possible carry from the
  /src/games/mille/
move.c 103 account(Discard);
126 account(*Topcard);
352 account(card);
512 account(CARD card) function
mille.h 235 void account(CARD);
init.c 67 account(card = *Topcard);
  /src/usr.bin/ftp/
extern.h 97 void account(int, char **);
cmdtab.c 80 HSTR accounthelp[] = "send account command to remote server";
192 { "account", H(accounthelp), 0, 1, 1, CMPL0 account},
  /src/external/bsd/openldap/dist/tests/scripts/
test085-homedir 73 objectClass: account
  /src/external/mit/expat/dist/lib/
xmlparse.c 442 XML_ACCOUNT_NONE /* i.e. do not account, was accounted already */
494 enum XML_Account account);
500 XML_Bool haveMore, enum XML_Account account);
504 enum XML_Account account);
515 enum XML_Account account);
526 enum XML_Account account);
530 enum XML_Account account, const char **nextPtr);
537 enum XML_Account account,
542 enum XML_Account account);
618 enum XML_Account account);
    [all...]
  /src/usr.bin/make/unit-tests/
varmod-remember.mk 55 # expressions into account. Due to this inconsistency that short expressions
directive-for.mk 37 # The .for loop splits the items at whitespace, taking quotes into account,
41 # without taking the quotes into account. This had resulted in 10 words.
130 # taking quotes into account. This made it possible to have variable values
var-op-sunsh.mk 50 # information into account.
directive-for-escape.mk 9 # Even though the .for loops take quotes into account when splitting the
varmod-ifelse.mk 220 # unbalanced braces in the ':S' modifiers into account. This change was not
  /src/external/ibm-public/postfix/dist/
postfix-install 142 # The built-in default account name is postfix.
147 # system, not even by the mail_owner account.
432 account with numerical user ID and group ID values that are not
438 mail_owner account. You can no longer specify \"no\" here."
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Program.inc 554 // Conservatively account for space required by environment variables.
  /src/crypto/external/bsd/heimdal/dist/tests/kdc/
check-kdc.in 283 ${kadmin} add -p foo --use-defaults account-expired@${R} || exit 1
284 ${kadmin} modify --expiration-time=2012-06-12 account-expired@${R} || exit 1
818 echo "test impersonate account-expired client"; > messages.log
819 ${kgetcred_imp} --forward --impersonate=account-expired@${R} ${ps} && \
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
timezone.d 1878 takes leap seconds into account is to use `PosixTimeZone` with a
1880 include leap seconds, and `PosixTimeZone` will take them into account
1882 zone will $(I not) take leap seconds into account even though they're
  /src/crypto/external/apache2/openssl/dist/crypto/bn/asm/
parisc-mont.pl 66 # Special thanks to polarhome.com for providing HP-UX account on
366 addl $ti0,$hi0,$hi0 ; account carry bit
701 addl $abhi,$hi0,$hi0 ; account carry bit

Completed in 28 milliseconds

1 2 3