Searched refs:like (Results 1 - 25 of 270) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/as400/
H A Dzlib.inc137 D like(gzFile)
142 D like(gzFile)
147 D like(gzFile)
153 D like(gzFile)
158 D file value like(gzFile) File pointer
162 D file value like(gzFile) File pointer
167 D file value like(gzFile) File pointer
172 D file value like(gzFile) File pointer
177 D file value like(gzFile) File pointer
181 D file value like(gzFil
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/as400/
H A Dzlib.inc137 D like(gzFile)
142 D like(gzFile)
147 D like(gzFile)
153 D like(gzFile)
158 D file value like(gzFile) File pointer
162 D file value like(gzFile) File pointer
167 D file value like(gzFile) File pointer
172 D file value like(gzFile) File pointer
177 D file value like(gzFile) File pointer
181 D file value like(gzFil
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/as400/
H A Dzlib.inc126 D like(gzFile)
131 D like(gzFile)
136 D file value like(gzFile) File pointer
141 D file value like(gzFile) File pointer
146 D file value like(gzFile) File pointer
151 D file value like(gzFile) File pointer
155 D file value like(gzFile) File pointer
160 D file value like(gzFile) File pointer
164 D like(z_off_t)
165 D file value like(gzFil
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/as400/
H A Dzlib.inc126 D like(gzFile)
131 D like(gzFile)
136 D file value like(gzFile) File pointer
141 D file value like(gzFile) File pointer
146 D file value like(gzFile) File pointer
151 D file value like(gzFile) File pointer
155 D file value like(gzFile) File pointer
160 D file value like(gzFile) File pointer
164 D like(z_off_t)
165 D file value like(gzFil
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dutils.h23 modifyString(char * string, const char * before, const char * after, short like);
H A Dutils.c87 modifyString(char * string, const char * before, const char * after, short like) argument
94 if( newlen+like > oldlen )
102 string = realloc(string, strlen(string)+((newlen-oldlen)*chgcnt)+1+like);
113 if( like )
120 if( like == 2 )
H A Dmetadata.h74 modifyString(char * string, const char * before, const char * after, short like);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/name-test/
H A Drun-test-systemserver.sh20 SOURCE_CONFIG_FILE=$DBUS_TOP_SRCDIR/test/name-test/tmp-session-like-system.conf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dwxhtml.tex8 something like that try \urlref{http://www.mozilla.org}{http://www.mozilla.org}.
11 a nice About Box (like those of GNOME apps) or to display the result of
H A Dgraphicsobject.tex14 This class is the superclass of native graphics objects like pens etc. It allows reference counting. Not instantiated by user code.
H A Dhtwidget.tex9 from wxWindow). You can use it to display things like forms, input boxes etc. in an HTML window.
H A Dtconfig.tex29 filesystem-like paths to specify the location of a piece of data. In
44 like /MyApp/UserPreferences/Colors/Foreground. The previous elements in the
H A Dbusyinfo.tex23 example) like this:
H A Dscrolevt.tex9 scrollbar-like controls.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dbntest.com11 $! Expect data like:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dlang-java36 // Some systems (like Solaris) don't set Locale.getDefault()
43 // Some systems (like MacOS X) don't set System.out's character encoding
54 // Some systems (like MacOS X) don't set System.out's character encoding
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dbntest.com11 $! Expect data like:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dfind_bzip2_lib.com7 $! directory has a destination directory structure like ours.)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/
H A Dmxml.spec35 XML and XML-like data files in your application without
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dfind_bzip2_lib.com7 $! directory has a destination directory structure like ours.)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/build-aux/
H A Duseless-if-before-free60 detect free-like functions named FOO and BAR.
65 --name=N add name N to the list of \`free\'-like functions to detect;
177 # FIXME: do something like this as an option (doesn't do braces):
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm26 is isnt like unlike is_deeply
76 like ($this, qr/that/, $test_name);
334 Will produce something like this:
372 =item B<like>
374 like( $this, qr/that/, $test_name );
376 Similar to ok(), like() matches $this against the regex C<qr/that/>.
380 like($this, qr/that/, 'this is like that');
384 ok( $this =~ /that/, 'this is like that');
386 (Mnemonic "This is like tha
402 sub like ($$;$) { subroutine
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Dfooter.tex24 BSD-like license. This does not restrict third parties from
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/build/
H A Dconfig.mk6 # are distributed under Xiph.Org's BSD-like license (see the file
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/examples/
H A Dbusybox.spec27 very much like their GNU counterparts.

Completed in 386 milliseconds

1234567891011