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

  /src/external/gpl2/rcs/dist/src/
rcsutil.c 948 efaterror("spawn I/O redirection");
1055 efaterror("spawn input redirection");
1096 write_stderr(": I/O redirection failed\n");
1150 char redirection[32]; local
1151 VOID sprintf(redirection, "<&%d", infd);
1152 bufscat(&b, 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/crypto/external/cpl/trousers/dist/src/include/tss/
compat11b.h 77 #define redirection TSS_KEYFLAG_REDIRECTION macro

Completed in 23 milliseconds