Searched refs:redir (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.9.5/bash-92/bash-3.2/tests/misc/
H A Drun-r2.sh1 ../../bash ./redir-t2.sh < /etc/passwd
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Dnanohttp.h43 char **redir,
52 char **redir);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dnanohttp.h43 char **redir,
52 char **redir);
/macosx-10.9.5/bash-92/bash-3.2/
H A Dparse.y292 static REDIRECTEE redir;
395 redir.filename = $2;
396 $$ = make_redirection (1, r_output_direction, redir);
400 redir.filename = $2;
401 $$ = make_redirection (0, r_input_direction, redir);
405 redir.filename = $3;
406 $$ = make_redirection ($1, r_output_direction, redir);
410 redir.filename = $3;
411 $$ = make_redirection ($1, r_input_direction, redir);
415 redir
[all...]
H A DMANIFEST95 redir.c f
142 redir.h f
485 CWRU/sh-redir-hack f
834 tests/redir.tests f
835 tests/redir.right f
899 tests/run-redir f
943 tests/misc/redir-t2.sh f
H A DAUTHORS398 tests/misc/redir.t1.sh Chet Ramey
399 tests/misc/redir.t2.sh Chet Ramey
400 tests/misc/redir.t3.sh Chet Ramey
401 tests/misc/redir.t3.sub Chet Ramey
402 tests/misc/redir.t4.sh Chet Ramey
/macosx-10.9.5/libiconv-41/libiconv/djgpp/
H A Dconfig.bat151 redir -e /dev/null update %XSRC%/configure.orig ./configure
156 redir -e /dev/null update %XSRC%/libcharset/configure.orig ./libcharset/configure
184 if not errorlevel 1 redir -e /dev/null mv -f %XSRC%/config.h.in %XSRC%/config.h-in
186 if errorlevel 1 redir -e /dev/null mv -f %XSRC%/config.h %XSRC%/config.h-in
188 if errorlevel 1 redir -e /dev/null mv -f %XSRC%/configh.in %XSRC%/config.h-in
190 if errorlevel 1 redir -e /dev/null mv -f %XSRC%/config_h.in %XSRC%/config.h-in
192 if not errorlevel 1 redir -e /dev/null mv -f %XSRC%/include/iconv.h.in %XSRC%/include/iconv.h-in
194 if errorlevel 1 redir -e /dev/null mv -f %XSRC%/include/iconv.h %XSRC%/include/iconv.h-in
196 if errorlevel 1 redir -e /dev/null mv -f %XSRC%/include/iconvh.in %XSRC%/include/iconv.h-in
198 if errorlevel 1 redir
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dapic.py248 for redir in range(maxredir):
249 redir_val_lo = DoIoApicRead(0x10 + redir * 2)
250 redir_val_hi = DoIoApicRead(0x10 + (redir * 2) + 1)
252 0x10 + (redir * 2),
253 redir,
/macosx-10.9.5/libiconv-41/libiconv/libcharset/djgpp/
H A Dconfig.bat146 redir -e /dev/null update %XSRC%/configure.orig ./configure
164 if not errorlevel 1 redir -e /dev/null mv -f %XSRC%/config.h.in %XSRC%/config.h-in
166 if errorlevel 1 redir -e /dev/null mv -f %XSRC%/config.h %XSRC%/config.h-in
168 if errorlevel 1 redir -e /dev/null mv -f %XSRC%/configh.in %XSRC%/config.h-in
170 if errorlevel 1 redir -e /dev/null mv -f %XSRC%/config_h.in %XSRC%/config.h-in
172 if not errorlevel 1 redir -e /dev/null mv -f %XSRC%/include/libcharset.h-in %XSRC%/include/libcharset.h-in
174 if errorlevel 1 redir -e /dev/null mv -f %XSRC%/include/libcharset.h %XSRC%/include/libcharset.h-in
176 if errorlevel 1 redir -e /dev/null mv -f %XSRC%/include/libcharseth.in %XSRC%/include/libcharset.h-in
178 if errorlevel 1 redir -e /dev/null mv -f %XSRC%/include/libcharset_h.in %XSRC%/include/libcharset.h-in
180 if not errorlevel 1 redir
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dhitest.vim24 redir @a
26 redir END
90 redir @a
92 redir END
/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
H A Desh-io.el336 (let ((redir (assoc target eshell-virtual-targets)))
337 (if redir
338 (if (nth 2 redir)
339 (funcall (nth 1 redir) mode)
340 (nth 1 redir))
/macosx-10.9.5/gnudiff-19/diffutils/ms/
H A Dconfig.bat115 redir -e /dev/null update %XSRC%/configure.orig ./configure
211 redir -e /dev/null rm %XSRC%/po/*.gmo
212 redir -e /dev/null rm %XSRC%/po/diffutil*.pot
213 redir -e /dev/null rm %XSRC%/po/cat-id-tbl.c
214 redir -e /dev/null rm %XSRC%/po/stamp-cat-id
/macosx-10.9.5/libxml2-26/libxml2/
H A Dnanohttp.c1236 * @redir: if available the redirected URL will be returned
1246 xmlNanoHTTPOpenRedir(const char *URL, char **contentType, char **redir) { argument
1248 if (redir != NULL) *redir = NULL;
1249 return(xmlNanoHTTPMethodRedir(URL, NULL, NULL, contentType, redir, NULL,0));
1334 * @redir: the redirected URL OUT
1343 * The contentType, or redir, if provided must be freed by the caller
1348 char **contentType, char **redir,
1561 if ((redir != NULL) && (redirURL != NULL)) {
1562 *redir
1347 xmlNanoHTTPMethodRedir(const char *URL, const char *method, const char *input, char **contentType, char **redir, const char *headers, int ilen ) argument
[all...]
H A DxmlIO.c3847 const char *redir; local
3885 redir = xmlNanoHTTPRedir(ret->buf->context);
3886 if (redir != NULL) {
3894 (char *) xmlStrdup((const xmlChar *) redir);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dnanohttp.c1229 * @redir: if available the redirected URL will be returned
1239 xmlNanoHTTPOpenRedir(const char *URL, char **contentType, char **redir) { argument
1241 if (redir != NULL) *redir = NULL;
1242 return(xmlNanoHTTPMethodRedir(URL, NULL, NULL, contentType, redir, NULL,0));
1327 * @redir: the redirected URL OUT
1336 * The contentType, or redir, if provided must be freed by the caller
1341 char **contentType, char **redir,
1553 if ((redir != NULL) && (redirURL != NULL)) {
1554 *redir
1340 xmlNanoHTTPMethodRedir(const char *URL, const char *method, const char *input, char **contentType, char **redir, const char *headers, int ilen ) argument
[all...]
H A DxmlIO.c3686 const char *redir; local
3724 redir = xmlNanoHTTPRedir(ret->buf->context);
3725 if (redir != NULL) {
3733 (char *) xmlStrdup((const xmlChar *) redir);
/macosx-10.9.5/tcl-102/tcl/tcl/library/
H A Dinit.tcl354 set redir ""
356 set redir ">&@stdout <@stdin"
359 [concat exec $redir $new [lrange $args 1 end]] \
/macosx-10.9.5/tcl-102/tcl84/tcl/library/
H A Dinit.tcl283 set redir ""
285 set redir ">&@stdout <@stdin"
287 return [uplevel 1 exec $redir $new [lrange $args 1 end]]
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dexec.c1867 checkclobberparam(struct redir *f)
1903 clobber_open(struct redir *f)
2369 LinkList redir; local
2375 redir = (wc_code(*state->pc) == WC_REDIR ? ecgetredirs(state) : NULL);
2432 args && nonempty(args) && (!redir || empty(redir)) && !input &&
2604 if (redir && nonempty(redir)) {
2622 ((Redir) peekfirst(redir))->type == REDIR_READ &&
2623 !nextnode(firstnode(redir))) {
[all...]
H A Dglob.c2006 xpandredir(struct redir *fn, LinkList redirtab)
2009 struct redir *ff;
2051 ff = (struct redir *) zhalloc(sizeof *ff);
/macosx-10.9.5/Security-55471.14.18/regressions/inc/IPC/
H A DRun3.pm400 my ( $redir ) = @_;
401 return "FH" if isa $redir, "IO::Handle";
402 my $type = ref $redir;
/macosx-10.9.5/groff-38/groff/arch/djgpp/
H A Dconfig.bat13 redir -e /dev/null update %XSRC%/configure.orig ./configure
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dsyntaxcomplete.vim235 redir @l
237 redir END
/macosx-10.9.5/apache-786.1/httpd/modules/mappers/
H A Dmod_rewrite.c479 int redir; local
493 for (redir=0, req=r; req->prev; req = req->prev) {
494 ++redir;
511 redir ? "/redir#" : "",
512 redir ? apr_itoa(r->pool, redir) : "",
/macosx-10.9.5/emacs-92/emacs/
H A Dconfig.bat128 redir -o Nul -eo djecho -o junk.$$$ foo

Completed in 464 milliseconds

12