Searched refs:bu_type (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.h10 char bu_type; member in struct:bftpdutmp
H A Dbftpdutmp.c61 ut.bu_type = 1;
68 if (!tmp.bu_type)
76 ut.bu_type = 0;
91 if ((tmp.bu_pid == pid) && (tmp.bu_type))
107 bftpd_log("bu_name=%s; username=%s, bu_type=%i\n", tmp.bu_name, username, tmp.bu_type);
109 if (tmp.bu_type && ( !strcmp(tmp.bu_name, username) || !strcmp(username, "*")))
126 if (tmp.bu_type && (! strcmp(tmp.bu_host, ip_address) ) )
H A Dcommands_admin.c105 if (!tmp.bu_type)

Completed in 47 milliseconds