Searched refs:tmplen (Results 1 – 2 of 2) sorted by relevance
2133 size_t tmplen; in executable_exists() local2177 tmplen = e - p; in executable_exists()2179 if (_strnicoll(name + len - tmplen, (char *)p, tmplen) == 0) in executable_exists()2254 tmplen = STRLEN(buf); in executable_exists()2276 if (e2 - p + tmplen + 1 > sizeof(buf)) in executable_exists()2281 vim_strncpy(buf + tmplen, p, e2 - p); in executable_exists()
1344 long_u tmplen; in selection_get_cb() local1371 motion_type = clip_convert_selection(&string, &tmplen, cbd); in selection_get_cb()1377 length = MIN(tmplen, (long_u)(G_MAXINT - 1)); in selection_get_cb()