mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
147 lines
30 KiB
HTML
147 lines
30 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>g_ptr_array_index</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--charsets.c.html#L158'>g_ptr_array_index</a> 158 lib/charsets.c desc = (codepage_desc *) g_ptr_array_index (*list, i);</span>
|
|
<span class='curline'><a href='../S/lib--charsets.c.html#L248'>g_ptr_array_index</a> 248 lib/charsets.c return (n < 0) ? NO_TRANSLATION : ((codepage_desc *) g_ptr_array_index (codepages, n))->id;</span>
|
|
<span class='curline'><a href='../S/lib--charsets.c.html#L257'>g_ptr_array_index</a> 257 lib/charsets.c : ((codepage_desc *) g_ptr_array_index (codepages, n))->name;</span>
|
|
<span class='curline'><a href='../S/lib--event--manage.c.html#L207'>g_ptr_array_index</a> 207 lib/event/manage.c mc_event_callback_t *cb = g_ptr_array_index (callbacks, array_index);</span>
|
|
<span class='curline'><a href='../S/lib--event--raise.c.html#L68'>g_ptr_array_index</a> 68 lib/event/raise.c mc_event_callback_t *cb = g_ptr_array_index (callbacks, array_index - 1);</span>
|
|
<span class='curline'><a href='../S/lib--filehighlight--get-color.c.html#L291'>g_ptr_array_index</a> 291 lib/filehighlight/get-color.c mc_filter = (mc_fhl_filter_t *) g_ptr_array_index (fhl->filters, i);</span>
|
|
<span class='curline'><a href='../S/lib--glibcompat.c.html#L91'>g_ptr_array_index</a> 91 lib/glibcompat.c if (equal_func (g_ptr_array_index (haystack, i), needle))</span>
|
|
<span class='curline'><a href='../S/lib--search--regex.c.html#L364'>g_ptr_array_index</a> 364 lib/search/regex.c (mc_search_cond_t *) g_ptr_array_index (lc_mc_search->prepared.conditions, loop1);</span>
|
|
<span class='curline'><a href='../S/lib--skin--ini-file.c.html#L80'>g_ptr_array_index</a> 80 lib/skin/ini-file.c if (strcmp (sname, g_ptr_array_index (list, i)) == 0)</span>
|
|
<span class='curline'><a href='../S/lib--utilunix.c.html#L526'>g_ptr_array_index</a> 526 lib/utilunix.c execute_name = g_ptr_array_index (args_array, 0);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L306'>g_ptr_array_index</a> 306 lib/vfs/path.c struct vfs_class *vfs = VFS_CLASS (g_ptr_array_index (vfs__classes_list, i));</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L376'>g_ptr_array_index</a> 376 lib/vfs/path.c element->class = g_ptr_array_index (vfs__classes_list, 0);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L468'>g_ptr_array_index</a> 468 lib/vfs/path.c element->class = g_ptr_array_index (vfs__classes_list, 0);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--path.c.html#L991'>g_ptr_array_index</a> 991 lib/vfs/path.c vfs = VFS_CLASS (g_ptr_array_index (vfs__classes_list, i));</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L192'>g_ptr_array_index</a> 192 lib/vfs/vfs.c h = (struct vfs_openfile *) g_ptr_array_index (vfs_openfiles, handle - VFS_FIRST_HANDLE);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L225'>g_ptr_array_index</a> 225 lib/vfs/vfs.c h = (struct vfs_openfile *) g_ptr_array_index (vfs_openfiles, idx);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L227'>g_ptr_array_index</a> 227 lib/vfs/vfs.c g_ptr_array_index (vfs_openfiles, idx) = (void *) vfs_free_handle_list;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L276'>g_ptr_array_index</a> 276 lib/vfs/vfs.c vfs_free_handle_list = (long) g_ptr_array_index (vfs_openfiles, vfs_free_handle_list);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L277'>g_ptr_array_index</a> 277 lib/vfs/vfs.c g_ptr_array_index (vfs_openfiles, h->handle) = h;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L493'>g_ptr_array_index</a> 493 lib/vfs/vfs.c struct vfs_class *vfs = VFS_CLASS (g_ptr_array_index (vfs__classes_list, i));</span>
|
|
<span class='curline'><a href='../S/lib--vfs--vfs.c.html#L586'>g_ptr_array_index</a> 586 lib/vfs/vfs.c struct vfs_class *vfs = VFS_CLASS (g_ptr_array_index (vfs__classes_list, i));</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L503'>g_ptr_array_index</a> 503 lib/widget/input_complete.c if (strncmp (text + textstart, g_ptr_array_index (hosts, host_p), textlen) == 0)</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L521'>g_ptr_array_index</a> 521 lib/widget/input_complete.c g_string_append (temp, g_ptr_array_index (hosts, host_p));</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L732'>g_ptr_array_index</a> 732 lib/widget/input_complete.c si = g_ptr_array_index (match_list, i);</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L733'>g_ptr_array_index</a> 733 lib/widget/input_complete.c sj = g_ptr_array_index (match_list, j);</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L764'>g_ptr_array_index</a> 764 lib/widget/input_complete.c string = g_ptr_array_index (match_list, 0);</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1182'>g_ptr_array_index</a> 1182 lib/widget/input_complete.c lc_complete = g_ptr_array_index (in->completions, 0);</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1203'>g_ptr_array_index</a> 1203 lib/widget/input_complete.c q = g_ptr_array_index (in->completions, k);</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1245'>g_ptr_array_index</a> 1245 lib/widget/input_complete.c q = g_ptr_array_index (in->completions, k);</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1360'>g_ptr_array_index</a> 1360 lib/widget/input_complete.c p = g_ptr_array_index (matches, i);</span>
|
|
<span class='curline'><a href='../S/lib--widget--input_complete.c.html#L1363'>g_ptr_array_index</a> 1363 lib/widget/input_complete.c g_ptr_array_index (matches, i) = str_escape (p, -1, "?*&", TRUE);</span>
|
|
<span class='curline'><a href='../S/lib--widget--wtools.c.html#L297'>g_ptr_array_index</a> 297 lib/widget/wtools.c button = BUTTON (g_ptr_array_index (buttons, i));</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L1778'>g_ptr_array_index</a> 1778 src/diffviewer/ydiff.c h = (GArray *) g_ptr_array_index (dview->hdiff, i);</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2551'>g_ptr_array_index</a> 2551 src/diffviewer/ydiff.c else if (dview->hdiff != NULL && g_ptr_array_index (dview->hdiff, i) != NULL)</span>
|
|
<span class='curline'><a href='../S/src--diffviewer--ydiff.c.html#L2561'>g_ptr_array_index</a> 2561 src/diffviewer/ydiff.c g_ptr_array_index (dview->hdiff, i), ord, att);</span>
|
|
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L129'>g_ptr_array_index</a> 129 src/editor/editbuffer.c b = g_ptr_array_index (buf->b2, p >> S_EDIT_BUF_SIZE);</span>
|
|
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L133'>g_ptr_array_index</a> 133 src/editor/editbuffer.c b = g_ptr_array_index (buf->b1, byte_index >> S_EDIT_BUF_SIZE);</span>
|
|
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L501'>g_ptr_array_index</a> 501 src/editor/editbuffer.c b = g_ptr_array_index (buf->b1, buf->curs1 >> S_EDIT_BUF_SIZE);</span>
|
|
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L533'>g_ptr_array_index</a> 533 src/editor/editbuffer.c b = g_ptr_array_index (buf->b2, buf->curs2 >> S_EDIT_BUF_SIZE);</span>
|
|
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L562'>g_ptr_array_index</a> 562 src/editor/editbuffer.c b = g_ptr_array_index (buf->b2, prev >> S_EDIT_BUF_SIZE);</span>
|
|
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L571'>g_ptr_array_index</a> 571 src/editor/editbuffer.c b = g_ptr_array_index (buf->b2, j);</span>
|
|
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L602'>g_ptr_array_index</a> 602 src/editor/editbuffer.c b = g_ptr_array_index (buf->b1, prev >> S_EDIT_BUF_SIZE);</span>
|
|
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L611'>g_ptr_array_index</a> 611 src/editor/editbuffer.c b = g_ptr_array_index (buf->b1, j);</span>
|
|
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L771'>g_ptr_array_index</a> 771 src/editor/editbuffer.c b1 = &g_ptr_array_index (buf->b2, i);</span>
|
|
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L772'>g_ptr_array_index</a> 772 src/editor/editbuffer.c b2 = &g_ptr_array_index (buf->b2, buf->b2->len - 1 - i);</span>
|
|
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L820'>g_ptr_array_index</a> 820 src/editor/editbuffer.c b = g_ptr_array_index (buf->b1, i);</span>
|
|
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L832'>g_ptr_array_index</a> 832 src/editor/editbuffer.c b = g_ptr_array_index (buf->b1, i);</span>
|
|
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L845'>g_ptr_array_index</a> 845 src/editor/editbuffer.c b = g_ptr_array_index (buf->b2, i);</span>
|
|
<span class='curline'><a href='../S/src--editor--editbuffer.c.html#L857'>g_ptr_array_index</a> 857 src/editor/editbuffer.c b = g_ptr_array_index (buf->b2, i);</span>
|
|
<span class='curline'><a href='../S/src--editor--spell.c.html#L378'>g_ptr_array_index</a> 378 src/editor/spell.c listbox_add_item (sug_list, LISTBOX_APPEND_AT_END, 0, g_ptr_array_index (suggest, i), NULL,</span>
|
|
<span class='curline'><a href='../S/src--editor--spell.c.html#L742'>g_ptr_array_index</a> 742 src/editor/spell.c LISTBOX_APPEND_TEXT (lang_list, 0, g_ptr_array_index (languages, i), NULL, FALSE);</span>
|
|
<span class='curline'><a href='../S/src--editor--spell.c.html#L746'>g_ptr_array_index</a> 746 src/editor/spell.c selected_lang = g_ptr_array_index (languages, (unsigned int) res);</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L431'>g_ptr_array_index</a> 431 src/editor/syntax.c r = CONTEXT_RULE (g_ptr_array_index (edit->rules, _rule.context));</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L465'>g_ptr_array_index</a> 465 src/editor/syntax.c r = CONTEXT_RULE (g_ptr_array_index (edit->rules, _rule.context));</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L476'>g_ptr_array_index</a> 476 src/editor/syntax.c k = SYNTAX_KEYWORD (g_ptr_array_index (r->keyword, count));</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L487'>g_ptr_array_index</a> 487 src/editor/syntax.c r = CONTEXT_RULE (g_ptr_array_index (edit->rules, _rule._context));</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L516'>g_ptr_array_index</a> 516 src/editor/syntax.c r = CONTEXT_RULE (g_ptr_array_index (edit->rules, _rule._context));</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L550'>g_ptr_array_index</a> 550 src/editor/syntax.c r = CONTEXT_RULE (g_ptr_array_index (edit->rules, count));</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L580'>g_ptr_array_index</a> 580 src/editor/syntax.c r = CONTEXT_RULE (g_ptr_array_index (edit->rules, _rule.context));</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L590'>g_ptr_array_index</a> 590 src/editor/syntax.c k = SYNTAX_KEYWORD (g_ptr_array_index (r->keyword, count));</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L675'>g_ptr_array_index</a> 675 src/editor/syntax.c r = CONTEXT_RULE (g_ptr_array_index (edit->rules, rule->context));</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L676'>g_ptr_array_index</a> 676 src/editor/syntax.c k = SYNTAX_KEYWORD (g_ptr_array_index (r->keyword, rule->keyword));</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1160'>g_ptr_array_index</a> 1160 src/editor/syntax.c last_rule = CONTEXT_RULE (g_ptr_array_index (edit->rules, edit->rules->len - 1));</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1267'>g_ptr_array_index</a> 1267 src/editor/syntax.c c = CONTEXT_RULE (g_ptr_array_index (edit->rules, i));</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1274'>g_ptr_array_index</a> 1274 src/editor/syntax.c k = SYNTAX_KEYWORD (g_ptr_array_index (c->keyword, j));</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1395'>g_ptr_array_index</a> 1395 src/editor/syntax.c r0 = CONTEXT_RULE (g_ptr_array_index (edit->rules, 0));</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1471'>g_ptr_array_index</a> 1471 src/editor/syntax.c name = g_ptr_array_index (names, i);</span>
|
|
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1624'>g_ptr_array_index</a> 1624 src/editor/syntax.c edit->syntax_type = g_strdup (g_ptr_array_index (names, syntax - N_DFLT_ENTRIES));</span>
|
|
<span class='curline'><a href='../S/src--filemanager--boxes.c.html#L235'>g_ptr_array_index</a> 235 src/filemanager/boxes.c skin_name = g_ptr_array_index (skin_names, i);</span>
|
|
<span class='curline'><a href='../S/src--usermenu.c.html#L1179'>g_ptr_array_index</a> 1179 src/usermenu.c p = g_ptr_array_index (entries, i);</span>
|
|
<span class='curline'><a href='../S/src--usermenu.c.html#L1191'>g_ptr_array_index</a> 1191 src/usermenu.c execute_menu_command (edit_widget, g_ptr_array_index (entries, selected), interactive);</span>
|
|
<span class='curline'><a href='../S/src--viewer--coord_cache.c.html#L68'>g_ptr_array_index</a> 68 src/viewer/coord_cache.c #define coord_cache_index(c, i) ((coord_cache_entry_t *) g_ptr_array_index ((c), (i)))</span>
|
|
<span class='curline'><a href='../S/src--viewer--growbuf.c.html#L150'>g_ptr_array_index</a> 150 src/viewer/growbuf.c p = (byte *) g_ptr_array_index (view->growbuf_blockptr, view->growbuf_blockptr->len - 1)</span>
|
|
<span class='curline'><a href='../S/src--viewer--growbuf.c.html#L286'>g_ptr_array_index</a> 286 src/viewer/growbuf.c return ((char *) g_ptr_array_index (view->growbuf_blockptr, pageno) + pageindex);</span>
|
|
<span class='curline'><a href='../S/src--viewer--growbuf.c.html#L289'>g_ptr_array_index</a> 289 src/viewer/growbuf.c return ((char *) g_ptr_array_index (view->growbuf_blockptr, pageno) + pageindex);</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L242'>g_ptr_array_index</a> 242 tests/lib/utilunix__my_system-common.c (struct sigaction *) g_ptr_array_index (sigaction_oldact__captured, oldact_idx); \</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L244'>g_ptr_array_index</a> 244 tests/lib/utilunix__my_system-common.c (struct sigaction *) g_ptr_array_index (sigaction_act__captured, act_idx); \</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L255'>g_ptr_array_index</a> 255 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (sigaction_signum__captured, 0)), SIGINT); \</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L256'>g_ptr_array_index</a> 256 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (sigaction_signum__captured, 1)), SIGQUIT); \</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L257'>g_ptr_array_index</a> 257 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (sigaction_signum__captured, 2)), SIGTSTP); \</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L258'>g_ptr_array_index</a> 258 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (sigaction_signum__captured, 3)), SIGINT); \</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L259'>g_ptr_array_index</a> 259 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (sigaction_signum__captured, 4)), SIGQUIT); \</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L260'>g_ptr_array_index</a> 260 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (sigaction_signum__captured, 5)), SIGTSTP); \</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L262'>g_ptr_array_index</a> 262 tests/lib/utilunix__my_system-common.c VERIFY_SIGACTION__ACT_IGNORED (g_ptr_array_index (sigaction_act__captured, 0)); \</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L263'>g_ptr_array_index</a> 263 tests/lib/utilunix__my_system-common.c VERIFY_SIGACTION__ACT_IGNORED (g_ptr_array_index (sigaction_act__captured, 1)); \</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L265'>g_ptr_array_index</a> 265 tests/lib/utilunix__my_system-common.c struct sigaction *_act = g_ptr_array_index (sigaction_act__captured, 2); \</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L275'>g_ptr_array_index</a> 275 tests/lib/utilunix__my_system-common.c ck_assert_msg (g_ptr_array_index (sigaction_oldact__captured, 3) == NULL, \</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L277'>g_ptr_array_index</a> 277 tests/lib/utilunix__my_system-common.c ck_assert_msg (g_ptr_array_index (sigaction_oldact__captured, 4) == NULL, \</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L279'>g_ptr_array_index</a> 279 tests/lib/utilunix__my_system-common.c ck_assert_msg (g_ptr_array_index (sigaction_oldact__captured, 5) == NULL, \</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L288'>g_ptr_array_index</a> 288 tests/lib/utilunix__my_system-common.c (sighandler_t *) g_ptr_array_index (signal_handler__captured, _idx); \</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L296'>g_ptr_array_index</a> 296 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (signal_signum__captured, 0)), SIGINT); \</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L297'>g_ptr_array_index</a> 297 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (signal_signum__captured, 1)), SIGQUIT); \</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L298'>g_ptr_array_index</a> 298 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (signal_signum__captured, 2)), SIGTSTP); \</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-common.c.html#L299'>g_ptr_array_index</a> 299 tests/lib/utilunix__my_system-common.c ck_assert_int_eq (*((int *) g_ptr_array_index (signal_signum__captured, 3)), SIGCHLD); \</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L54'>g_ptr_array_index</a> 54 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 0), "/bin/some-command");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L55'>g_ptr_array_index</a> 55 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 1), "some parameter");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L83'>g_ptr_array_index</a> 83 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 0), "vi");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L84'>g_ptr_array_index</a> 84 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 1), "+");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L85'>g_ptr_array_index</a> 85 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 2), "foo.txt");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L113'>g_ptr_array_index</a> 113 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 0), "qwe");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L114'>g_ptr_array_index</a> 114 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 1), "-a");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L115'>g_ptr_array_index</a> 115 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 2), "'aa bb'");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L116'>g_ptr_array_index</a> 116 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 3), "-b");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L117'>g_ptr_array_index</a> 117 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 4), "-c");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L118'>g_ptr_array_index</a> 118 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 5), "cc");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L119'>g_ptr_array_index</a> 119 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 6), "-d");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L120'>g_ptr_array_index</a> 120 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 7), "\"dd ee\"");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L121'>g_ptr_array_index</a> 121 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 8), "-f");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L122'>g_ptr_array_index</a> 122 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 9), "ff\\ gg");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child.c.html#L123'>g_ptr_array_index</a> 123 tests/lib/utilunix__my_system-fork_child.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 10), "foo.txt");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child_shell.c.html#L54'>g_ptr_array_index</a> 54 tests/lib/utilunix__my_system-fork_child_shell.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 0), "/bin/shell");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child_shell.c.html#L55'>g_ptr_array_index</a> 55 tests/lib/utilunix__my_system-fork_child_shell.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 1), "-c");</span>
|
|
<span class='curline'><a href='../S/tests--lib--utilunix__my_system-fork_child_shell.c.html#L56'>g_ptr_array_index</a> 56 tests/lib/utilunix__my_system-fork_child_shell.c mctest_assert_str_eq (g_ptr_array_index (execvp__args__captured, 2), "some command");</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__execute_external_editor_or_viewer.c.html#L163'>g_ptr_array_index</a> 163 tests/src/execute__execute_external_editor_or_viewer.c mctest_assert_str_eq (g_ptr_array_index (do_executev__argv__captured, 0),</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__execute_external_editor_or_viewer.c.html#L165'>g_ptr_array_index</a> 165 tests/src/execute__execute_external_editor_or_viewer.c mctest_assert_str_eq (g_ptr_array_index (do_executev__argv__captured, 1), "param 2");</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__execute_external_editor_or_viewer.c.html#L166'>g_ptr_array_index</a> 166 tests/src/execute__execute_external_editor_or_viewer.c mctest_assert_str_eq (g_ptr_array_index (do_executev__argv__captured, 2), "-a");</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__execute_external_editor_or_viewer.c.html#L167'>g_ptr_array_index</a> 167 tests/src/execute__execute_external_editor_or_viewer.c mctest_assert_str_eq (g_ptr_array_index (do_executev__argv__captured, 3), "-b");</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__execute_external_editor_or_viewer.c.html#L168'>g_ptr_array_index</a> 168 tests/src/execute__execute_external_editor_or_viewer.c mctest_assert_str_eq (g_ptr_array_index (do_executev__argv__captured, 4), "-cdef");</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__execute_external_editor_or_viewer.c.html#L169'>g_ptr_array_index</a> 169 tests/src/execute__execute_external_editor_or_viewer.c mctest_assert_str_eq (g_ptr_array_index (do_executev__argv__captured, 5), "/path/to/file.txt");</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__execute_external_editor_or_viewer.c.html#L170'>g_ptr_array_index</a> 170 tests/src/execute__execute_external_editor_or_viewer.c mctest_assert_str_eq (g_ptr_array_index (do_executev__argv__captured, 6), "+123");</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__execute_get_external_cmd_opts_from_config.c.html#L61'>g_ptr_array_index</a> 61 tests/src/execute__execute_get_external_cmd_opts_from_config.c return_value = g_ptr_array_index (mc_config_get_string__return_value, 0);</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__execute_get_external_cmd_opts_from_config.c.html#L160'>g_ptr_array_index</a> 160 tests/src/execute__execute_get_external_cmd_opts_from_config.c mctest_assert_str_eq (g_ptr_array_index (mc_config_get_string__group__captured, 0),</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__execute_get_external_cmd_opts_from_config.c.html#L162'>g_ptr_array_index</a> 162 tests/src/execute__execute_get_external_cmd_opts_from_config.c mctest_assert_str_eq (g_ptr_array_index (mc_config_get_string__param__captured, 0),</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__execute_get_external_cmd_opts_from_config.c.html#L164'>g_ptr_array_index</a> 164 tests/src/execute__execute_get_external_cmd_opts_from_config.c mctest_assert_str_eq (g_ptr_array_index (mc_config_get_string__default_value__captured, 0),</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L69'>g_ptr_array_index</a> 69 tests/src/execute__execute_with_vfs_arg.c vfs_path_equal (g_ptr_array_index (vfs_file_is_local__vpath__captured, 0), tmp_vpath));</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L99'>g_ptr_array_index</a> 99 tests/src/execute__execute_with_vfs_arg.c mctest_assert_true (vfs_path_equal (g_ptr_array_index (vfs_file_is_local__vpath__captured, 0),</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L101'>g_ptr_array_index</a> 101 tests/src/execute__execute_with_vfs_arg.c ck_assert_msg (g_ptr_array_index (vfs_file_is_local__vpath__captured, 1) == NULL,</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L133'>g_ptr_array_index</a> 133 tests/src/execute__execute_with_vfs_arg.c vfs_path_equal (g_ptr_array_index (vfs_file_is_local__vpath__captured, 0), filename_vpath));</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L170'>g_ptr_array_index</a> 170 tests/src/execute__execute_with_vfs_arg.c vfs_path_equal (g_ptr_array_index (vfs_file_is_local__vpath__captured, 0), filename_vpath));</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L177'>g_ptr_array_index</a> 177 tests/src/execute__execute_with_vfs_arg.c vfs_path_equal (g_ptr_array_index (mc_stat__vpath__captured, 0), local_vpath));</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L178'>g_ptr_array_index</a> 178 tests/src/execute__execute_with_vfs_arg.c mctest_assert_true (vfs_path_equal (g_ptr_array_index (mc_stat__vpath__captured, 0),</span>
|
|
<span class='curline'><a href='../S/tests--src--execute__execute_with_vfs_arg.c.html#L179'>g_ptr_array_index</a> 179 tests/src/execute__execute_with_vfs_arg.c g_ptr_array_index (mc_stat__vpath__captured, 1)));</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|