Lines Matching defs:sacnt
291 static int sacnt; /* number of extended system attr. */
1405 for (i = 0; i < sacnt; i++) {
1409 for (i = 0; i < sacnt; i++) {
2112 sacnt = attr_count();
2114 * Allocate 'sacnt' size array to hold extended
2118 rep->exttr = xmalloc(sacnt * sizeof (struct attrb),
2122 for (i = 0; i < sacnt; i++)
2458 * Allocate 'sacnt' size array to hold extended timestamp
2461 rep->extm = xmalloc(sacnt * sizeof (struct attrtm), rep);
2462 for (i = 0; i < sacnt; i++) {
2501 if (fattr != F_ATTR_INVAL && fattr < sacnt) {
2543 while (rep->extm[i].stm != 0 && i < sacnt)
2582 for (i = 0; i < sacnt; i++) {
2628 while (p->extm[i].nstm != 0 && i < sacnt) {
3094 for (i = 0; i < sacnt; i++) {
3101 for (i = 0; i < sacnt; i++) {