Searched refs:redirection (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/bin/sh/
H A Dmktokens54 TREDIR 0 redirection
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgo32-nat.c122 /* Stubs for the missing redirection functions. */
605 "Cannot allocate redirection storage: not enough memory.\n");
776 if (child_cmd.redirection)
782 if (child_cmd.redirection[i]->file_name)
784 i, child_cmd.redirection[i]->file_name);
785 else if (_get_dev_info (child_cmd.redirection[i]->inf_handle) == -1)
789 else if ((_get_dev_info (child_cmd.redirection[i]->inf_handle) & 0xdf)
891 "Cannot allocate redirection storage: not enough memory.\n");
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Drcsutil.c942 efaterror("spawn I/O redirection");
1049 efaterror("spawn input redirection");
1090 write_stderr(": I/O redirection failed\n");
1144 char redirection[32]; local
1145 VOID sprintf(redirection, "<&%d", infd);
1146 bufscat(&b, redirection);
/freebsd-10.0-release/sbin/pfctl/
H A Dparse.y396 struct redirection {
399 } *redirection;
485 %type <v.redirection> redirection redirpool
3648 $$ = calloc(1, sizeof(struct redirection));
3650 err(1, "redirection: calloc");
3655 $$ = calloc(1, sizeof(struct redirection));
3657 err(1, "redirection: calloc");
3772 redirection : /* empty */ { $$ = NULL; } label
3774 $$ = calloc(1, sizeof(struct redirection));
[all...]
/freebsd-10.0-release/contrib/one-true-awk/
H A DFIXES716 added explicit check for /dev/std(in,out,err) in redirection.

Completed in 217 milliseconds