Home
last modified time | relevance | path

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

/io/
A Dtst-fts.c170 FTSENT *ent; in do_test() local
171 while ((ent = fts_read (fts)) != NULL) in do_test()
173 const char *name = ent->fts_name; in do_test()
174 short level = ent->fts_level; in do_test()
175 switch (ent->fts_info) in do_test()
193 printf ("FAIL: fts_read ent: %s\n", strerror (ent->fts_errno)); in do_test()

Completed in 3 milliseconds