PNG  IHDR* pHYs+ IDATx]n#; cdLb Ǚ[at¤_:uP}>!Usă cag޿ ֵNu`ݼTâabO7uL&y^wFٝA"l[|ŲHLN밪4*sG3|Dv}?+y߉{OuOAt4Jj.u]Gz*҉sP'VQKbA1u\`& Af;HWj hsO;ogTu uj7S3/QzUr&wS`M$X_L7r2;aE+ώ%vikDA:dR+%KzƉo>eOth$z%: :{WwaQ:wz%4foɹE[9<]#ERINƻv溂E%P1i01 |Jvҗ&{b?9g=^wζXn/lK::90KwrюO\!ջ3uzuGv^;騢wq<Iatv09:tt~hEG`v;3@MNZD.1]L:{ծI3`L(÷ba")Y.iljCɄae#I"1 `3*Bdz>j<fU40⨬%O$3cGt]j%Fߠ_twJ;ABU8vP3uEԑwQ V:h%))LfraqX-ۿX]v-\9I gl8tzX ]ecm)-cgʒ#Uw=Wlێn(0hPP/ӨtQ“&J35 $=]r1{tLuǮ*i0_;NƝ8;-vݏr8+U-kruȕYr0RnC]*ެ(M:]gE;{]tg(#ZJ9y>utRDRMdr9㪩̞zֹb<ģ&wzJM"iI( .ꮅX)Qw:9,i좜\Ԛi7&N0:asϓc];=ΗOӣ APqz93 y $)A*kVHZwBƺnWNaby>XMN*45~ղM6Nvm;A=jֲ.~1}(9`KJ/V F9[=`~[;sRuk]rєT!)iQO)Y$V ی ۤmzWz5IM Zb )ˆC`6 rRa}qNmUfDsWuˤV{ Pݝ'=Kֳbg,UҘVz2ﴻnjNgBb{? ߮tcsͻQuxVCIY۠:(V뺕 ٥2;t`@Fo{Z9`;]wMzU~%UA蛚dI vGq\r82iu +St`cR.6U/M9IENDB` REDROOM
PHP 5.6.40
Preview: ncurses.supp Size: 4.74 KB
//usr/share/doc/ncurses-devel/ncurses.supp

# $Id: ncurses.supp,v 1.7 2008/09/20 18:43:42 tom Exp $
##############################################################################
# Copyright (c) 2008 Free Software Foundation, Inc.                          #
#                                                                            #
# Permission is hereby granted, free of charge, to any person obtaining a    #
# copy of this software and associated documentation files (the "Software"), #
# to deal in the Software without restriction, including without limitation  #
# the rights to use, copy, modify, merge, publish, distribute, distribute    #
# with modifications, sublicense, and/or sell copies of the Software, and to #
# permit persons to whom the Software is furnished to do so, subject to the  #
# following conditions:                                                      #
#                                                                            #
# The above copyright notice and this permission notice shall be included in #
# all copies or substantial portions of the Software.                        #
#                                                                            #
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR #
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,   #
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL    #
# THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER      #
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING    #
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER        #
# DEALINGS IN THE SOFTWARE.                                                  #
#                                                                            #
# Except as contained in this notice, the name(s) of the above copyright     #
# holders shall not be used in advertising or otherwise to promote the sale, #
# use or other dealings in this Software without prior written               #
# authorization.                                                             #
##############################################################################
#
# This is a warning-suppression file for valgrind and ncurses.
#
# ncurses can also be configured using the --disable-leaks option, which
# allows an application to call _nc_freeall() or _nc_free_and_exit(), to
# free all of ncurses' "permanent" memory.
#
# Some of these leaks can be freed if the application does its own cleanup,
# for example:
#	delscreen(SP);
#	del_curterm(cur_term);
# However, few applications do this.

{
   ncurses_leak__nc_add_to_try
   Memcheck:Leak
   fun:*alloc
   fun:_nc_add_to_try
}

{
   ncurses_leak__nc_home_terminfo
   Memcheck:Leak
   fun:malloc
   fun:_nc_home_terminfo
}

{
   ncurses_leak__nc_init_wacs
   Memcheck:Leak
   fun:calloc
   fun:_nc_init_wacs
}

{
   ncurses_leak__nc_keyname
   Memcheck:Leak
   fun:calloc
   fun:_nc_keyname
}

{
   ncurses_leak__nc_keyname_2
   Memcheck:Leak
   fun:malloc
   fun:strdup
   fun:_nc_keyname
}

{
   ncurses_leak__nc_printf_string
   Memcheck:Leak
   fun:malloc
   fun:_nc_doalloc
   fun:_nc_printf_string
}

{
   ncurses_leak__nc_read_termtype
   Memcheck:Leak
   fun:*alloc
   fun:_nc_read_termtype
   fun:_nc_read_file_entry
}

{
   ncurses_leak__nc_read_termtype_2
   Memcheck:Leak
   fun:*alloc
   fun:_nc_doalloc
   fun:_nc_read_termtype
   fun:_nc_read_file_entry
}

{
   ncurses_leak__nc_scroll_optimize
   Memcheck:Leak
   fun:*alloc
   fun:_nc_hash_map
   fun:_nc_scroll_optimize
}

{
   ncurses_leak__nc_scroll_optimize_2
   Memcheck:Leak
   fun:*alloc
   fun:_nc_doalloc
   fun:_nc_scroll_optimize
}

{
   ncurses_leak__nc_setupscreen
   Memcheck:Leak
   fun:calloc
   fun:_nc_setupscreen
   fun:newterm
}

{
   ncurses_leak__nc_setupscreen_2
   Memcheck:Leak
   fun:calloc
   fun:newwin
   fun:_nc_setupscreen
}

{
   ncurses_leak__nc_setupterm_1
   Memcheck:Leak
   fun:malloc
   fun:strdup
   fun:_nc_setupterm
}

{
   ncurses_leak__nc_setupterm
   Memcheck:Leak
   fun:calloc
   fun:_nc_setupterm
}

{
   ncurses_leak__nc_setupscreen_3
   Memcheck:Leak
   fun:calloc
   fun:_nc_makenew
   fun:newwin
   fun:_nc_setupscreen
}

{
   ncurses_leak__nc_set_buffer
   Memcheck:Leak
   fun:malloc
   fun:_nc_set_buffer
}

{
   ncurses_leak__nc_tparm_analyze
   Memcheck:Leak
   fun:*alloc
   fun:_nc_doalloc
   fun:_nc_tparm_analyze
}

{
   ncurses_leak__nc_trace_alloc
   Memcheck:Leak
   fun:*alloc
   fun:_nc_doalloc
   fun:_nc_trace_alloc
}

{
   ncurses_leak_start_color
   Memcheck:Leak
   fun:calloc
   fun:start_color
}

{
   ncurses_leak_tparm
   Memcheck:Leak
   fun:realloc
   fun:_nc_doalloc
   fun:tparm
}

{
   ncurses_leak_tparam_internal
   Memcheck:Leak
   fun:realloc
   fun:_nc_doalloc
   fun:get_space
   fun:save_number
   fun:tparam_internal
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
38.12 KB lrw-r--r-- 2017-05-05 11:50:09
Edit Download
129.75 KB lrw-r--r-- 2017-05-05 12:03:28
Edit Download
4.74 KB lrw-r--r-- 2008-09-20 18:43:42
Edit Download
4.64 KB lrw-r--r-- 2007-01-27 18:27:09
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).
© 2026 REDROOM — Secure File Manager. All rights reserved. Built with ❤️ & Red Dark UI