Home
last modified time | relevance | path

Searched refs:term_len (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.c234 int slen, term_len, i; in strdup_with_null() local
238 term_len = ONIGENC_MBC_MINLEN(enc); in strdup_with_null()
240 r = (UChar* )xmalloc(slen + term_len); in strdup_with_null()
244 for (i = 0; i < term_len; i++) in strdup_with_null()