Searched defs:fstype_index (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/find/
H A Dfind.c240 static int fstype_index = 0; variable
889 for (nremfs = 0; nremfs < fstype_index; nremfs++) {
1878 remote_fstypes[fstype_index++] = "nfs";
1887 remote_fstypes[fstype_index++] = new_string(buf);
1889 if (fstype_index == N_FSTYPES)
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c419 size_t fstype_index = 0; local
431 remote_fstypes[fstype_index++] = new_string(buf);
433 if (fstype_index == N_FSTYPES)

Completed in 106 milliseconds