HomeSort by: relevance | last modified time | path
    Searched refs:redirection (Results 1 - 5 of 5) sorted by relevancy

  /src/bin/sh/
mktokens 59 TREDIR 0 redirection
  /src/dist/pf/sbin/pfctl/
parse.y 371 struct redirection {
374 } *redirection;
451 %type <v.redirection> redirection redirpool
3324 $$ = calloc(1, sizeof(struct redirection));
3326 err(1, "redirection: calloc");
3331 $$ = calloc(1, sizeof(struct redirection));
3333 err(1, "redirection: calloc");
3448 redirection : /* empty */ { $$ = NULL; } label
3450 $$ = calloc(1, sizeof(struct redirection));
    [all...]
  /src/bin/csh/
func.c 290 * to redo i/o redirection, which is already set up.
1358 * this command will either ignore redirection inside or outside
  /src/sys/external/isc/libsodium/dist/
aclocal.m4 1120 # (that is, avoid stderr redirection).
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 693 # configure is writing to config.log, but config.lt does its own redirection,

Completed in 21 milliseconds