Home
last modified time | relevance | path

Searched refs:write_auth_file (Results 1 – 12 of 12) sorted by relevance

/dports/devel/py-oslo.middleware/oslo.middleware-4.5.0/oslo_middleware/tests/
H A Dtest_auth_basic.py37 def write_auth_file(self, data=None): member in TestAuthBasic
46 auth_file = self.write_auth_file(
58 auth_file = self.write_auth_file(
69 auth_file = self.write_auth_file(
112 auth_file = self.write_auth_file(
122 auth_file = self.write_auth_file(
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/core/
H A Dauthmanager.py144 self.write_auth_file()
159 self.write_auth_file()
174 self.write_auth_file()
177 def write_auth_file(self): member in AuthManager
288 self.write_auth_file()
/dports/devel/etl/synfig-1.2.2/synfig-osx/launcher/
H A Dbundle-main.c377 write_auth_file (int add_entries) in write_auth_file() function
654 write_auth_file (FALSE); in timer_callback()
659 write_auth_file (TRUE); in timer_callback()
803 write_auth_file (TRUE); in main()
902 write_auth_file (FALSE); in main()
/dports/graphics/synfig/synfig-1.2.2/synfig-osx/launcher/
H A Dbundle-main.c377 write_auth_file (int add_entries) in write_auth_file() function
654 write_auth_file (FALSE); in timer_callback()
659 write_auth_file (TRUE); in timer_callback()
803 write_auth_file (TRUE); in main()
902 write_auth_file (FALSE); in main()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-osx/launcher/
H A Dbundle-main.c377 write_auth_file (int add_entries) in write_auth_file() function
654 write_auth_file (FALSE); in timer_callback()
659 write_auth_file (TRUE); in timer_callback()
803 write_auth_file (TRUE); in main()
902 write_auth_file (FALSE); in main()
/dports/net-im/telegram-cli/tg-20200106/
H A Dloop.h26 void write_auth_file (void);
H A Dloop.c477 void write_auth_file (void) { in write_auth_file() function
763 write_auth_file (); in on_login()
/dports/net-im/telegram-purple/telegram-purple-1.4.3/
H A Dtelegram-base.h27 void write_auth_file (struct tgl_state *TLS);
H A Dtelegram-base.c142 void write_auth_file (struct tgl_state *TLS) { in write_auth_file() function
H A Dtelegram-purple.c490 write_auth_file (TLS); in update_on_logged_in()
/dports/x11/iceauth/iceauth-1.0.8/
H A Dprocess.c95 static int write_auth_file ( char *tmp_nam, size_t tmp_nam_len );
622 static int write_auth_file (char *tmp_nam, size_t tmp_nam_len) in write_auth_file() function
683 if (write_auth_file (temp_name, sizeof(temp_name)) == -1) { in auth_finalize()
/dports/x11/xauth/xauth-1.1/
H A Dprocess.c802 write_auth_file(char *tmp_nam) in write_auth_file() function
888 if (write_auth_file (temp_name) == -1) { in auth_finalize()