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

/external/selinux/libsepol/src/
H A Dcontext_record.c291 const int total_sz = user_sz + role_sz + type_sz + local
294 char *str = (char *)malloc(total_sz + 1);
299 rc = snprintf(str, total_sz + 1, "%s:%s:%s:%s",
301 if (rc < 0 || (rc >= total_sz + 1)) {
306 rc = snprintf(str, total_sz + 1, "%s:%s:%s",
308 if (rc < 0 || (rc >= total_sz + 1)) {
/external/mmc-utils/
H A Dmmc_cmds.c577 unsigned long total_sz, total_gp_user_sz; local
651 total_sz = get_sector_count(ext_csd) / 2;
654 if (total_gp_user_sz > total_sz) {
657 total_gp_user_sz, total_sz, device);

Completed in 148 milliseconds