HelenOS sources
strncpy 104 uspace/app/sbi/src/os/posix.c strncpy(slice, str + start, length);
strncpy 567 uspace/lib/c/generic/string.c strncpy(dup, s, sz);
strncpy 51 uspace/lib/c/include/string.h extern char *strncpy(char *, const char *, size_t);
strncpy 76 uspace/lib/c/test/string.c p = strncpy(buf, s, 0);
strncpy 94 uspace/lib/c/test/string.c p = strncpy(buf, s, 4);
strncpy 115 uspace/lib/c/test/string.c p = strncpy(buf, s, 5);
strncpy 137 uspace/lib/c/test/string.c p = strncpy(buf, s, 6);
strncpy 160 uspace/lib/c/test/string.c p = strncpy(buf, s, 7);
strncpy 65 uspace/lib/pcut/src/os/stdc.c strncpy(buffer, str, size - 1);
strncpy 51 uspace/lib/posix/include/libc/string.h extern char *strncpy(char *, const char *, size_t);
HelenOS homepage, sources at GitHub