Home
last modified time | relevance | path

Searched defs:_strncpy (Results 1 – 18 of 18) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/machine/rx/
H A Dstrncpy.S6 _strncpy: label
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/machine/rx/
H A Dstrncpy.S6 _strncpy: label
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/string/c/sdcc_iy/
H A Dstrncpy.asm11 _strncpy: label
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/string/c/sdcc_ix/
H A Dstrncpy.asm11 _strncpy: label
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/machine/i960/
H A Dstrncpy.S92 _strncpy: label
H A Dstrncpy_ca.S104 _strncpy: label
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/i960/
H A Dstrncpy.S92 _strncpy: label
H A Dstrncpy_ca.S104 _strncpy: label
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/i960/
H A Dstrncpy.S92 _strncpy: label
H A Dstrncpy_ca.S104 _strncpy: label
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/machine/i960/
H A Dstrncpy.S92 _strncpy: label
H A Dstrncpy_ca.S104 _strncpy: label
/dports/devel/cc65/cc65-2.19/libsrc/common/
H A Dstrncpy.s11 .proc _strncpy label
/dports/devel/gdb761/gdb-7.6.1/sim/testsuite/sim/bfin/
H A Dloop_strncpy.s15 _strncpy: label
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/machine/spu/
H A Dstrcpy.h40 static inline void * _strncpy(char * __restrict__ dest, const char * in _strncpy() function
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/machine/spu/
H A Dstrcpy.h40 static inline void * _strncpy(char * __restrict__ dest, const char * in _strncpy() function
/dports/sysutils/freeipmi/freeipmi-1.6.8/common/pingtool/
H A Dping-tool-common.c172 _strncpy (char *dest, char *src, unsigned int len) in _strncpy() function
/dports/devel/py-numba/numba-0.51.2/numba/cpython/
H A Dunicode.py1589 def _strncpy(dst, dst_offset, src, src_offset, n): function