Home
last modified time | relevance | path

Searched refs:MSG_SIZ (Results 1 – 25 of 66) sorted by relevance

123

/dports/games/xboard/xboard-4.9.1/
H A Dzippy.c99 static char zippyPartner[MSG_SIZ];
100 static char zippyLastOpp[MSG_SIZ];
413 char reply[MSG_SIZ]; in ZippyControl()
550 snprintf(reply, MSG_SIZ, "%stell %s %s\n", in ZippyControl()
586 static char lastgreet[MSG_SIZ]; in ZippyConverse()
587 char reply[MSG_SIZ]; in ZippyConverse()
772 char buf[MSG_SIZ]; in ZippyHandleChallenge()
788 snprintf(buf, MSG_SIZ, in ZippyHandleChallenge()
797 snprintf(buf, MSG_SIZ, in ZippyHandleChallenge()
976 char buf[MSG_SIZ]; in ZippyFirstBoard()
[all …]
H A Dusystem.c293 char buf[MSG_SIZ]; in Colorize()
333 static char static_buf[4*MSG_SIZ]; in ExpandPathName()
334 char *d, *s, buf[4*MSG_SIZ]; in ExpandPathName()
371 safeStrCpy(d, s, 4*MSG_SIZ ); in ExpandPathName()
381 safeStrCpy(fullname, name, MSG_SIZ ); in MySearchPath()
392 safeStrCpy(fullname, name, MSG_SIZ ); in MyGetFullPathName()
399 static char host_name[MSG_SIZ]; in HostName()
402 gethostname(host_name, MSG_SIZ); in HostName()
422 char buf[MSG_SIZ]; in StartChildProcess()
557 char cmdLine[MSG_SIZ]; in OpenTelnet()
[all …]
H A Dmenus.c109 char gamesDir[MSG_SIZ], positionsDir[MSG_SIZ], textureDir[MSG_SIZ], bookDir[MSG_SIZ], piecesDir[MSG…
178 static char buf[MSG_SIZ]; in LoadPositionProc()
182 snprintf(buf, MSG_SIZ, "%s/", appData.positionDir); in LoadPositionProc()
321 char buf[MSG_SIZ]; in BugReportProc()
329 char buf[MSG_SIZ]; in GuideProc()
337 char buf[MSG_SIZ]; in HomePageProc()
345 char buf[MSG_SIZ]; in NewsPageProc()
353 char buf[2 * MSG_SIZ]; in AboutProc()
841 char buf[MSG_SIZ], *p; in MenuNameToItem()
845 safeStrCpy(buf, menuName, MSG_SIZ); in MenuNameToItem()
[all …]
H A Dbackend.c300 char bestMove[MSG_SIZ], avoidMove[MSG_SIZ];
445 char bookOutput[MSG_SIZ*10], thinkOutput[MSG_SIZ*10], lastHint[MSG_SIZ];
968 char buf[MSG_SIZ], tidy[MSG_SIZ], *p = buf, *q, *r = buf; in FloatToFront()
989 char *p, *q, buf[MSG_SIZ], command[MSG_SIZ], buf2[MSG_SIZ], buf3[MSG_SIZ], jar; in Load()
1369 char buf[MSG_SIZ], buf2[MSG_SIZ], *mytc = tc; in ParseTimeControl()
2715 char handle[MSG_SIZ], rating[MSG_SIZ], type[MSG_SIZ]; in MatchSoughtLine()
4343 char move_str[MSG_SIZ], str[MSG_SIZ], elapsed_time[MSG_SIZ]; in ParseBoard12()
7189 char buf[MSG_SIZ], move[MSG_SIZ]; in UserMoveEvent()
8736 char machineMove[MSG_SIZ], buf1[MSG_SIZ*10], buf2[MSG_SIZ]; in HandleMachineMove()
10733 char buf[MSG_SIZ], name[MSG_SIZ], *p; in SendEgtPath()
[all …]
H A Ddialogs.c112 char buf[MSG_SIZ]; in GenericUpdate()
364 char buf[MSG_SIZ]; in AddToTourney()
537 char buf[MSG_SIZ]; in Pick()
1010 char buf[MSG_SIZ]; in ThemeSel()
1046 char buf[MSG_SIZ], buf2[MSG_SIZ], *q; in SendString()
1543 char buf[MSG_SIZ]; in EngSel()
1615 char buf[MSG_SIZ]; in SetRandom()
1887 char buf[MSG_SIZ]; in SendReply()
2676 static char *xboardMan, *manText[2], tidy[MSG_SIZ], engMan[MSG_SIZ]; in DisplayHelp()
2677 char buf[MSG_SIZ], adapter[MSG_SIZ], *eng; in DisplayHelp()
[all …]
H A Dengineoutput.c93 static char lastLine[2][MSG_SIZ];
94 static char header[2][MSG_SIZ];
95 static char columnHeader[MSG_SIZ] = "dep\tscore\tnodes\ttime\t(not shown: tbhits\tknps\tseldep)\n";
107 static char buf[MSG_SIZ]; in MakeEngineOutputTitle()
108 static char oldTitle[MSG_SIZ]; in MakeEngineOutputTitle()
109 char title[MSG_SIZ]; in MakeEngineOutputTitle()
112 snprintf(title, MSG_SIZ, _("Engine Output") ); in MakeEngineOutputTitle()
123 safeStrCpy(title, buf, MSG_SIZ); in MakeEngineOutputTitle()
126 safeStrCpy(oldTitle, title, MSG_SIZ); in MakeEngineOutputTitle()
247 snprintf(header[which], MSG_SIZ, "%s", columnHeader); in SetProgramStats()
[all …]
H A Duci.c42 char polyglotCommand[MSG_SIZ]; in InitEngineUCI()
50 char argName[MSG_SIZ], buf[MSG_SIZ], *s = buf; in InitEngineUCI()
H A Dargs.h103 char dataDir[MSG_SIZ] = DATADIR;
847 char buf[MSG_SIZ]; in ExitArgError()
862 char buf[MSG_SIZ]; in AppendToSettingsFile()
920 char buf[MSG_SIZ], fullname[MSG_SIZ]; in ParseSettingsFile()
936 char buf[MSG_SIZ]; in ParseSettingsFile()
1456 char buf[MSG_SIZ], *q = buf; in InitAppData()
1473 char buf[MSG_SIZ], *q = buf; in InitAppData()
1527 GetCurrentDirectory(MSG_SIZ, currDir); in InitAppData()
1552 char dir[MSG_SIZ], buf[MSG_SIZ]; in SaveSettings()
1559 GetCurrentDirectory(MSG_SIZ, dir); in SaveSettings()
[all …]
H A Dgamelist.c231 char lastComment[MSG_SIZ], buf[MSG_SIZ]; in GameListBuild()
379 snprintf(buf, MSG_SIZ, _("Reading game file (%d)"), gameNumber); in GameListBuild()
475 char buffer[2*MSG_SIZ]; in GameListLine()
505 safeStrCpy( buf, PGNResult(gameInfo->result), 2*MSG_SIZ ); in GameListLine()
511 safeStrCpy( buf, "?" , 2*MSG_SIZ); in GameListLine()
517 safeStrCpy( buf, "?" , 2*MSG_SIZ); in GameListLine()
652 char name[MSG_SIZ]; in GLT_ListItemToTag()
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dzippy.c99 static char zippyPartner[MSG_SIZ];
100 static char zippyLastOpp[MSG_SIZ];
413 char reply[MSG_SIZ]; in ZippyControl()
550 snprintf(reply, MSG_SIZ, "%stell %s %s\n", in ZippyControl()
586 static char lastgreet[MSG_SIZ]; in ZippyConverse()
587 char reply[MSG_SIZ]; in ZippyConverse()
772 char buf[MSG_SIZ]; in ZippyHandleChallenge()
788 snprintf(buf, MSG_SIZ, in ZippyHandleChallenge()
797 snprintf(buf, MSG_SIZ, in ZippyHandleChallenge()
976 char buf[MSG_SIZ]; in ZippyFirstBoard()
[all …]
H A Dusystem.c308 char buf[MSG_SIZ]; in Colorize()
348 static char static_buf[4*MSG_SIZ]; in ExpandPathName()
349 char *d, *s, buf[4*MSG_SIZ]; in ExpandPathName()
386 safeStrCpy(d, s, 4*MSG_SIZ ); in ExpandPathName()
396 safeStrCpy(fullname, name, MSG_SIZ ); in MySearchPath()
407 safeStrCpy(fullname, name, MSG_SIZ ); in MyGetFullPathName()
414 static char host_name[MSG_SIZ]; in HostName()
417 gethostname(host_name, MSG_SIZ); in HostName()
437 char buf[MSG_SIZ]; in StartChildProcess()
546 char cmdLine[MSG_SIZ]; in OpenTelnet()
[all …]
H A Dbackend.c444 char bookOutput[MSG_SIZ*10], thinkOutput[MSG_SIZ*10], lastHint[MSG_SIZ];
966 char buf[MSG_SIZ], tidy[MSG_SIZ], *p = buf, *q, *r = buf; in FloatToFront()
987 char *p, *q, buf[MSG_SIZ], command[MSG_SIZ], buf2[MSG_SIZ], buf3[MSG_SIZ], jar; in Load()
1366 char buf[MSG_SIZ], buf2[MSG_SIZ], *mytc = tc; in ParseTimeControl()
2706 char handle[MSG_SIZ], rating[MSG_SIZ], type[MSG_SIZ]; in MatchSoughtLine()
4325 char move_str[MSG_SIZ], str[MSG_SIZ], elapsed_time[MSG_SIZ]; in ParseBoard12()
5277 char buf[MSG_SIZ], *p, *fen, command[MSG_SIZ], bsetup = 0; in UploadGameEvent()
7064 char buf[MSG_SIZ], move[MSG_SIZ]; in UserMoveEvent()
8560 char machineMove[MSG_SIZ], buf1[MSG_SIZ*10], buf2[MSG_SIZ]; in HandleMachineMove()
10491 char buf[MSG_SIZ], name[MSG_SIZ], *p; in SendEgtPath()
[all …]
H A Dmenus.c108 char gamesDir[MSG_SIZ], positionsDir[MSG_SIZ], textureDir[MSG_SIZ], bookDir[MSG_SIZ], piecesDir[MSG…
177 static char buf[MSG_SIZ]; in LoadPositionProc()
181 snprintf(buf, MSG_SIZ, "%s/", appData.positionDir); in LoadPositionProc()
320 char buf[MSG_SIZ]; in BugReportProc()
328 char buf[MSG_SIZ]; in GuideProc()
336 char buf[MSG_SIZ]; in HomePageProc()
344 char buf[MSG_SIZ]; in NewsPageProc()
352 char buf[2 * MSG_SIZ]; in AboutProc()
817 char buf[MSG_SIZ], *p; in MenuNameToItem()
821 safeStrCpy(buf, menuName, MSG_SIZ); in MenuNameToItem()
[all …]
H A Dengineoutput.c92 static char lastLine[2][MSG_SIZ];
93 static char header[2][MSG_SIZ];
94 static char columnHeader[MSG_SIZ] = "dep\tscore\tnodes\ttime\t(not shown: tbhits\tknps\tseldep)\n";
106 static char buf[MSG_SIZ]; in MakeEngineOutputTitle()
107 static char oldTitle[MSG_SIZ]; in MakeEngineOutputTitle()
108 char title[MSG_SIZ]; in MakeEngineOutputTitle()
111 snprintf(title, MSG_SIZ, _("Engine Output") ); in MakeEngineOutputTitle()
122 safeStrCpy(title, buf, MSG_SIZ); in MakeEngineOutputTitle()
125 safeStrCpy(oldTitle, title, MSG_SIZ); in MakeEngineOutputTitle()
242 snprintf(header[which], MSG_SIZ, "%s", columnHeader); in SetProgramStats()
[all …]
H A Ddialogs.c108 char buf[MSG_SIZ]; in GenericUpdate()
360 char buf[MSG_SIZ]; in AddToTourney()
533 char buf[MSG_SIZ]; in Pick()
1003 char buf[MSG_SIZ]; in ThemeSel()
1039 char buf[MSG_SIZ], buf2[MSG_SIZ], *q; in SendString()
1509 char buf[MSG_SIZ]; in EngSel()
1581 char buf[MSG_SIZ]; in SetRandom()
1698 char buf[MSG_SIZ]; in SendReply()
1966 char buf[MSG_SIZ]; in ChatOK()
2276 char buf[MSG_SIZ]; in DisplayError()
[all …]
H A Duci.c41 char polyglotCommand[MSG_SIZ]; in InitEngineUCI()
49 char argName[MSG_SIZ], buf[MSG_SIZ], *s = buf; in InitEngineUCI()
H A Dargs.h837 char buf[MSG_SIZ]; in ExitArgError()
852 char buf[MSG_SIZ]; in AppendToSettingsFile()
910 char buf[MSG_SIZ], fullname[MSG_SIZ]; in ParseSettingsFile()
926 char buf[MSG_SIZ]; in ParseSettingsFile()
1170 char buf[4*MSG_SIZ]; // expand ~~ in ParseArgs()
1423 char buf[MSG_SIZ], *q = buf; in InitAppData()
1440 char buf[MSG_SIZ], *q = buf; in InitAppData()
1489 GetCurrentDirectory(MSG_SIZ, currDir); in InitAppData()
1514 char dir[MSG_SIZ], buf[MSG_SIZ]; in SaveSettings()
1522 GetCurrentDirectory(MSG_SIZ, dir); in SaveSettings()
[all …]
H A Dgamelist.c230 char lastComment[MSG_SIZ], buf[MSG_SIZ]; in GameListBuild()
378 snprintf(buf, MSG_SIZ, _("Reading game file (%d)"), gameNumber); in GameListBuild()
474 char buffer[2*MSG_SIZ]; in GameListLine()
504 safeStrCpy( buf, PGNResult(gameInfo->result), 2*MSG_SIZ ); in GameListLine()
510 safeStrCpy( buf, "?" , 2*MSG_SIZ); in GameListLine()
516 safeStrCpy( buf, "?" , 2*MSG_SIZ); in GameListLine()
651 char name[MSG_SIZ]; in GLT_ListItemToTag()
/dports/games/xboard-devel/xboard-f49e7e1/winboard/
H A Dwchat.c46 extern char chatPartner[MAX_CHAT][MSG_SIZ];
146 char buf[MSG_SIZ]; in InterceptArrowKeys()
154 GetWindowText(hwnd, buf, MSG_SIZ); in InterceptArrowKeys()
183 char buf[MSG_SIZ], mess[MSG_SIZ]; in ChatProc()
278 GetDlgItemText(hDlg, IDC_ChatPartner, chatPartner[partner], MSG_SIZ); in ChatProc()
286 GetDlgItemText(hDlg, OPT_ChatInput, mess, MSG_SIZ); in ChatProc()
293 snprintf(buf, MSG_SIZ, "shout %s\n", mess); // SHOUT box uses "shout" to send in ChatProc()
298 snprintf(buf, MSG_SIZ, "xtell %s %s\n", chatPartner[partner], mess); in ChatProc()
300 snprintf(buf, MSG_SIZ, "tell %s %s\n", chatPartner[partner], mess); in ChatProc()
364 char buf[MSG_SIZ]; in ChatPopUp()
[all …]
H A Dwsettings.c58 char title[MSG_SIZ];
235 char buf[MSG_SIZ]; in DesignOptionDialog()
368 int id, p; char buf[MSG_SIZ]; in SetOptionValues()
384 char **choices, newText[MSG_SIZ], buf[MSG_SIZ], *text; in GetOptionValues()
461 char buf[MSG_SIZ]; in SettingsProc()
501 GetDlgItemText( hDlg, i+3, buf, MSG_SIZ ); in SettingsProc()
523 GetDlgItemText( hDlg, i+3, buf, MSG_SIZ ); in SettingsProc()
748 char buf[MSG_SIZ]; in EnterGroup()
841 char buf[MSG_SIZ]; in PickTheme()
932 char name[MSG_SIZ]; in Inspect()
[all …]
H A Dwoptions.c146 char buf2[MSG_SIZ], buf3[MSG_SIZ]; in InterpretFileName()
1199 char buf[MSG_SIZ]; in IcsOptionsDialog()
1513 char buf[MSG_SIZ]; in SetSampleFontText()
1653 char buf[MSG_SIZ]; in FontOptionsDialog()
1905 static char buf[MSG_SIZ], buf2[MSG_SIZ], buf3[MSG_SIZ]; in SoundDialogGetName()
1989 char buf[MSG_SIZ]; in SoundOptionsDialog()
2176 char bits[MSG_SIZ], parity[MSG_SIZ], stopBits[MSG_SIZ], flow[MSG_SIZ]; in ParseCommSettings()
2310 char buf[MSG_SIZ]; in CommPortOptionsDialog()
2514 char buf[MSG_SIZ]; in LoadOptions()
2639 char buf[MSG_SIZ]; in SaveOptionsDialog()
[all …]
/dports/games/xboard/xboard-4.9.1/winboard/
H A Dwchat.c47 extern char chatPartner[MAX_CHAT][MSG_SIZ];
147 char buf[MSG_SIZ]; in InterceptArrowKeys()
155 GetWindowText(hwnd, buf, MSG_SIZ); in InterceptArrowKeys()
184 char buf[MSG_SIZ], mess[MSG_SIZ]; in ChatProc()
279 GetDlgItemText(hDlg, IDC_ChatPartner, chatPartner[partner], MSG_SIZ); in ChatProc()
287 GetDlgItemText(hDlg, OPT_ChatInput, mess, MSG_SIZ); in ChatProc()
294 snprintf(buf, MSG_SIZ, "shout %s\n", mess); // SHOUT box uses "shout" to send in ChatProc()
299 snprintf(buf, MSG_SIZ, "xtell %s %s\n", chatPartner[partner], mess); in ChatProc()
301 snprintf(buf, MSG_SIZ, "tell %s %s\n", chatPartner[partner], mess); in ChatProc()
365 char buf[MSG_SIZ]; in ChatPopUp()
[all …]
H A Dwsettings.c59 char title[MSG_SIZ];
236 char buf[MSG_SIZ]; in DesignOptionDialog()
369 int id, p; char buf[MSG_SIZ]; in SetOptionValues()
385 char **choices, newText[MSG_SIZ], buf[MSG_SIZ], *text; in GetOptionValues()
463 char buf[MSG_SIZ]; in SettingsProc()
503 GetDlgItemText( hDlg, i+3, buf, MSG_SIZ ); in SettingsProc()
525 GetDlgItemText( hDlg, i+3, buf, MSG_SIZ ); in SettingsProc()
763 char buf[MSG_SIZ]; in EnterGroup()
856 char buf[MSG_SIZ]; in PickTheme()
947 char name[MSG_SIZ]; in Inspect()
[all …]
/dports/games/xboard/xboard-4.9.1/gtk/
H A Dxboard.c184 char localeDir[MSG_SIZ];
794 char buf[MSG_SIZ]; in PrintOptions()
838 char buf[MSG_SIZ]; in LoadIconFile()
856 char buf[MSG_SIZ]; in StartNewXBoard()
972 static char buf[MSG_SIZ]; in main()
1228 char buf[MSG_SIZ], name[MSG_SIZ]; in main()
1345 char buf[MSG_SIZ]; in InsertPxlSize()
1731 char text[MSG_SIZ]; in ReSize()
2032 char buf[MSG_SIZ]; in ManProc()
2043 char buf[MSG_SIZ]; in InfoProc()
[all …]
/dports/games/xboard-devel/xboard-f49e7e1/gtk/
H A Dxboard.c187 char localeDir[MSG_SIZ];
784 char buf[MSG_SIZ]; in PrintOptions()
828 char buf[MSG_SIZ]; in LoadIconFile()
844 char buf[MSG_SIZ]; in StartNewXBoard()
959 static char buf[MSG_SIZ]; in main()
1209 char buf[MSG_SIZ], name[MSG_SIZ]; in main()
1326 char buf[MSG_SIZ]; in InsertPxlSize()
1969 char buf[MSG_SIZ]; in ManProc()
1980 char buf[MSG_SIZ]; in InfoProc()
2335 char curDir[MSG_SIZ];
[all …]

123