Searched refs:expand (Results 26 - 50 of 114) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmcat.c103 expand(dev->name,name);
H A Dmtools.h260 const char *expand(const char *, char *);
H A Dinit.c125 expand(dev->name,name);
H A Dmzip.c317 expand(dev->name, name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/
H A DwxBase.spec8 %{?_with_unicode: %{expand: %%define unicode 1}}
9 %{?_without_unicode: %{expand: %%define unicode 0}}
H A DwxX11.spec8 %{?_with_unicode: %{expand: %%define unicode 1}}
9 %{?_without_unicode: %{expand: %%define unicode 0}}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Duptodate.c408 mlog(0, "Owner %llu, block %llu, expand = %d\n",
486 int expand; local
508 expand = 0;
511 expand = 1;
515 __ocfs2_set_buffer_uptodate(ci, bh->b_blocknr, expand);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dgtkdictbrowser.py60 vbox.pack_end(hbox, expand = 0, padding = 5)
64 hbox.pack_start(label, expand = 0, padding = 5)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/man/
H A Dhelp2man26 use Text::Tabs qw(expand);
178 join '', map { s/ +$//; expand $_ } `$ARGV[0] --$_ 2>/dev/null`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dhelp2man26 use Text::Tabs qw(expand);
178 join '', map { s/ +$//; expand $_ } `$ARGV[0] --$_ 2>/dev/null`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dhelp2man26 use Text::Tabs qw(expand);
165 join '', map { s/ +$//; expand $_ } `$ARGV[0] --$_ 2>/dev/null`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_enc.c231 if (s->expand != NULL)
233 COMP_CTX_free(s->expand);
234 s->expand=NULL;
238 s->expand=COMP_CTX_new(comp);
239 if (s->expand == NULL)
H A Dt1_enc.c276 if (s->expand != NULL)
278 COMP_CTX_free(s->expand);
279 s->expand=NULL;
283 s->expand=COMP_CTX_new(comp->method);
284 if (s->expand == NULL)
640 && !s->expand)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtcontain.tex6 and dynamic arrays (i.e. arrays which expand automatically when they become
28 provide run-time range checking in debug builds and they automatically expand
H A Dcollpane.tex14 used by the user to collapse or expand the pane's contents.
118 \docparam{label}{The initial label shown in the button which allows the user to expand or collapse the pane window.}
H A Ddirctrl.tex102 Tries to expand as much of the given path as possible, so that the filename or directory is visible in the tree control.
164 Collapse and expand the tree, thus re-creating it from scratch.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_enc.c262 if (s->expand != NULL) {
263 COMP_CTX_free(s->expand);
264 s->expand = NULL;
267 s->expand = COMP_CTX_new(comp);
268 if (s->expand == NULL) {
H A Dt1_enc.c390 if (s->expand != NULL) {
391 COMP_CTX_free(s->expand);
392 s->expand = NULL;
395 s->expand = COMP_CTX_new(comp->method);
396 if (s->expand == NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_enc.c262 if (s->expand != NULL) {
263 COMP_CTX_free(s->expand);
264 s->expand = NULL;
267 s->expand = COMP_CTX_new(comp);
268 if (s->expand == NULL) {
H A Dt1_enc.c390 if (s->expand != NULL) {
391 COMP_CTX_free(s->expand);
392 s->expand = NULL;
395 s->expand = COMP_CTX_new(comp->method);
396 if (s->expand == NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/unix/
H A DMakefile257 nroff -Tascii -man man/funzip.1 | col -bx | uniq | expand > $@
260 nroff -Tascii -man man/unzip.1 | col -bx | uniq | expand > $@
263 nroff -Tascii -man man/unzipsfx.1 | col -bx | uniq | expand > $@
266 nroff -Tascii -man man/zipgrep.1 | col -bx | uniq | expand > $@
269 nroff -Tascii -man man/zipinfo.1 | col -bx | uniq | expand > $@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfusermount.c226 static int add_option(char **optsp, const char *opt, unsigned expand) argument
233 unsigned newsize = oldsize + 1 + strlen(opt) + expand + 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtreebook.h115 virtual bool ExpandNode(size_t pos, bool expand = true);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dbounds.s14 @ GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtreebkg.cpp503 bool wxTreebook::ExpandNode(size_t pagePos, bool expand) argument
509 if ( expand )

Completed in 315 milliseconds

12345