nnn/src
Saagar Jha 3bab34e962
Opinionated xstrlcpy changes (#513)
* Unvectorize xstrlcpy

On all libcs I could find, memcpy does a better job than we can.

* Rename xstrlcpy to xstrsncpy to avoid confusion

The semantics of our xstrlcpy differed slightly from strlcpy; we return
the number of copied characters; strlcpy returns the strlen(src).
strscpy from Linux is similar except it returns the number of copied
characters sans the NUL byte, so this is named strsncpy to be different.
2020-04-12 06:05:14 +05:30
..
.clang-tidy No re-filter on MSGWAIT 2020-03-29 14:03:11 +05:30
dbg.h Use : for filter case 2020-01-11 21:49:35 +05:30
nnn.c Opinionated xstrlcpy changes (#513) 2020-04-12 06:05:14 +05:30
nnn.h Reduce presel usage 2020-03-29 20:22:43 +05:30