Searched refs:pipename (Results 1 – 2 of 2) sorted by relevance
23 const char* pipeName = "<pipename>";30 Where <pipename> is the name of a specific emulator service you want to use.
291 static char *pipename; variable2569 if (!strcmp(pipename, "-")) in do_fifo()2572 fd = open(pipename, O_RDONLY); in do_fifo()2734 pipename = strdup(optarg); in main()2796 pipename = strdup(argv[optind]); in main()