Home
last modified time | relevance | path

Searched refs:PVPGN_VERSION (Results 1 – 24 of 24) sorted by relevance

/dports/games/pvpgn/pvpgn-1.8.5/src/common/
H A Dversion.h16 #ifndef PVPGN_VERSION
17 #define PVPGN_VERSION "1.8.5" macro
/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dmain.c435 …eventlog(eventlog_level_info,__FUNCTION__,PVPGN_SOFTWARE" version "PVPGN_VERSION" process %u",(uns… in pvpgn_greeting()
437 eventlog(eventlog_level_info,__FUNCTION__,PVPGN_SOFTWARE" version "PVPGN_VERSION); in pvpgn_greeting()
440 printf("You are currently Running "PVPGN_SOFTWARE" "PVPGN_VERSION"\n"); in pvpgn_greeting()
499 fprintf(hexstrm,"# dump generated by "PVPGN_SOFTWARE" version "PVPGN_VERSION"\n"); in server_main()
H A Doutput.c115 fprintf(fp,"\t\t<Version>%s</Version>\n",PVPGN_VERSION); in output_standard_writer()
150 …on=%s\nUptime=%s\nGames=%d\nUsers=%d\nChannels=%d\nUserAccounts=%d\n",PVPGN_VERSION,seconds_to_tim… in output_standard_writer()
H A Dirc.c384 …if ((14+strlen(server_get_hostname())+10+strlen(PVPGN_SOFTWARE" "PVPGN_VERSION)+1)<=MAX_IRC_MESSAG… in irc_welcome()
385 … sprintf(temp,":Your host is %s, running "PVPGN_SOFTWARE" "PVPGN_VERSION,server_get_hostname()); in irc_welcome()
399 …if ((strlen(server_get_hostname())+7+strlen(PVPGN_SOFTWARE" "PVPGN_VERSION)+9+1)<=MAX_IRC_MESSAGE_… in irc_welcome()
400 sprintf(temp,"%s "PVPGN_SOFTWARE" "PVPGN_VERSION" - -",server_get_hostname()); in irc_welcome()
420 …sprintf(temp,":- %s, "PVPGN_SOFTWARE" "PVPGN_VERSION", built on %s",server_get_hostname(),temptime… in irc_welcome()
H A Dcmdline.c244 printf(PVPGN_SOFTWARE" version "PVPGN_VERSION"\n"); in conf_set_version()
H A Dtracker.c150 PVPGN_VERSION, in tracker_send_report()
H A Dmessage.c228 strcpy(&out[outpos],PVPGN_SOFTWARE" "PVPGN_VERSION); in message_format_line()
H A Dcommand.c1856 message_send_text(c,message_type_info,c,PVPGN_SOFTWARE" "PVPGN_VERSION); in _handle_version_command()
H A Dhandle_bnet.c2451 …sprintf(serverinfo, "Welcome to the " PVPGN_SOFTWARE " Version " PVPGN_VERSION "\r\n\r\nThere are … in _client_motdw3()
/dports/games/pvpgn/pvpgn-1.8.5/src/bnpass/
H A Dbnpass.c85 printf("version "PVPGN_VERSION"\n"); in main()
/dports/games/pvpgn/pvpgn-1.8.5/src/bniutils/
H A Dtgainfo.c88 printf("version "PVPGN_VERSION"\n"); in main()
H A Dbni2tga.c99 printf("version "PVPGN_VERSION"\n"); in main()
H A Dbnilist.c88 printf("version "PVPGN_VERSION"\n"); in main()
H A Dbniextract.c149 printf("version "PVPGN_VERSION"\n"); in main()
H A Dbnibuild.c215 printf("version "PVPGN_VERSION"\n"); in main()
/dports/games/pvpgn/pvpgn-1.8.5/src/bntrackd/
H A Dbntrackd.c235 …eventlog(eventlog_level_info,__FUNCTION__,"bntrackd version "PVPGN_VERSION" process %u",(unsigned … in main()
237 eventlog(eventlog_level_info,__FUNCTION__,"bntrackd version "PVPGN_VERSION); in main()
731 printf("version "PVPGN_VERSION"\n"); in getprefs()
/dports/games/pvpgn/pvpgn-1.8.5/src/client/
H A Dbnbot.c162 printf("version "PVPGN_VERSION"\n"); in main()
H A Dbnftp.c385 printf("version "PVPGN_VERSION"\n"); in main()
417 { fprintf(hexstrm,"# dump generated by bnftp version "PVPGN_VERSION"\n"); } in main()
H A Dbnstat.c384 printf("version "PVPGN_VERSION"\n"); in main()
H A Dbnchat.c682 printf("version "PVPGN_VERSION"\n"); in read_commandline()
/dports/games/pvpgn/pvpgn-1.8.5/src/win32/
H A Dresource.rc148 GROUPBOX PVPGN_VERSION ,IDC_STATIC,7,4,225,93
H A Dwinmain.c392 strcat(dta.szTip, PVPGN_VERSION); in guiOnSize()
/dports/games/pvpgn/pvpgn-1.8.5/src/bnproxy/
H A Dbnproxy.c917 printf("version "PVPGN_VERSION"\n"); in main()
/dports/games/pvpgn/pvpgn-1.8.5/src/bnpcap/
H A Dbnpcap.c654 printf("Version " PVPGN_VERSION " --- Copyright (c) 2001 Marco Ziech (mmz@gmx.net)\n"); in bnpcap_usage()