Home
last modified time | relevance | path

Searched refs:TPIPE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/tools/regression/usr.sbin/installer/libaura/fspred1/
H A Dfspred1.c12 #define TPIPE "/tmp/myfifo123" macro
62 unlink(TPIPE); in test_is_named_pipe()
63 if (mkfifo(TPIPE, 0600) == -1) { in test_is_named_pipe()
68 pass = is_named_pipe(TPIPE); in test_is_named_pipe()
/dragonfly/bin/sh/pregenerated/
H A Dtoken.h7 #define TPIPE 6 macro
/dragonfly/bin/sh/
H A Dmktokens49 TPIPE 0 "|"
H A Dparser.c382 if (readtoken() == TPIPE) { in pipeline()
400 } while (readtoken() == TPIPE); in pipeline()
543 if (readtoken() != TPIPE) in command()
587 case TPIPE: in command()
952 RETURN(TPIPE); in xxreadtoken()