Home
last modified time | relevance | path

Searched refs:STRVERSIONLEN (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/busybox/busybox-1.26.2/modutils/
H A Dmodutils-24.c687 enum { STRVERSIONLEN = 64 }; enumerator
2556 new_get_module_version(struct obj_file *f, char str[STRVERSIONLEN]) in new_get_module_version() argument
2564 safe_strncpy(str, p, STRVERSIONLEN); in new_get_module_version()
3607 get_module_version(struct obj_file *f, char str[STRVERSIONLEN]) in get_module_version() argument
3637 char str[STRVERSIONLEN]; in add_ksymoops_symbols()
3842 char m_strversion[STRVERSIONLEN]; in bb_init_module_24()
3854 if (strncmp(uts.release, m_strversion, STRVERSIONLEN) != 0) { in bb_init_module_24()