Searched refs:statuslog (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bftpd-1.6.6/
H A Dlogging.c24 FILE *statuslog = NULL; variable
50 statuslog = fopen(PATH_STATUSLOG, "a");
70 if (statuslog) {
76 fseek(statuslog, 0, SEEK_END);
77 fprintf(statuslog, "%i %i %i %s\n", (int) getpid(), type, type2,
79 fflush(statuslog);
128 if (statuslog) {
129 fclose(statuslog);
130 statuslog = NULL;
H A Dlogging.h5 extern FILE *statuslog;

Completed in 36 milliseconds