HomeSort by: relevance | last modified time | path
    Searched refs:strncpy (Results 1 - 25 of 1253) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libcurses/
keyname.c 114 strncpy(name, "KEY_BREAK\0", KEYNAMEMAX);
118 strncpy(name, "KEY_DOWN\0", KEYNAMEMAX);
122 strncpy(name, "KEY_UP\0", KEYNAMEMAX);
126 strncpy(name, "KEY_LEFT\0", KEYNAMEMAX);
130 strncpy(name, "KEY_RIGHT\0", KEYNAMEMAX);
134 strncpy(name, "KEY_HOME\0", KEYNAMEMAX);
138 strncpy(name, "KEY_BACKSPACE\0", KEYNAMEMAX);
152 strncpy(name, "KEY_DL\0", KEYNAMEMAX);
156 strncpy(name, "KEY_IL\0", KEYNAMEMAX);
160 strncpy(name, "KEY_DC\0", KEYNAMEMAX)
    [all...]
  /src/lib/libc/string/
Lint_strncpy.c 12 strncpy(char *dst, const char *src, size_t n) function
  /src/lib/libc/arch/m68k/string/
Makefile.inc 5 strncmp.S strncpy.S \
  /src/external/gpl3/binutils/dist/libiberty/
stpncpy.c 39 extern char *strncpy (char *, const char *, size_t);
47 return strncpy (dst, src, len) + n;
  /src/external/gpl3/binutils.old/dist/libiberty/
stpncpy.c 39 extern char *strncpy (char *, const char *, size_t);
47 return strncpy (dst, src, len) + n;
  /src/external/gpl3/gcc/dist/libiberty/
stpncpy.c 39 extern char *strncpy (char *, const char *, size_t);
47 return strncpy (dst, src, len) + n;
  /src/external/gpl3/gcc.old/dist/libiberty/
stpncpy.c 39 extern char *strncpy (char *, const char *, size_t);
47 return strncpy (dst, src, len) + n;
  /src/external/gpl3/gdb/dist/libiberty/
stpncpy.c 39 extern char *strncpy (char *, const char *, size_t);
47 return strncpy (dst, src, len) + n;
  /src/external/gpl3/gdb.old/dist/libiberty/
stpncpy.c 39 extern char *strncpy (char *, const char *, size_t);
47 return strncpy (dst, src, len) + n;
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/bits/
string2.h 22 # define strncpy(dest, src, n) __builtin_strncpy (dest, src, n) macro
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/bits/
string2.h 22 # define strncpy(dest, src, n) __builtin_strncpy (dest, src, n) macro
  /src/common/lib/libc/string/
strncpy.c 1 /* $NetBSD: strncpy.c,v 1.4 2018/02/04 01:13:45 mrg Exp $ */
38 static char sccsid[] = "@(#)strncpy.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: strncpy.c,v 1.4 2018/02/04 01:13:45 mrg Exp $");
52 #undef strncpy macro
60 strncpy(char *dst, const char *src, size_t n) function
  /src/lib/libc/ssp/
strncpy_chk.c 39 #undef strncpy macro
54 return strncpy(dst, src, len);
  /src/usr.sbin/timed/timed/
tspname.c 44 (void)strncpy(tsp->tsp_name, name, sizeof(tsp->tsp_name));
53 (void)strncpy(name, tsp->tsp_name, size);
  /src/sys/lib/libkern/arch/mips/
Makefile.inc 10 strncasecmp.c strncmp.c strncpy.c strtoul.c
  /src/lib/libc/gen/
ctermid.c 56 (void)strncpy(s, def, L_ctermid);
  /src/tests/lib/libc/ssp/
h_strncpy.c 43 (void)strncpy(b, "1020202020202", len);
  /src/external/gpl3/gcc/dist/libssp/
strncpy-chk.c 1 /* Checking strncpy.
49 return strncpy (dest, src, len);
  /src/external/gpl3/gcc.old/dist/libssp/
strncpy-chk.c 1 /* Checking strncpy.
49 return strncpy (dest, src, len);
  /src/crypto/external/bsd/openssh/dist/
sshlogin.c 103 strncpy(buf, llxp->ll_host, bufsize - 1);
132 strncpy(buf, ll.ll_host, bufsize - 1);
202 strncpy(u.ut_line, tty + 5, sizeof(u.ut_line));
204 strncpy(u.ut_name, user, sizeof(u.ut_name));
205 strncpy(u.ut_host, host, sizeof(u.ut_host));
219 strncpy(ll.ll_line, tty + 5, sizeof(ll.ll_line));
220 strncpy(ll.ll_host, host, sizeof(ll.ll_host));
233 strncpy(ux.ut_line, tty + 5, sizeof(ux.ut_line));
238 strncpy(ux.ut_name, user, sizeof(ux.ut_name));
239 strncpy(ux.ut_host, host, sizeof(ux.ut_host))
    [all...]
  /src/libexec/ftpd/
logwtmp.c 95 (void)strncpy(ut.ut_line, line, sizeof(ut.ut_line));
96 (void)strncpy(ut.ut_name, name, sizeof(ut.ut_name));
97 (void)strncpy(ut.ut_host, host, sizeof(ut.ut_host));
128 (void)strncpy(ut.ut_line, line, sizeof(ut.ut_line));
129 (void)strncpy(ut.ut_name, name, sizeof(ut.ut_name));
130 (void)strncpy(ut.ut_host, host, sizeof(ut.ut_host));
  /src/external/bsd/am-utils/dist/conf/checkmount/
checkmount_default.c 101 strncpy(swap, "root", 4); /* this should NOT use xstrlcpy */
103 strncpy(swap, "swap", 4); /* this should NOT use xstrlcpy */
checkmount_svr4.c 92 strncpy(swap, "root", 4); /* this should NOT use xstrlcpy */
94 strncpy(swap, "swap", 4); /* this should NOT use xstrlcpy */
  /src/external/bsd/ipf/dist/lib/
hostname.c 34 strncpy(hostbuf, hp->h_name, sizeof(hostbuf));
42 strncpy(hostbuf, np->n_name, sizeof(hostbuf));
portname.c 24 strncpy(buf, sv->s_name, sizeof(buf)-1);
34 strncpy(buf, sv->s_name, sizeof(buf)-1);

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>