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

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinsmod.c712 static char m_fullName[FILENAME_MAX + 1]; variable
3341 memcpy(m_fullName, tmp, len);
3342 m_fullName[len]='\0';
3344 strcpy(m_name, m_fullName);
3346 strcat(m_fullName, ".o");
3368 check_module_name_match, 0, m_fullName);
3380 check_module_name_match, 0, m_fullName) == FALSE)
3385 error_msg("%s: no module by that name found", m_fullName);
3389 error_msg_and_die("%s: no module by that name found", m_fullName);

Completed in 48 milliseconds