Searched refs:wins (Results 1 - 25 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dscorefil.h26 void ReadPlayersScore(const wxString& player, int& wins, int& games, int &score);
27 void WritePlayersScore(const wxString& player, int wins, int games, int score);
H A Dscorefil.cpp97 int& wins,
104 games = wins = score = 0;
121 wins = myWins;
125 WritePlayersScore(player, wins, games, score);
129 void ScoreFile::WritePlayersScore(const wxString& player, int wins, int games, int score) argument
140 m_config->Write(_T("Wins"), (long)wins);
141 m_config->Write(_T("Check"), CalcCheck(player, games, wins, score));
95 ReadPlayersScore( const wxString& player, int& wins, int& games, int& score) argument
H A Dcanvas.cpp105 int wins, games, score;
106 m_scoreFile->ReadPlayersScore(m_player, wins, games, score);
107 m_game->NewPlayer(wins, games, score);
134 int wins, games, score; local
135 m_scoreFile->ReadPlayersScore(m_player, wins, games, score);
136 m_game->NewPlayer(wins, games, score);
H A Dscoredg.cpp64 int wins, games, score; local
65 scoreFile->ReadPlayersScore(players[i], wins, games, score);
73 << wins << wxT('\t')
149 int wins, games, score; local
152 file->ReadPlayersScore(players[i], wins, games, score);
159 string_value.Printf( _T("%u"), wins );
H A Dgame.h73 Game(int wins, int games, int score);
77 void NewPlayer(int wins, int games, int score);
H A Dgame.cpp32 Game::Game(int wins, int games, int score) : argument
63 m_numWins = wins;
118 void Game::NewPlayer(int wins, int games, int score) argument
120 m_numWins = wins;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/samples/
H A Dudhcpd.conf89 opt wins 192.168.10.10
112 #wins
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/samples/
H A Dudhcpd.conf89 opt wins 192.168.10.10
112 #wins
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/examples/udhcp/
H A Dudhcpd.conf89 opt wins 192.168.10.10
112 #opt wins
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/LSB/
H A Dsmb.conf142 # the default order is "host lmhosts wins bcast". "host" means use the unix
151 ; name resolve order = wins lmhosts bcast
155 ; wins support = yes
159 ; wins server = w.x.y.z
164 ; wins proxy = yes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dsmb.conf34 ; wins support = no
38 ; wins server = w.x.y.z
45 ; name resolve order = lmhosts host wins bcast
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dsmb.conf34 ; wins support = no
38 ; wins server = w.x.y.z
45 ; name resolve order = lmhosts host wins bcast
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dsmb.conf34 ; wins support = no
38 ; wins server = w.x.y.z
45 ; name resolve order = lmhosts host wins bcast
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/RHEL/setup/
H A Dsmb.conf135 ; wins support = yes
139 ; wins server = w.x.y.z
144 ; wins proxy = yes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/scripts/wins_hook/
H A Ddns_update3 # Example script for "wins hook". This attempts to update the DNS with
21 DOMAIN=wins.example.com.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dsparccpuid.S32 call .walk.reg.wins
139 .walk.reg.wins:
147 call .walk.reg.wins
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dutilsx11.cpp294 Window *wins; local
304 &after, (unsigned char **)&wins);
305 if ( type != XA_WINDOW || nwins <= 0 || wins[0] == None )
307 XFree(wins);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dtun.h87 in_addr_t wins[N_DHCP_ADDR]; member in struct:tuntap_options
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dipcp.c179 { "ms-wins", 1, (void *)setwinsaddr,
366 * setwinsaddr - set the wins address(es)
374 u_int32_t wins; local
377 wins = inet_addr(*argv);
378 if (wins == (u_int32_t) -1) {
380 option_error("invalid address parameter '%s' for ms-wins option",
384 wins = *(u_int32_t *)hp->h_addr;
391 ipcp_allowoptions[0].winsaddr[0] = wins;
396 ipcp_allowoptions[0].winsaddr[1] = wins;
2125 printer(arg, "ms-wins
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dipcp.c151 { "ms-wins", 1, (void *)setwinsaddr,
331 * setwinsaddr - set the wins address(es)
339 u_int32_t wins; local
342 wins = inet_addr(*argv);
343 if (wins == (u_int32_t) -1) {
345 option_error("invalid address parameter '%s' for ms-wins option",
349 wins = *(u_int32_t *)hp->h_addr;
356 ipcp_allowoptions[0].winsaddr[0] = wins;
361 ipcp_allowoptions[0].winsaddr[1] = wins;
1971 printer(arg, "ms-wins
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Dmakefile.dmc53 for %f in (col.png d_closed.png d_open.png dsn.png dsnclose.png dsnopen.png f_closed.png f_open.png gnu.png gtk.png imbau.png kde.png key.png keyf.png linux.png logo.png motif.png msvc.png odbc.png pgmctrl.png redh.png remstar.png server.png suse.png tab.png view.png winnt.png wins.png) do if not exist $(OBJS)\help.png\%f copy .\help.png\%f $(OBJS)\help.png
H A DMakefile.in230 @for f in col.png d_closed.png d_open.png dsn.png dsnclose.png dsnopen.png f_closed.png f_open.png gnu.png gtk.png imbau.png kde.png key.png keyf.png linux.png logo.png motif.png msvc.png odbc.png pgmctrl.png redh.png remstar.png server.png suse.png tab.png view.png winnt.png wins.png; do \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dwof.S95 be,a spwin_fromuser ! all user wins, branch
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dsparccpuid.S32 call .walk.reg.wins
140 .walk.reg.wins:
148 call .walk.reg.wins
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dsparccpuid.S32 call .walk.reg.wins
140 .walk.reg.wins:
148 call .walk.reg.wins

Completed in 290 milliseconds

12