strlcpy 2110 dir.c strlcpy(buf+shift+(p-t), rbrace+1, len-(shift+(p-t)));
strlcpy 266 dln_find.c strlcpy(bp + i, extension[j], fspace);
strlcpy 151 ext/date/date_strftime.c l = strlcpy(s, StringValueCStr(result), endp - s); \
strlcpy 313 ext/date/date_strftime.c (void)strlcpy(s, StringValueCStr(result), endp - s);
strlcpy 98 ext/pty/pty.c strlcpy(errbuf, (str), errbuf_len); \
strlcpy 278 ext/pty/pty.c strlcpy(SlaveName, slavedevice, DEVICELEN);
strlcpy 323 ext/pty/pty.c strlcpy(SlaveName, name, DEVICELEN);
strlcpy 361 ext/pty/pty.c strlcpy(SlaveName, slavedevice, DEVICELEN);
strlcpy 224 include/ruby/missing.h RUBY_EXTERN size_t strlcpy(char *, const char*, size_t);
strlcpy 501 load.c strlcpy(buf + len, e, DLEXT_MAXLEN + 1);
strlcpy 509 load.c strlcpy(buf + len, so_ext[i], DLEXT_MAXLEN + 1);
strlcpy 164 missing/setproctitle.c len = strlcpy(argv_start, ptitle, argv_env_len);
strlcpy 2590 process.c #define ERRMSG(str) do { if (errmsg && 0 < errmsg_buflen) strlcpy(errmsg, (str), errmsg_buflen); } while (0)
strlcpy 22 re.c #define errcpy(err, msg) strlcpy((err), (msg), ONIG_MAX_ERROR_MESSAGE_LEN)
strlcpy 569 ruby.c strlcpy(libpath, ".", sizeof(libpath));
strlcpy 630 strftime.c i = strlcpy(tbuf, RSTRING_PTR(str), TBUFSIZE);
strlcpy 824 strftime.c (void)strlcpy(s, StringValueCStr(result), endp-s);
strlcpy 1276 thread_pthread.c size_t n = strlcpy(buff, mesg, sizeof(buff));
strlcpy 1379 win32/win32.c if (cmd == prog) strlcpy(cmd = fbuf, prog, sizeof(fbuf));
strlcpy 1386 win32/win32.c strlcpy(cmd = fbuf, prog, sizeof(fbuf));
strlcpy 1501 win32/win32.c strlcpy(buf, patt->str, patt->len + 1);
strlcpy 1799 win32/win32.c strlcpy(cptr, curr->str, curr->len + 1);
strlcpy 2576 win32/win32.c strlcpy(buffer, "Unknown Error", sizeof(buffer));
strlcpy 2579 win32/win32.c strlcpy(buffer, strerror(e), sizeof(buffer));