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            75 uspace/lib/c/test/string.c 	p = strncpy(buf, s, 0);
strncpy            93 uspace/lib/c/test/string.c 	p = strncpy(buf, s, 4);
strncpy           114 uspace/lib/c/test/string.c 	p = strncpy(buf, s, 5);
strncpy           136 uspace/lib/c/test/string.c 	p = strncpy(buf, s, 6);
strncpy           159 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