OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ftse
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libc/gen/
t_getcwd.c
76
FTSENT *
ftse
;
local in function:ATF_TC_BODY
103
while ((
ftse
= fts_read(fts)) != NULL) {
105
if (
ftse
->fts_level < 1)
108
if (
ftse
->fts_level > depth) {
109
(void)fts_set(fts,
ftse
, FTS_SKIP);
113
switch(
ftse
->fts_info) {
124
if (strstr(
ftse
->fts_path, buf) == NULL) {
/src/tests/lib/libc/sys/
t_stat.c
97
FTSENT *
ftse
;
local in function:ATF_TC_BODY
110
while ((
ftse
= fts_read(fts)) != NULL) {
112
if (
ftse
->fts_level < 1)
115
if (
ftse
->fts_level > depth) {
116
(void)fts_set(fts,
ftse
, FTS_SKIP);
120
switch(
ftse
->fts_info) {
127
ATF_REQUIRE(stat(
ftse
->fts_parent->fts_path,&sa) == 0);
128
ATF_REQUIRE(chdir(
ftse
->fts_path) == 0);
142
if (sb.st_ino !=
ftse
->fts_statp->st_ino)
Completed in 12 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025