Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c256 #define hasStat 16 /* The st entry is valid. */ macro
2344 t->flags &= ~hasStat; in tree_next()
2401 t->flags &= ~hasStat; in tree_dir_next_posix()
2418 if (!(t->flags & hasStat)) { in tree_current_stat()
2428 t->flags |= hasStat; in tree_current_stat()
2509 if (t->flags & hasStat) { in tree_current_is_physical_dir()
/freebsd/contrib/sqlite3/
H A Dshell.c33175 int hasStat[5]; in do_meta_command() local
33205 memset(hasStat, 0, sizeof(hasStat)); in do_meta_command()
33214 hasStat[k] = 1; in do_meta_command()
33225 if( hasStat[1] ){ in do_meta_command()
33229 if( hasStat[4] ){ in do_meta_command()