Searched refs:tee_open (Results 1 – 1 of 1) sorted by relevance
57 static int tee_open(const char *, int);99 if ((fd = tee_open(*argv, oflags)) < 0) { in main()157 tee_open(const char *path, int oflags) in tee_open() function