success           808 src/filemanager/file.c progress_update_one (gboolean success, file_op_context_t *ctx, off_t add)
success           816 src/filemanager/file.c     if (!success)
success          1330 src/filemanager/mountlist.c                 BOOL success;
success          1334 src/filemanager/mountlist.c                     success = GetVolumePathNamesForVolumeNameW (vol_name, buf, bufsize, &bufsize);
success          1335 src/filemanager/mountlist.c                     if (!success && GetLastError () == ERROR_MORE_DATA)
success          1344 src/filemanager/mountlist.c                 if (success)
success           280 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c yaml_dump_record (gboolean success, const char *input_line, const struct stat *st,
success           285 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     if (success)
success           323 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c ls_dump_record (gboolean success, const char *input_line, const struct stat *st,
success           326 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     if (success)
success           352 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     gboolean success;
success           358 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     success = vfs_parse_ls_lga (line, &st, &filename, &linkname, NULL);
success           360 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     if (!success)
success           364 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c         yaml_dump_record (success, line, &st, filename, linkname);
success           366 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c         ls_dump_record (success, line, &st, filename, linkname);