HomeSort by relevance Sort by last modified time
    Searched defs:strcpy (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
strcpy.s 27 .file "strcpy.s"
30 * strcpy(s1, s2)
34 * Fast assembler language version of the following C-program strcpy
38 * strcpy(s1, s2)
53 ! This is a 32-bit implementation of strcpy. It works by
61 ENTRY(strcpy) function
168 SET_SIZE(strcpy)
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/
strcpy.s 27 .file "strcpy.s"
30 * strcpy(s1, s2)
34 * Fast assembler language version of the following C-program strcpy
38 * strcpy(s1, s2)
53 ! This implementation of strcpy works by first checking the
60 ENTRY(strcpy) function
251 SET_SIZE(strcpy)
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
strcpy.c 41 strcpy(char *s1, const char *s2) function
  /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/
strcpy.s 33 #define LABEL(s) .strcpy/**/s
41 ENTRY(strcpy) /* (char *, const char *) */ function
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
strcpy.s 26 .file "strcpy.s"
29 / strcpy(s1, s2)
35 / Fast assembly language version of the following C-program strcpy
39 / strcpy(char *s1, const char *s2)
57 ENTRY(strcpy) function
105 SET_SIZE(strcpy)
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
fakewin.h 47 #define strcpy _fstrcpy macro
  /onnv/onnv-gate/usr/src/common/util/
string.c 463 strcpy(char *s1, const char *s2) function
  /onnv/onnv-gate/usr/src/lib/libpp/common/
ppproto.c 205 #undef strcpy macro
206 #define strcpy(t,f) strcopy(t,f) macro
245 * strcpy() except pointer to end returned
    [all...]
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
shared.h 402 #define strcpy grub_strcpy macro
  /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
krb5.h 101 #define strcpy(dst,src,n) bcopy((src),(dst),(n)) macro
    [all...]

Completed in 920 milliseconds