mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
156 lines
24 KiB
HTML
156 lines
24 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>rc</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/src--editor--edit.c.html#L1798'>rc</a> 1798 src/editor/edit.c gboolean rc = TRUE;</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1806'>rc</a> 1806 src/editor/edit.c rc = edit_block_delete_cmd (edit);</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L1808'>rc</a> 1808 src/editor/edit.c if (rc)</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L615'>rc</a> 615 src/filemanager/mountlist.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L617'>rc</a> 617 src/filemanager/mountlist.c rc = sscanf (line,</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L626'>rc</a> 626 src/filemanager/mountlist.c if (rc != 3 && rc != 7) // 7 if %n included in count.</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L634'>rc</a> 634 src/filemanager/mountlist.c rc = sscanf (dash,</span>
|
|
<span class='curline'><a href='../S/src--filemanager--mountlist.c.html#L640'>rc</a> 640 src/filemanager/mountlist.c if (rc != 1 && rc != 5) // 5 if %n included in count.</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L615'>rc</a> 615 src/subshell/common.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L629'>rc</a> 629 src/subshell/common.c while ((rc = select (maxfdp + 1, &read_set, NULL, NULL, &subshell_prompt_timer)) != 0)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L631'>rc</a> 631 src/subshell/common.c if (rc == -1)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L639'>rc</a> 639 src/subshell/common.c if (rc == 1)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L660'>rc</a> 660 src/subshell/common.c rc = select (maxfdp + 1, &read_set, NULL, NULL, &subshell_prompt_timer);</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L662'>rc</a> 662 src/subshell/common.c if (rc == -1)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L670'>rc</a> 670 src/subshell/common.c if (rc == 0)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1941'>rc</a> 1941 src/subshell/common.c int rc = 0;</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1953'>rc</a> 1953 src/subshell/common.c && (rc = select (mc_global.tty.subshell_pty + 1, &tmp, NULL, NULL, &timeleft)) != 0)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1956'>rc</a> 1956 src/subshell/common.c if (rc == -1)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L1990'>rc</a> 1990 src/subshell/common.c int rc = 0;</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L2003'>rc</a> 2003 src/subshell/common.c && (rc = select (mc_global.tty.subshell_pty + 1, &tmp, NULL, NULL, &timeleft)) != 0)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L2006'>rc</a> 2006 src/subshell/common.c if (rc == -1)</span>
|
|
<span class='curline'><a href='../S/src--subshell--common.c.html#L2032'>rc</a> 2032 src/subshell/common.c return (rc != 0 || bytes != 0);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L267'>rc</a> 267 src/vfs/sftpfs/connection.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L284'>rc</a> 284 src/vfs/sftpfs/connection.c rc = libssh2_knownhost_readfile (sftpfs_super->known_hosts, sftpfs_super->known_hosts_file,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L286'>rc</a> 286 src/vfs/sftpfs/connection.c if (rc > 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L376'>rc</a> 376 src/vfs/sftpfs/connection.c rc = libssh2_session_method_pref (sftpfs_super->session, LIBSSH2_METHOD_HOSTKEY,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L379'>rc</a> 379 src/vfs/sftpfs/connection.c if (rc < 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L413'>rc</a> 413 src/vfs/sftpfs/connection.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L416'>rc</a> 416 src/vfs/sftpfs/connection.c rc = libssh2_knownhost_addc (sftpfs_super->known_hosts, super->path_element->host, NULL,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L418'>rc</a> 418 src/vfs/sftpfs/connection.c if (rc < 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L419'>rc</a> 419 src/vfs/sftpfs/connection.c return rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L422'>rc</a> 422 src/vfs/sftpfs/connection.c rc = libssh2_knownhost_writefile (sftpfs_super->known_hosts, sftpfs_super->known_hosts_file,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L425'>rc</a> 425 src/vfs/sftpfs/connection.c if (rc < 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L426'>rc</a> 426 src/vfs/sftpfs/connection.c return rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L485'>rc</a> 485 src/vfs/sftpfs/connection.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L544'>rc</a> 544 src/vfs/sftpfs/connection.c rc = libssh2_knownhost_checkp (</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L549'>rc</a> 549 src/vfs/sftpfs/connection.c switch (rc)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L569'>rc</a> 569 src/vfs/sftpfs/connection.c rc = query_dialog (_ ("Warning"), msg, D_NORMAL, 3, _ ("&Yes"), _ ("&Ignore"), _ ("&No"));</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L582'>rc</a> 582 src/vfs/sftpfs/connection.c rc = query_dialog (MSG_ERROR, msg, D_ERROR, 3, _ ("&Yes"), _ ("&Ignore"), _ ("&No"));</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L589'>rc</a> 589 src/vfs/sftpfs/connection.c switch (rc)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L673'>rc</a> 673 src/vfs/sftpfs/connection.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L695'>rc</a> 695 src/vfs/sftpfs/connection.c rc = libssh2_agent_get_identity (sftpfs_super->agent, &identity, prev_identity);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L696'>rc</a> 696 src/vfs/sftpfs/connection.c if (rc == 1)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L699'>rc</a> 699 src/vfs/sftpfs/connection.c if (rc < 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L708'>rc</a> 708 src/vfs/sftpfs/connection.c return (rc == 0);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L818'>rc</a> 818 src/vfs/sftpfs/connection.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L827'>rc</a> 827 src/vfs/sftpfs/connection.c while ((rc = libssh2_userauth_password (sftpfs_super->session, super->path_element->user,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L831'>rc</a> 831 src/vfs/sftpfs/connection.c if (rc == 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L837'>rc</a> 837 src/vfs/sftpfs/connection.c while ((rc = libssh2_userauth_keyboard_interactive (sftpfs_super->session,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L846'>rc</a> 846 src/vfs/sftpfs/connection.c if (rc == 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L858'>rc</a> 858 src/vfs/sftpfs/connection.c while ((rc = libssh2_userauth_password (sftpfs_super->session, super->path_element->user,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L863'>rc</a> 863 src/vfs/sftpfs/connection.c if (rc != 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L868'>rc</a> 868 src/vfs/sftpfs/connection.c while ((rc = libssh2_userauth_keyboard_interactive (sftpfs_super->session,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L878'>rc</a> 878 src/vfs/sftpfs/connection.c if (rc == 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L905'>rc</a> 905 src/vfs/sftpfs/connection.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L929'>rc</a> 929 src/vfs/sftpfs/connection.c while ((rc = libssh2_session_handshake (sftpfs_super->session,</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L933'>rc</a> 933 src/vfs/sftpfs/connection.c if (rc != 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L935'>rc</a> 935 src/vfs/sftpfs/connection.c mc_propagate_error (mcerror, rc, "%s", _ ("sftp: failure establishing SSH session"));</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L115'>rc</a> 115 src/vfs/sftpfs/dir.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L121'>rc</a> 121 src/vfs/sftpfs/dir.c rc = libssh2_sftp_readdir (sftpfs_dir->handle, mem, sizeof (mem), &attrs);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L122'>rc</a> 122 src/vfs/sftpfs/dir.c if (rc >= 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L125'>rc</a> 125 src/vfs/sftpfs/dir.c if (!sftpfs_waitsocket (sftpfs_dir->super, rc, mcerror))</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L128'>rc</a> 128 src/vfs/sftpfs/dir.c while (rc == LIBSSH2_ERROR_EAGAIN);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L130'>rc</a> 130 src/vfs/sftpfs/dir.c return (rc != 0 ? vfs_dirent_init (NULL, mem, 0, DT_UNKNOWN) : NULL); // FIXME: inode</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L145'>rc</a> 145 src/vfs/sftpfs/dir.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L150'>rc</a> 150 src/vfs/sftpfs/dir.c rc = libssh2_sftp_closedir (sftpfs_dir->handle);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L152'>rc</a> 152 src/vfs/sftpfs/dir.c return rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L272'>rc</a> 272 src/vfs/sftpfs/file.c ssize_t rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L291'>rc</a> 291 src/vfs/sftpfs/file.c rc = libssh2_sftp_read (file->handle, buffer, count);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L292'>rc</a> 292 src/vfs/sftpfs/file.c if (rc >= 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L295'>rc</a> 295 src/vfs/sftpfs/file.c err = sftpfs_file__handle_error (super, (int) rc, mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L299'>rc</a> 299 src/vfs/sftpfs/file.c while (rc == LIBSSH2_ERROR_EAGAIN);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L303'>rc</a> 303 src/vfs/sftpfs/file.c return rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L322'>rc</a> 322 src/vfs/sftpfs/file.c ssize_t rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L334'>rc</a> 334 src/vfs/sftpfs/file.c rc = libssh2_sftp_write (file->handle, buffer, count);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L335'>rc</a> 335 src/vfs/sftpfs/file.c if (rc >= 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L338'>rc</a> 338 src/vfs/sftpfs/file.c err = sftpfs_file__handle_error (super, (int) rc, mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L342'>rc</a> 342 src/vfs/sftpfs/file.c while (rc == LIBSSH2_ERROR_EAGAIN);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L344'>rc</a> 344 src/vfs/sftpfs/file.c return rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L236'>rc</a> 236 src/vfs/sftpfs/sftpfs.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L239'>rc</a> 239 src/vfs/sftpfs/sftpfs.c rc = sftpfs_closedir (data, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L241'>rc</a> 241 src/vfs/sftpfs/sftpfs.c return rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L256'>rc</a> 256 src/vfs/sftpfs/sftpfs.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L259'>rc</a> 259 src/vfs/sftpfs/sftpfs.c rc = sftpfs_lstat (vpath, buf, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L261'>rc</a> 261 src/vfs/sftpfs/sftpfs.c return rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L276'>rc</a> 276 src/vfs/sftpfs/sftpfs.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L279'>rc</a> 279 src/vfs/sftpfs/sftpfs.c rc = sftpfs_stat (vpath, buf, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L281'>rc</a> 281 src/vfs/sftpfs/sftpfs.c return rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L296'>rc</a> 296 src/vfs/sftpfs/sftpfs.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L299'>rc</a> 299 src/vfs/sftpfs/sftpfs.c rc = sftpfs_fstat (data, buf, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L301'>rc</a> 301 src/vfs/sftpfs/sftpfs.c return rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L317'>rc</a> 317 src/vfs/sftpfs/sftpfs.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L320'>rc</a> 320 src/vfs/sftpfs/sftpfs.c rc = sftpfs_readlink (vpath, buf, size, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L322'>rc</a> 322 src/vfs/sftpfs/sftpfs.c return rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L337'>rc</a> 337 src/vfs/sftpfs/sftpfs.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L342'>rc</a> 342 src/vfs/sftpfs/sftpfs.c rc = sftpfs_utime (vpath, atime.tv_sec, mtime.tv_sec, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L345'>rc</a> 345 src/vfs/sftpfs/sftpfs.c return rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L360'>rc</a> 360 src/vfs/sftpfs/sftpfs.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L363'>rc</a> 363 src/vfs/sftpfs/sftpfs.c rc = sftpfs_symlink (vpath1, vpath2, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L365'>rc</a> 365 src/vfs/sftpfs/sftpfs.c return rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L439'>rc</a> 439 src/vfs/sftpfs/sftpfs.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L449'>rc</a> 449 src/vfs/sftpfs/sftpfs.c rc = sftpfs_read_file (fh, buffer, count, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L451'>rc</a> 451 src/vfs/sftpfs/sftpfs.c return rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L467'>rc</a> 467 src/vfs/sftpfs/sftpfs.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L471'>rc</a> 471 src/vfs/sftpfs/sftpfs.c rc = sftpfs_write_file (fh, buf, nbyte, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L473'>rc</a> 473 src/vfs/sftpfs/sftpfs.c return rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L487'>rc</a> 487 src/vfs/sftpfs/sftpfs.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L496'>rc</a> 496 src/vfs/sftpfs/sftpfs.c rc = sftpfs_close_file (fh, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L504'>rc</a> 504 src/vfs/sftpfs/sftpfs.c return rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L519'>rc</a> 519 src/vfs/sftpfs/sftpfs.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L522'>rc</a> 522 src/vfs/sftpfs/sftpfs.c rc = sftpfs_chmod (vpath, mode, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L524'>rc</a> 524 src/vfs/sftpfs/sftpfs.c return rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L539'>rc</a> 539 src/vfs/sftpfs/sftpfs.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L542'>rc</a> 542 src/vfs/sftpfs/sftpfs.c rc = sftpfs_mkdir (vpath, mode, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L544'>rc</a> 544 src/vfs/sftpfs/sftpfs.c return rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L558'>rc</a> 558 src/vfs/sftpfs/sftpfs.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L561'>rc</a> 561 src/vfs/sftpfs/sftpfs.c rc = sftpfs_rmdir (vpath, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L563'>rc</a> 563 src/vfs/sftpfs/sftpfs.c return rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L599'>rc</a> 599 src/vfs/sftpfs/sftpfs.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L602'>rc</a> 602 src/vfs/sftpfs/sftpfs.c rc = sftpfs_unlink (vpath, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L604'>rc</a> 604 src/vfs/sftpfs/sftpfs.c return rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L619'>rc</a> 619 src/vfs/sftpfs/sftpfs.c int rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L622'>rc</a> 622 src/vfs/sftpfs/sftpfs.c rc = sftpfs_rename (vpath1, vpath2, &mcerror);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L624'>rc</a> 624 src/vfs/sftpfs/sftpfs.c return rc;</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L420'>rc</a> 420 src/vfs/tar/tar-sparse.c enum oldgnu_add_status rc = add_fail;</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L427'>rc</a> 427 src/vfs/tar/tar-sparse.c rc = oldgnu_add_sparse (file, &h->oldgnu_header.sp[i]);</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L428'>rc</a> 428 src/vfs/tar/tar-sparse.c if (rc != add_ok)</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L432'>rc</a> 432 src/vfs/tar/tar-sparse.c for (ext_p = h->oldgnu_header.isextended != 0; rc == add_ok && ext_p;</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L441'>rc</a> 441 src/vfs/tar/tar-sparse.c for (i = 0; i < SPARSES_IN_SPARSE_HEADER && rc == add_ok; i++)</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L442'>rc</a> 442 src/vfs/tar/tar-sparse.c rc = oldgnu_add_sparse (file, &h->sparse_header.sp[i]);</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L445'>rc</a> 445 src/vfs/tar/tar-sparse.c return (rc != add_fail);</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L485'>rc</a> 485 src/vfs/tar/tar-sparse.c enum oldgnu_add_status rc = add_ok;</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L495'>rc</a> 495 src/vfs/tar/tar-sparse.c rc = oldgnu_add_sparse (file, &h->star_in_header.sp[i]);</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L496'>rc</a> 496 src/vfs/tar/tar-sparse.c if (rc != add_ok)</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L503'>rc</a> 503 src/vfs/tar/tar-sparse.c for (; rc == add_ok && ext_p; ext_p = h->star_ext_header.isextended != 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L511'>rc</a> 511 src/vfs/tar/tar-sparse.c for (i = 0; i < SPARSES_IN_STAR_EXT_HEADER && rc == add_ok; i++)</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L512'>rc</a> 512 src/vfs/tar/tar-sparse.c rc = oldgnu_add_sparse (file, &h->star_ext_header.sp[i]);</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L517'>rc</a> 517 src/vfs/tar/tar-sparse.c return (rc != add_fail);</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L633'>rc</a> 633 src/vfs/tar/tar-sparse.c gboolean rc = TRUE;</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L642'>rc</a> 642 src/vfs/tar/tar-sparse.c rc = sparse_decode_header (archive, &file);</span>
|
|
<span class='curline'><a href='../S/src--vfs--tar--tar-sparse.c.html#L644'>rc</a> 644 src/vfs/tar/tar-sparse.c return (sparse_done (&file) && rc) ? dump_status_ok : dump_status_short;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|