NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
s_strncpy
bin/csh/csh.h
508
#define Strncpy(a, b, c) s_strncpy(a, b, c)
bin/csh/extern.h
331
Char *s_strncpy(Char *, const Char *, size_t);