Searched refs:clst (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcount.c98 FatCluster clst; local
102 for (clst = start; !fat_table_is_eof (fs_info->fat, clst);
103 clst = fat_table_get (fs_info->fat, clst)) {
104 printf (" %d", (int) clst);
134 FatCluster clst; local
150 for (prev_clst = clst = start; !fat_table_is_eof (fs_info->fat, clst);
151 prev_clst = clst, cls
[all...]
H A Dcontext.h60 FatCluster clst);
65 FatCluster clst);
H A Dcontext.c150 fat_op_context_map_static_cluster (const FatOpContext* ctx, FatCluster clst) argument
155 fat_cluster_to_frag (ctx->old_fs, clst));
169 fat_op_context_map_cluster (const FatOpContext* ctx, FatCluster clst) argument
174 fat_cluster_to_frag (ctx->old_fs, clst));
201 FatCluster clst; local
250 clst = fat_sector_to_cluster (ctx->new_fs, new_sect);
251 PED_ASSERT (clst != 0, return 0);
253 if (!fat_table_set_eof (new_fs_info->fat, clst))
/opensolaris-onvv-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.c584 int clst, nlst; /* count of last character in current and next */ local
648 clst = strlen(current) - 1;
662 else if (current[clst] == '.') {

Completed in 98 milliseconds