Searched defs:stpcpy (Results 1 – 6 of 6) sorted by relevance
/minix3/lib/libc/string/ |
H A D | stpcpy.c | 51 stpcpy(char * __restrict to, const char * __restrict from) in stpcpy() function
|
/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | builtins-gnu-mode.c | 6 int stpcpy; variable
|
/minix3/external/bsd/llvm/dist/clang/INPUTS/ |
H A D | stpcpy-test.c | 4 #define stpcpy(dest, src) __stpcpy (dest, src) macro
|
/minix3/include/ssp/ |
H A D | string.h | 98 #define stpcpy(dst, src) __ssp_bos_check2(stpcpy, dst, src) macro
|
/minix3/external/bsd/llvm/dist/clang/test/Analysis/ |
H A D | string.c | 315 #define stpcpy(a,b) __stpcpy_chk(a,b,(size_t)-1) macro 319 #define stpcpy BUILTIN(stpcpy) macro
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetLibraryInfo.h | 570 stpcpy, enumerator
|