Searched refs:WORDLIST (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am_misc/
H A Dget_bulk.cs11 #define WORDLIST "../test/wordlist" macro
27 if ((fp = fopen(WORDLIST, "r")) == NULL) {
29 progname, WORDLIST, db_strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_btrec.c18 #define WORDLIST "../test/wordlist" macro
45 if ((fp = fopen(WORDLIST, "r")) == NULL) {
47 progname, WORDLIST, db_strerror(errno));
H A Dex_thread.c63 #define WORDLIST "../test/wordlist" /* Dictionary. */ macro
565 if ((fp = fopen(WORDLIST, "r")) == NULL)
566 fatal(WORDLIST, errno, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DBtRecExample.cpp25 #define WORDLIST "../test/wordlist" macro
201 if ((fp = fopen(WORDLIST, "r")) == NULL) {
203 progname, WORDLIST, db_strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am_conf/
H A Dbt_recnum1.cs11 #define WORDLIST "../test/wordlist" macro
30 if ((fp = fopen(WORDLIST, "r")) == NULL) {
32 progname, WORDLIST, db_strerror(errno));
H A Dbt_recnum2.cs11 #define WORDLIST "../test/wordlist" macro
30 if ((fp = fopen(WORDLIST, "r")) == NULL) {
32 progname, WORDLIST, db_strerror(errno));

Completed in 93 milliseconds