Searched defs:strncat (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrncat.s26 .file "strncat.s"
29 / strncat(s1, s2, n)
35 / Fast assembly language version of the following C-program strncat
39 / strncat(char *s1, const char *s2, size_t n)
66 ENTRY(strncat) /* (char *, char *, size_t) */ function
151 SET_SIZE(strncat)
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrncat.s26 .file "strncat.s"
29 / strncat(s1, s2, n)
35 / Fast assembly language version of the following C-program strncat
39 / strncat(char *s1, const char *s2, size_t n)
64 ENTRY(strncat) function
153 SET_SIZE(strncat)
/osnet-11/usr/src/lib/libc/port/gen/
H A Dstrncat.c39 strncat(char *s1, const char *s2, size_t n) function
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstring.in.h349 # undef strncat macro
350 # define strncat rpl_strncat macro
352 _GL_FUNCDECL_RPL (strncat, char *, (char *dest, const char *src, size_t n)
354 _GL_CXXALIAS_RPL (strncat, char *, (char *dest, const char *src, size_t n));
356 _GL_CXXALIAS_SYS (strncat, char *, (char *dest, const char *src, size_t n));
358 _GL_CXXALIASWARN (strncat); variable
360 # undef strncat macro
362 _GL_WARN_ON_USE (strncat, "strncat is unportable - "
363 "use gnulib module strncat fo
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dshared.h392 #define strncat grub_strncat macro

Completed in 92 milliseconds