Searched refs:wcopy (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/otp/
H A Dotp_parse.c110 char *wcopy; local
123 wcopy = malloc(tmp + 1);
124 if (wcopy == NULL)
126 memcpy(wcopy, w, tmp);
127 wcopy[tmp] = '\0';
129 tmp = (*convert)(wcopy, arg);
130 free(wcopy);
/macosx-10.9.5/vim-53/src/
H A Dspell.c897 static void onecap_copy __ARGS((char_u *word, char_u *wcopy, int upper));
898 static void allcap_copy __ARGS((char_u *word, char_u *wcopy));
10099 char_u wcopy[MAXWLEN + 2]; local
10226 STRCPY(wcopy, stp->st_word);
10228 vim_strncpy(wcopy + stp->st_wordlen,
10238 vim_snprintf((char *)IObuff, IOSIZE, " \"%s\"", wcopy);
10492 char_u *wcopy; local
10506 wcopy = alloc(stp->st_wordlen
10508 if (wcopy == NULL)
10510 STRCPY(wcopy, st
[all...]

Completed in 145 milliseconds