Home
last modified time | relevance | path

Searched defs:suffix_length (Results 1 – 3 of 3) sorted by relevance

/external/usrsctp/programs/
Dtsctp_upcall.c142 char suffix_length = sizeof(suffix) / sizeof(suffix[0]); in bytes2human() local
/external/cpuinfo/src/arm/linux/
Dchipset.c605 const size_t suffix_length = end - pos; in match_mt() local
3481 const size_t suffix_length = strnlen(chipset->suffix, CPUINFO_ARM_CHIPSET_SUFFIX_MAX); in cpuinfo_arm_chipset_to_string() local
/external/one-true-awk/
Db.c927 int suffix_length = strlen((const char *) reptok) - reptoklen; /* string after rep specifier */ in replace_repeat() local