mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
78 lines
12 KiB
HTML
78 lines
12 KiB
HTML
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
|
|
<html xmlns='http://www.w3.org/1999/xhtml'>
|
|
<head>
|
|
<title>printf</title>
|
|
<meta name='robots' content='noindex,nofollow' />
|
|
<meta name='generator' content='GLOBAL-6.6.11' />
|
|
<meta http-equiv='Content-Style-Type' content='text/css' />
|
|
<link rel='stylesheet' type='text/css' href='../style.css' />
|
|
</head>
|
|
<body>
|
|
<pre>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L2192'>printf</a> 2192 lib/tty/key.c printf (ESC_STR "[?2004h");</span>
|
|
<span class='curline'><a href='../S/lib--tty--key.c.html#L2201'>printf</a> 2201 lib/tty/key.c printf (ESC_STR "[?2004l");</span>
|
|
<span class='curline'><a href='../S/lib--tty--mouse.c.html#L141'>printf</a> 141 lib/tty/mouse.c printf (ESC_STR "[?1001s");</span>
|
|
<span class='curline'><a href='../S/lib--tty--mouse.c.html#L144'>printf</a> 144 lib/tty/mouse.c printf (ESC_STR "[?1000;1006h");</span>
|
|
<span class='curline'><a href='../S/lib--tty--mouse.c.html#L152'>printf</a> 152 lib/tty/mouse.c printf (ESC_STR "[?1001s");</span>
|
|
<span class='curline'><a href='../S/lib--tty--mouse.c.html#L155'>printf</a> 155 lib/tty/mouse.c printf (ESC_STR "[?1002;1006h");</span>
|
|
<span class='curline'><a href='../S/lib--tty--mouse.c.html#L185'>printf</a> 185 lib/tty/mouse.c printf (ESC_STR "[?1006;1000l");</span>
|
|
<span class='curline'><a href='../S/lib--tty--mouse.c.html#L188'>printf</a> 188 lib/tty/mouse.c printf (ESC_STR "[?1001r");</span>
|
|
<span class='curline'><a href='../S/lib--tty--mouse.c.html#L194'>printf</a> 194 lib/tty/mouse.c printf (ESC_STR "[?1006;1002l");</span>
|
|
<span class='curline'><a href='../S/lib--tty--mouse.c.html#L197'>printf</a> 197 lib/tty/mouse.c printf (ESC_STR "[?1001r");</span>
|
|
<span class='curline'><a href='../S/lib--tty--win.c.html#L117'>printf</a> 117 lib/tty/win.c printf (ESC_STR "CL%c%c%c%c\n", (y1 / 26) + 'A', (y1 % 26) + 'A', (y2 / 26) + 'A',</span>
|
|
<span class='curline'><a href='../S/src--args.c.html#L705'>printf</a> 705 src/args.c printf ("%s (%s)\n", mc_global.sysconfig_dir, mc_global.share_data_dir);</span>
|
|
<span class='curline'><a href='../S/src--cons.handler.c.html#L64'>printf</a> 64 src/cons.handler.c printf ("\x1B[%d;%df", (y) + 1, (x) + 1); \</span>
|
|
<span class='curline'><a href='../S/src--cons.handler.c.html#L317'>printf</a> 317 src/cons.handler.c printf ("\x1B[%d;%d;3%d;4%dm", (bc & 8) ? 5 : 25, (tc & 8) ? 1 : 22, color_map[tc & 7],</span>
|
|
<span class='curline'><a href='../S/src--execute.c.html#L108'>printf</a> 108 src/execute.c printf ("\n\n");</span>
|
|
<span class='curline'><a href='../S/src--execute.c.html#L314'>printf</a> 314 src/execute.c printf ("%s%s\n", mc_prompt, *argv);</span>
|
|
<span class='curline'><a href='../S/src--execute.c.html#L340'>printf</a> 340 src/execute.c printf ("%s", _ ("Press any key to continue..."));</span>
|
|
<span class='curline'><a href='../S/src--execute.c.html#L344'>printf</a> 344 src/execute.c printf ("\r\n");</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L2044'>printf</a> 2044 src/subshell/common.c printf ("\r\n%s", subshell_prompt->str);</span>
|
|
<span class='curline'><a href='../S/src--textconf.c.html#L138'>printf</a> 138 src/textconf.c printf ("%s %s\n", PACKAGE_NAME, mc_global.mc_version);</span>
|
|
<span class='curline'><a href='../S/src--textconf.c.html#L140'>printf</a> 140 src/textconf.c printf (_ ("Built with GLib %d.%d.%d (using GLib %u.%u.%u)\n"), GLIB_MAJOR_VERSION,</span>
|
|
<span class='curline'><a href='../S/src--textconf.c.html#L145'>printf</a> 145 src/textconf.c printf (_ ("Built with S-Lang"));</span>
|
|
<span class='curline'><a href='../S/src--textconf.c.html#L147'>printf</a> 147 src/textconf.c printf (" %s", SLANG_VERSION_STRING);</span>
|
|
<span class='curline'><a href='../S/src--textconf.c.html#L149'>printf</a> 149 src/textconf.c printf (" %d", SLANG_VERSION);</span>
|
|
<span class='curline'><a href='../S/src--textconf.c.html#L151'>printf</a> 151 src/textconf.c printf (_ (" and terminfo database (using S-Lang %s)\n"), SLang_Version_String);</span>
|
|
<span class='curline'><a href='../S/src--textconf.c.html#L153'>printf</a> 153 src/textconf.c printf (_ ("Built with %s"), NCURSES_LIB_DISPLAYNAME);</span>
|
|
<span class='curline'><a href='../S/src--textconf.c.html#L155'>printf</a> 155 src/textconf.c printf (" %d", NCURSES_VERSION_MAJOR);</span>
|
|
<span class='curline'><a href='../S/src--textconf.c.html#L157'>printf</a> 157 src/textconf.c printf (".%d", NCURSES_VERSION_MINOR);</span>
|
|
<span class='curline'><a href='../S/src--textconf.c.html#L161'>printf</a> 161 src/textconf.c printf (".%d", NCURSES_VERSION_PATCH);</span>
|
|
<span class='curline'><a href='../S/src--textconf.c.html#L163'>printf</a> 163 src/textconf.c printf (_ (" (using %s)\n"), curses_version ());</span>
|
|
<span class='curline'><a href='../S/src--textconf.c.html#L169'>printf</a> 169 src/textconf.c printf (_ ("Built with libssh2 %d.%d.%d\n"), LIBSSH2_VERSION_MAJOR, LIBSSH2_VERSION_MINOR,</span>
|
|
<span class='curline'><a href='../S/src--textconf.c.html#L179'>printf</a> 179 src/textconf.c printf ("%s %s", i == 0 ? "" : ",", _ (vfs_supported[i]));</span>
|
|
<span class='curline'><a href='../S/src--textconf.c.html#L184'>printf</a> 184 src/textconf.c #define TYPE_INFO(T) (void) printf (" %s: %d;", #T, (int) (CHAR_BIT * sizeof (T)))</span>
|
|
<span class='curline'><a href='../S/src--textconf.c.html#L197'>printf</a> 197 src/textconf.c #define PRINTF_GROUP(a) (void) printf ("[%s]\n", a)</span>
|
|
<span class='curline'><a href='../S/src--textconf.c.html#L198'>printf</a> 198 src/textconf.c #define PRINTF_SECTION(a, b) (void) printf (" %-17s %s\n", a, b)</span>
|
|
<span class='curline'><a href='../S/src--textconf.c.html#L199'>printf</a> 199 src/textconf.c #define PRINTF_SECTION2(a, b) (void) printf (" %-17s %s/\n", a, b)</span>
|
|
<span class='curline'><a href='../S/src--textconf.c.html#L200'>printf</a> 200 src/textconf.c #define PRINTF(a, b, c) (void) printf ("\t%-15s %s/%s\n", a, b, c)</span>
|
|
<span class='curline'><a href='../S/src--textconf.c.html#L201'>printf</a> 201 src/textconf.c #define PRINTF2(a, b, c) (void) printf ("\t%-15s %s%s\n", a, b, c)</span>
|
|
<span class='curline'><a href='../S/src--textconf.c.html#L206'>printf</a> 206 src/textconf.c (void) printf ("%s %s\n", _ ("Home directory:"), mc_config_get_home_dir ());</span>
|
|
<span class='curline'><a href='../S/src--textconf.c.html#L207'>printf</a> 207 src/textconf.c (void) printf ("%s %s\n", _ ("Profile root directory:"), mc_get_profile_root ());</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L566'>printf</a> 566 src/vfs/shell/shell.c printf ("\n%s\n", _ ("shell: Waiting for initial line..."));</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L576'>printf</a> 576 src/vfs/shell/shell.c printf ("\n%s\n", _ ("Sorry, we cannot do password authenticated connections for now."));</span>
|
|
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L593'>printf</a> 593 src/vfs/shell/shell.c printf ("\n%s\n", _("shell: Sending password..."));</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_parse_ls_lga.c.html#L97'>printf</a> 97 tests/lib/vfs/vfs_parse_ls_lga.c printf ("message(): %s\n", p);</span>
|
|
<span class='curline'><a href='../S/tests--lib--vfs--vfs_s_get_path.c.html#L115'>printf</a> 115 tests/lib/vfs/vfs_s_get_path.c printf ("VFS_DIE: '%s'\n", m);</span>
|
|
<span class='curline'><a href='../S/tests--src--vfs--extfs--helpers-list--mc_parse_ls_l.c.html#L239'>printf</a> 239 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf ("message(): vfs_parse_ls_lga(): parsing error at: %s\n", p);</span>
|
|
<span class='curline'><a href='../S/tests--src--vfs--extfs--helpers-list--mc_parse_ls_l.c.html#L253'>printf</a> 253 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf (" perm: %s\n", string_perm (st->st_mode));</span>
|
|
<span class='curline'><a href='../S/tests--src--vfs--extfs--helpers-list--mc_parse_ls_l.c.html#L256'>printf</a> 256 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf (" uid: %s\n", symbolic_uid (st->st_uid));</span>
|
|
<span class='curline'><a href='../S/tests--src--vfs--extfs--helpers-list--mc_parse_ls_l.c.html#L257'>printf</a> 257 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf (" gid: %s\n", symbolic_gid (st->st_gid));</span>
|
|
<span class='curline'><a href='../S/tests--src--vfs--extfs--helpers-list--mc_parse_ls_l.c.html#L259'>printf</a> 259 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf (" size: %" PRIuMAX "\n", (uintmax_t) st->st_size);</span>
|
|
<span class='curline'><a href='../S/tests--src--vfs--extfs--helpers-list--mc_parse_ls_l.c.html#L260'>printf</a> 260 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf (" nlink: %d\n", (int) st->st_nlink);</span>
|
|
<span class='curline'><a href='../S/tests--src--vfs--extfs--helpers-list--mc_parse_ls_l.c.html#L262'>printf</a> 262 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf (" mtime: %s\n", string_date (st->st_mtime));</span>
|
|
<span class='curline'><a href='../S/tests--src--vfs--extfs--helpers-list--mc_parse_ls_l.c.html#L273'>printf</a> 273 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf (" %s: %s\n", name, q);</span>
|
|
<span class='curline'><a href='../S/tests--src--vfs--extfs--helpers-list--mc_parse_ls_l.c.html#L283'>printf</a> 283 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf ("-\n"); // Start new item in the list.</span>
|
|
<span class='curline'><a href='../S/tests--src--vfs--extfs--helpers-list--mc_parse_ls_l.c.html#L309'>printf</a> 309 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf ("%s %3d ", string_perm (st->st_mode), (int) st->st_nlink);</span>
|
|
<span class='curline'><a href='../S/tests--src--vfs--extfs--helpers-list--mc_parse_ls_l.c.html#L312'>printf</a> 312 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf ("%8s ", symbolic_uid (st->st_uid));</span>
|
|
<span class='curline'><a href='../S/tests--src--vfs--extfs--helpers-list--mc_parse_ls_l.c.html#L313'>printf</a> 313 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf ("%8s ", symbolic_gid (st->st_gid));</span>
|
|
<span class='curline'><a href='../S/tests--src--vfs--extfs--helpers-list--mc_parse_ls_l.c.html#L315'>printf</a> 315 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf ("%10" PRIuMAX " ", (uintmax_t) st->st_size);</span>
|
|
<span class='curline'><a href='../S/tests--src--vfs--extfs--helpers-list--mc_parse_ls_l.c.html#L317'>printf</a> 317 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf ("%s ", string_date (st->st_mtime));</span>
|
|
<span class='curline'><a href='../S/tests--src--vfs--extfs--helpers-list--mc_parse_ls_l.c.html#L330'>printf</a> 330 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf ("%s", filename);</span>
|
|
<span class='curline'><a href='../S/tests--src--vfs--extfs--helpers-list--mc_parse_ls_l.c.html#L332'>printf</a> 332 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf (" -> %s", linkname);</span>
|
|
<span class='curline'><a href='../S/tests--src--vfs--extfs--helpers-list--mc_parse_ls_l.c.html#L333'>printf</a> 333 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf ("\n");</span>
|
|
<span class='curline'><a href='../S/tests--src--vfs--extfs--helpers-list--mc_parse_ls_l.c.html#L337'>printf</a> 337 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c printf ("cannot parse input line: '%s'\n", input_line);</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|