HomeSort by: relevance | last modified time | path
    Searched refs:STRCPY (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libc/arch/arm/string/
strcpy_thumb.S 42 #ifdef STRCPY
43 WEAK_ALIAS(strcpy, _strcpy)
44 #define strcpy _strcpy macro
100 /* LINTSTUB: char * strcpy(char *, const char *) */
101 ENTRY(strcpy) function
109 END(strcpy)
  /src/sys/coda/
coda_venus.c 60 * by STRCPY below - this is in general unsafe and needs fixing.
103 #define STRCPY(struc, name, len) \
496 STRCPY(name, nm, len); /* increments Isize */
527 STRCPY(name, nm, len); /* increments Isize */
554 STRCPY(name, nm, len); /* increments Isize */
577 STRCPY(tname, nm, len); /* increments Isize */
600 STRCPY(srcname, nm, len); /* increments Isize */
603 STRCPY(destname, tnm, tlen); /* increments Isize */
627 STRCPY(name, nm, len); /* increments Isize */
654 STRCPY(name, nm, len); /* increments Isize *
    [all...]

Completed in 11 milliseconds