Home | History | Annotate | Download | only in engine

Lines Matching refs:NJ_CHAR

21 NJ_CHAR *nj_strcpy(NJ_CHAR *dst, NJ_CHAR *src) {
23 NJ_CHAR *ret = dst;
33 NJ_CHAR *nj_strncpy(NJ_CHAR *dst, NJ_CHAR *src, NJ_UINT16 n) {
35 NJ_CHAR *d = dst;
53 NJ_UINT16 nj_strlen(NJ_CHAR *c) {
64 NJ_INT16 nj_strcmp(NJ_CHAR *s1, NJ_CHAR *s2) {
76 NJ_INT16 nj_strncmp(NJ_CHAR *s1, NJ_CHAR *s2, NJ_UINT16 n) {
90 NJ_UINT16 nj_charlen(NJ_CHAR *c) {
102 NJ_INT16 nj_charncmp(NJ_CHAR *s1, NJ_CHAR *s2, NJ_UINT16 n) {
122 NJ_CHAR *nj_charncpy(NJ_CHAR *dst, NJ_CHAR *src, NJ_UINT16 n) {
124 NJ_CHAR *d = dst;