Home
last modified time | relevance | path

Searched refs:command_utf8 (Results 1 – 9 of 9) sorted by relevance

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/gui/src/
H A Dquest_runner.cpp220 QByteArray command_utf8 = command.toUtf8(); in execute_command() local
221 command_utf8.append("\n"); in execute_command()
222 qint64 bytes_written = process.write(command_utf8); in execute_command()
223 if (bytes_written != command_utf8.size()) { in execute_command()
/dports/lang/gnu-apl/apl-1.8/erlang/
H A Dapl.erl.in34 -export([ command_utf8/1, command_ucs/1,
43 command_utf8(_UTF8_string) -> exit(command_utf8__not_loaded). function
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgwin32appinfo.c235 gchar *command_utf8; member
429 g_clear_pointer (&shverb->command_utf8, g_free); in g_win32_appinfo_shell_verb_dispose()
1756 shverb->command_utf8 = g_strdup (command_line_utf8); in handler_add_verb()
1878 shverb->command_utf8 = g_strdup (command_line_utf8); in app_add_verb()
1921 shverb->command_utf8 = NULL; in uwp_app_add_verb()
1954 shverb->command_utf8 = NULL; in uwp_handler_add_verb()
3244 handler_verb->command_utf8, in link_handlers_to_fake_apps()
3295 handler_verb->command_utf8, in link_handlers_to_fake_apps()
4293 return _verb_idx (info->app->verbs, 0)->command_utf8; in g_win32_app_info_get_commandline()
4784 g_assert (shverb->command_utf8 != NULL); in g_win32_app_info_launch_internal()
[all …]
/dports/lang/gnu-apl/apl-1.8/src/
H A Dpython_apl.cc64 UTF8_string command_utf8(command); in apl_command() local
65 UCS_string command_ucs(command_utf8); in apl_command()
H A Dlibapl.h108 extern const char * apl_command(const char * command_utf8);
H A Dlibapl.cc388 UTF8_string command_utf8(command); in apl_command() local
389 UCS_string command_ucs(command_utf8); in apl_command()
/dports/irc/hexchat/hexchat-2.16.0/src/common/
H A Dplugin.c1081 char *command_utf8; in hexchat_command() local
1090 command_utf8 = text_fixup_invalid_utf8 (command, -1, NULL); in hexchat_command()
1091 handle_command (ph->context, command_utf8, FALSE); in hexchat_command()
1092 g_free (command_utf8); in hexchat_command()
/dports/mail/alpine/alpine-465e23b/pico/osdep/
H A Dmswin.c10451 mswin_shell_exec(char *command_utf8, HINSTANCE *pChildProc) in mswin_shell_exec() argument
10459 if(!command_utf8) in mswin_shell_exec()
10462 free_command_lpt = command_lpt = utf8_to_lptstr(command_utf8); in mswin_shell_exec()
/dports/editors/pico-alpine/alpine-465e23b/pico/osdep/
H A Dmswin.c10451 mswin_shell_exec(char *command_utf8, HINSTANCE *pChildProc) in mswin_shell_exec() argument
10459 if(!command_utf8) in mswin_shell_exec()
10462 free_command_lpt = command_lpt = utf8_to_lptstr(command_utf8); in mswin_shell_exec()