Searched refs:strncpy_exact (Results 1 – 3 of 3) sorted by relevance
35 strncpy_exact(message.dm_ioctl.name, name, sizeof(message.dm_ioctl.name)); in dm_deferred_remove_cancel()
193 strncpy_exact(store.ut_line, line, sizeof(store.ut_line)); in utmp_put_init_process()
192 static inline void strncpy_exact(char *buf, const char *src, size_t buf_len) { in strncpy_exact() function