Searched refs:ACCOUNT (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/scripts/
H A Dcallback17 ACCOUNT=my_account_name
63 ogin:--ogin: $ACCOUNT \
H A Dppp-on9 ACCOUNT=george # The account name for logon (as in 'George Burns')
16 export TELEPHONE ACCOUNT PASSWORD
H A Dppp-on-dialer16 ogin:--ogin: $ACCOUNT \
H A Dredialer26 ACCOUNT=my_account_name
52 ogin:--ogin: $ACCOUNT \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.h15 typedef enum { ACCOUNT, BRANCH, TELLER } FTYPE; enumerator in enum:__anon2104
H A DTpcbExample.cpp255 hrec.aid = randomId(ACCOUNT, accounts, branches, tellers);
385 account = randomId(ACCOUNT, accounts, branches, tellers);
505 case ACCOUNT:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_tpcb.c41 typedef enum { ACCOUNT, BRANCH, TELLER } FTYPE; enumerator in enum:__anon2101
461 hrec.aid = random_id(ACCOUNT, accounts, branches, tellers);
508 case ACCOUNT:
620 account = random_id(ACCOUNT, accounts, branches, tellers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp23 typedef enum { ACCOUNT, BRANCH, TELLER } FTYPE; enumerator in enum:__anon2102
417 hrec.aid = random_id(ACCOUNT, accounts, branches, tellers);
461 case ACCOUNT:
553 account = random_id(ACCOUNT, accounts, branches, tellers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java68 public static final int ACCOUNT = 0; field in class:TpcbExample
287 hrec.set_aid(random_id(ACCOUNT));
324 case ACCOUNT:
459 account = TpcbExample.this.random_id(TpcbExample.ACCOUNT);

Completed in 34 milliseconds