1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00
Zdenek Kabelac b3d10d7bf1 Introduce dm_strncpy
Should be faster then strncpy - since we could avoid clearing 4KB pages
with each strncpy(...,PATH_MAX).
Also it's easy to check whether string fit - and eventually avoid
to continue working we incomplete string.
2012-02-23 22:45:43 +00:00
..
2012-02-10 13:52:05 +00:00
2012-02-23 22:45:43 +00:00
2012-01-23 17:47:36 +00:00
2012-02-08 12:59:45 +00:00
2012-02-10 14:00:07 +00:00
2012-02-23 22:45:43 +00:00