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

  /src/tests/fs/vfs/
t_union.c 56 atf_tc_fail_errno("read tfile");
104 #define TFILE "tensti"
120 xput_tfile(lowerpath, TFILE);
123 error = xread_tfile(mp, TFILE);
136 RL(rump_sys_unlink(TFILE));
137 ATF_REQUIRE_ERRNO(ENOENT, rump_sys_stat(TFILE, &sb) == -1);
146 if (strcmp(dp->d_name, TFILE) == 0 && dp->d_type != DT_WHT)
  /src/bin/sh/
show.c 87 } TFILE;
96 TFILE tracedata, *tracetfile;
102 static void shtree(union node *, int, int, int, TFILE *);
103 static void shcmd(union node *, TFILE *);
104 static void shsubsh(union node *, TFILE *);
105 static void shredir(union node *, TFILE *, int);
106 static void sharg(union node *, TFILE *);
107 static void indent(int, TFILE *);
109 static void trace_putc(char, TFILE *);
110 static void trace_puts(const char *, TFILE *);
    [all...]

Completed in 15 milliseconds