Searched refs:bftpdutmp (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dbftpdutmp.c9 #include "bftpdutmp.h"
14 FILE *bftpdutmp = NULL; variable
28 bftpdutmp = fopen(filename, "a");
29 if (bftpdutmp)
30 fclose(bftpdutmp);
32 if (!(bftpdutmp = fopen(filename, "r+"))) {
37 rewind(bftpdutmp);
44 if (bftpdutmp) {
47 fclose(bftpdutmp);
48 bftpdutmp
[all...]
H A Dbftpdutmp.h7 extern FILE *bftpdutmp;
9 struct bftpdutmp { struct
H A Dcommands_admin.c20 #include "bftpdutmp.h"
100 struct bftpdutmp tmp;
103 rewind(bftpdutmp);
104 while (fread((void *) &tmp, sizeof(tmp), 1, bftpdutmp)) {

Completed in 55 milliseconds