| /xsrc/external/mit/libXfont2/dist/src/util/ |
| strlcpy.c | 31 strlcpy(char *dst, const char *src, size_t siz) function
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| strlcpy.c | 32 strlcpy(char *dst, const char *src, size_t siz) function
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| strlcpy.c | 31 strlcpy(char *dst, const char *src, size_t siz) function
|
| /xsrc/external/mit/xlogo/dist/ |
| xlogo.c | 76 #define strlcpy(dst, src, len) do { \ macro 217 strlcpy(message, header, len);
|
| /xsrc/external/mit/xcalc/dist/ |
| math.c | 84 strlcpy(char *dst, const char *src, size_t size) function 167 strlcpy(dispstr, "math error", sizeof(dispstr)); 169 strlcpy(dispstr, "illegal operand", sizeof(dispstr)); 207 strlcpy(dispstr, "error", sizeof(dispstr)); 228 strlcpy(dispstr, tmp, sizeof(dispstr)); 257 } else strlcpy(dispstr, "error", sizeof(dispstr)); 391 strlcpy(dispstr, "0", sizeof(dispstr)); 406 strlcpy(dispstr, "0", sizeof(dispstr)); 428 strlcpy(dispstr, rpn ? "1" : "0", sizeof(dispstr)); 451 strlcpy(dispstr, "0", sizeof(dispstr)) [all...] |