Home
last modified time | relevance | path

Searched refs:msgtmp (Results 1 – 15 of 15) sorted by relevance

/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dalias_command.c305 char * msgtmp; in do_alias() local
312 if (msgtmp[0]!='\0') in do_alias()
314 if ((msgtmp[0]=='/')&&(msgtmp[1]!='/')) // to make sure we don't get endless aliasing loop in do_alias()
316 tmp2 = xmalloc(strlen(msgtmp)+3); in do_alias()
317 sprintf(tmp2,"%s%s",cmd,msgtmp); in do_alias()
318 xfree((void *)msgtmp); in do_alias()
319 msgtmp=tmp2; in do_alias()
322 if (strlen(msgtmp)>MAX_MESSAGE_LEN) in do_alias()
324 msgtmp[MAX_MESSAGE_LEN]='\0'; in do_alias()
327 message_send_formatted(c,msgtmp); in do_alias()
[all …]
/dports/textproc/py-transpopy/transpopy-0.2.0/transpopy/
H A D__main__.py74 msgtmp = []
79 msgtmp.append(line)
91 msgtmp,
100 msgtmp.append(line)
/dports/www/lynx/lynx2.8.9rel.1/WWW/Library/Implementation/
H A DHTRules.c217 char *msgtmp = NULL; in HTTranslate() local
299 HTSprintf0(&msgtmp, pMsg, current); in HTTranslate()
300 pMsg = msgtmp; in HTTranslate()
318 FREE(msgtmp); in HTTranslate()
/dports/www/lynx-current/lynx2.9.0dev.9/WWW/Library/Implementation/
H A DHTRules.c217 char *msgtmp = NULL; in HTTranslate() local
299 HTSprintf0(&msgtmp, pMsg, current); in HTTranslate()
300 pMsg = msgtmp; in HTTranslate()
318 FREE(msgtmp); in HTTranslate()
/dports/science/chemtool-devel/chemtool-1.7alpha15/
H A Dmain.c1308 char msgtmp[100]; in Clear() local
1351 snprintf(msgtmp,99,_("\nReady")); in Clear()
1357 (gint)strlen(msgtmp)); in Clear()
1403 char msgtmp[100]; in addto_mysql() local
1558 (gint)strlen(msgtmp)); in addto_mysql()
1582 char msgtmp[100]; in replace_mysql() local
1728 (gint)strlen(msgtmp)); in replace_mysql()
3790 char msgtmp[100]; in main() local
6390 snprintf(msgtmp,99,_("Ready")); in main()
6395 gtk_text_insert (GTK_TEXT (msgtext), NULL, NULL, NULL, msgtmp,(gint)strlen(msgtmp)); in main()
[all …]
/dports/science/chemtool/chemtool-1.6.14/
H A Dmain.c1321 char msgtmp[100]; in Clear() local
1364 snprintf(msgtmp,99,_("\nReady")); in Clear()
1370 (gint)strlen(msgtmp)); in Clear()
1480 char msgtmp[100]; in prepare_options_dialog() local
3279 char msgtmp[100]; in main() local
4488 snprintf(msgtmp,100,"%6.4f",bondlen_mm); in main()
4502 snprintf(msgtmp,100,"%d",db_dist); in main()
6006 snprintf(msgtmp,99,_("Ready")); in main()
6011 gtk_text_insert (GTK_TEXT (msgtext), NULL, NULL, NULL, msgtmp,(gint)strlen(msgtmp)); in main()
6129 snprintf(msgtmp,100,"%6.4f",bondlen_mm); in main()
[all …]
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dm_menu.c1020 static char msgtmp[MSGTMP_LEN+1]; variable
1068 msgtmp[MSGTMP_LEN-1] = '\0'; in M_already_playing()
3162 snprintf (msgtmp, MSGTMP_LEN, in M_ChangeControl()
3164 msgtmp[MSGTMP_LEN-1] = '\0'; in M_ChangeControl()
4665 msgtmp[MSGTMP_LEN-1] = '\0'; in M_QuickSave()
4666 M_StartMessage(msgtmp, M_QuickSaveResponse, MM_YESNO); in M_QuickSave()
4711 msgtmp[MSGTMP_LEN-1] = '\0'; in M_QuickLoad()
4712 M_StartMessage(msgtmp, M_QuickLoadResponse, MM_YESNO); in M_QuickLoad()
4817 snprintf(msgtmp, MSGTMP_LEN, in M_QuitDOOM()
4819 msgtmp[MSGTMP_LEN-1] = '\0'; in M_QuitDOOM()
[all …]
/dports/astro/siril/siril/subprojects/wcslib/
H A Dwcsfix.c806 char orig_unit[72], msg[512], msgtmp[192]; in unitfix() local
823 sprintf(msgtmp, "\n '%s' -> '%s',", orig_unit, wcs->cunit[i]); in unitfix()
824 strncpy(msg+msglen, msgtmp, 511-msglen); in unitfix()
/dports/japanese/today/ja-today-2.12_2/
H A Devent.c186 char msgtmp[64]; in event_out() local
190 vsprintf(msgtmp, msg, ap); in event_out()
192 output_eventlist(1, msgtmp, 0, FALSE); in event_out()
/dports/astro/py-astropy/astropy-5.0/cextern/wcslib/C/
H A Dwcsfix.c828 char msgtmp[192]; in unitfix() local
829 sprintf(msgtmp, "\n '%s' -> '%s',", orig_unit, wcs->cunit[i]); in unitfix()
830 strncpy(msg+msglen, msgtmp, 511-msglen); in unitfix()
/dports/astro/wcslib/wcslib-7.7/C/
H A Dwcsfix.c828 char msgtmp[192]; in unitfix() local
829 sprintf(msgtmp, "\n '%s' -> '%s',", orig_unit, wcs->cunit[i]); in unitfix()
830 strncpy(msg+msglen, msgtmp, 511-msglen); in unitfix()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libvo/
H A Dgl_common.c1618 char msgtmp[500]; in print_result() local
1623 msgtmp[0] = 0; in print_result()
1624 (link ? mpglGetProgramInfoLog : mpglGetShaderInfoLog)(obj, sizeof(msgtmp), NULL, msgtmp); in print_result()
1625 …T_VO, status ? MSGL_V : MSGL_ERR, "[gl] %s messages:\n%s\n", link ? "Linker" : "Compiler", msgtmp); in print_result()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libvo/
H A Dgl_common.c1618 char msgtmp[500]; in print_result() local
1623 msgtmp[0] = 0; in print_result()
1624 (link ? mpglGetProgramInfoLog : mpglGetShaderInfoLog)(obj, sizeof(msgtmp), NULL, msgtmp); in print_result()
1625 …T_VO, status ? MSGL_V : MSGL_ERR, "[gl] %s messages:\n%s\n", link ? "Linker" : "Compiler", msgtmp); in print_result()
/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DLYMainLoop.c569 char *msgtmp = NULL; in do_change_link() local
571 HTSprintf0(&msgtmp, in do_change_link()
574 HTAlert(msgtmp); in do_change_link()
575 FREE(msgtmp); in do_change_link()
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DLYMainLoop.c569 char *msgtmp = NULL; in do_change_link() local
571 HTSprintf0(&msgtmp, in do_change_link()
574 HTAlert(msgtmp); in do_change_link()
575 FREE(msgtmp); in do_change_link()