HomeSort by: relevance | last modified time | path
    Searched defs:strncpy (Results 1 - 23 of 23) sorted by relevancy

  /src/common/lib/libc/arch/m68k/string/
strncpy.S 1 /* $NetBSD: strncpy.S,v 1.5 2013/09/07 19:06:29 chs Exp $ */
40 RCSID("from: @(#)strncpy.s 5.1 (Berkeley) 5/12/90")
42 RCSID("$NetBSD: strncpy.S,v 1.5 2013/09/07 19:06:29 chs Exp $")
46 ENTRY(strncpy) function
80 END(strncpy)
  /src/lib/libc/string/
Lint_strncpy.c 12 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/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/arch/arm/string/
strcpy_naive.S 67 #elif defined(STRNCPY)
68 /* LINTSTUB: char * strncpy(char *, const char *, size_t) */
69 ENTRY(strncpy) function
82 END(strncpy)
strcpy_thumb.S 38 #ifdef STRNCPY
39 WEAK_ALIAS(strncpy, _strncpy)
40 #define strncpy _strncpy define
78 #elif defined(STRNCPY)
79 /* LINTSTUB: char * strncpy(char *, const char *, size_t) */
80 ENTRY(strncpy) function
98 END(strncpy)
  /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/include/ssp/
string.h 91 __ssp_bos_icheck3_restrict(strncpy, char *, const char *)
104 #define strncpy(dst, src, len) __ssp_bos_check3(strncpy, dst, src, len) macro
  /src/sys/arch/vax/boot/common/
str.S 155 ENTRY(strncpy, 0) function
  /src/external/gpl3/gcc/dist/libssp/ssp/
string.h 49 #undef strncpy macro
132 #define strncpy(dest, src, len) \ macro
  /src/external/gpl3/gcc.old/dist/libssp/ssp/
string.h 49 #undef strncpy macro
132 #define strncpy(dest, src, len) \ macro
  /src/sys/arch/vax/include/
macros.h 205 strncpy(char *cp, const char *c2, size_t len) function
  /src/sys/external/bsd/acpica/dist/utilities/
utclib.c 76 * FUNCTION: strncpy
414 * FUNCTION: strncpy
427 strncpy ( function
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_win_dll_thunk.cc 80 INTERCEPT_LIBRARY_FUNCTION(strncpy); variable
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_win_dll_thunk.cpp 87 INTERCEPT_LIBRARY_FUNCTION(strncpy); variable
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_win_dll_thunk.cpp 79 INTERCEPT_LIBRARY_FUNCTION(strncpy); variable
  /src/external/bsd/wpa/dist/src/utils/
os.h 678 #undef strncpy macro
679 #define strncpy OS_DO_NOT_USE_strncpy macro
  /src/external/gpl3/binutils/dist/gprofng/common/
hwcdrv.h 66 #define strncpy CALL_UTIL(strncpy) macro
  /src/external/gpl3/binutils.old/dist/gprofng/common/
hwcdrv.h 66 #define strncpy CALL_UTIL(strncpy) macro
  /src/sys/arch/pmax/include/
dec_prom.h 162 #define strncpy (*callv -> _strncpy) macro
  /src/external/gpl3/binutils/dist/gprofng/src/
collector_module.h 99 size_t (*strncpy)(char *dst, const char *src, size_t dstsize); member in struct:CollectorUtilFuncs
  /src/external/gpl3/binutils.old/dist/gprofng/src/
collector_module.h 99 size_t (*strncpy)(char *dst, const char *src, size_t dstsize); member in struct:CollectorUtilFuncs

Completed in 51 milliseconds