Searched refs:log_file (Results 1 - 24 of 24) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/log/
H A DMakefile12 log_file.html \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/pppoecd/
H A Dpppoe2.c171 #define log_file stderr macro
173 FILE *log_file = NULL; variable
223 fprintf(log_file, "%02x ", (unsigned char)*(buf+i));
225 fprintf(log_file, "\n");
242 fprintf(log_file, "Ethernet header:\n");
243 fprintf(log_file, "h_dest: ");
246 fprintf(log_file, "%02x:", (unsigned)p->ethhdr.h_dest[i]);
249 fprintf(log_file, "%02x:", (unsigned)p->ethhdr.ether_dhost[i]);
251 fprintf(log_file, "\nh_source: ");
254 fprintf(log_file, "
[all...]
H A Dpppoe.c168 FILE *log_file = NULL; variable
212 fprintf(log_file, "%02x ", (unsigned char)*(buf+i));
214 fprintf(log_file, "\n");
231 fprintf(log_file, "Ethernet header:\n");
232 fprintf(log_file, "h_dest: ");
235 fprintf(log_file, "%02x:", (unsigned)p->ethhdr.h_dest[i]);
238 fprintf(log_file, "%02x:", (unsigned)p->ethhdr.ether_dhost[i]);
240 fprintf(log_file, "\nh_source: ");
243 fprintf(log_file, "%02x:", (unsigned)p->ethhdr.h_source[i]);
246 fprintf(log_file, "
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsmb-migrate25 my $log_file = "/var/log/samba/smb-migrate.log";
30 $log_file = "smb-migrate.log";
193 open(LOGFILE, "> $log_file");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlog002.tcl72 puts "\tLog002.c: Checking log_file"
77 set f [$env log_file $lsn]
82 error_check_bad log_file:$f [lsearch $flist $f] -1
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/Netware/
H A Ddo_tests.pl13 my $log_file = "$output_path\\tests.log";
38 open(OUT, ">$log_file") || die "unable to open $log_file\n";
51 print("Check log file for errors: $log_file\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DEnvironment.java719 return dbenv.log_file(lsn);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dconfigure235 log_file(){ function
523 log_file $TMPC
530 log_file $TMPC
547 log_file $TMPS
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_log.c175 ret = dbenv->log_file(dbenv, &lsn, name, len);
178 result = _ReturnSetup(interp, ret, DB_RETOK_STD(ret), "log_file");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_method.c233 dbenv->log_file = __log_file_pp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbEnv.java431 public String log_file(com.sleepycat.db.LogSequenceNumber lsn) throws com.sleepycat.db.DatabaseException { method in class:DbEnv
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i1021 char *log_file(DB_LSN *lsn) {
1023 errno = self->log_file(self, lsn, namebuf, sizeof namebuf);
H A Ddb_java_wrap.c3049 errno = self->log_file(self, lsn, namebuf, sizeof namebuf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h542 virtual int log_file(DbLsn *lsn, char *namep, size_t len);
H A Ddb.h2020 int (*log_file) __P((DB_ENV *, const DB_LSN *, char *, size_t)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h543 virtual int log_file(DbLsn *lsn, char *namep, size_t len);
H A Ddb.h2008 int (*log_file) __P((DB_ENV *, const DB_LSN *, char *, size_t)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h543 virtual int log_file(DbLsn *lsn, char *namep, size_t len);
H A Ddb.h2047 int (*log_file) __P((DB_ENV *, const DB_LSN *, char *, size_t)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp470 DBENV_METHOD(log_file, (DbLsn *lsn, char *namep, size_t len),
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h2010 int (*log_file) __P((DB_ENV *, const DB_LSN *, char *, size_t)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1999 int (*log_file) __P((DB_ENV *, const DB_LSN *, char *, size_t)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h2047 int (*log_file) __P((DB_ENV *, const DB_LSN *, char *, size_t)); member in struct:__db_env
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c3454 dbenv->log_file =

Completed in 410 milliseconds