Searched refs:statstruct (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dstatus.c807 svn_wc__internal_status_t *statstruct;
832 SVN_ERR(assemble_status(&statstruct, wb->db, local_abspath,
839 if (statstruct && status_func)
841 &statstruct->s,
1546 svn_wc_status3_t *statstruct;
1557 statstruct = svn_hash_gets(statushash, local_abspath);
1560 if (! statstruct)
1577 /* Use the public API to get a statstruct, and put it into the hash. */
1580 statstruct = &i_stat->s;
1581 statstruct
804 svn_wc__internal_status_t *statstruct; local
1542 svn_wc_status3_t *statstruct; local
[all...]
/freebsd-11-stable/usr.bin/nfsstat/
H A Dnfsstat.c135 static struct stattypes statstruct[] = { variable in typeref:struct:stattypes
141 #define STAT_TYPE_TO_NFS(stat_type) statstruct[stat_type].nfs_type

Completed in 188 milliseconds