Searched refs:esclen (Results 1 – 3 of 3) sorted by relevance
58 int esclen = strlen(esc); in shell_unquote() local60 if (esclen > 0 && strncmp(str, esc, esclen) == 0) in shell_unquote()61 str += esclen; in shell_unquote()128 int esclen = strlen(esc); in shell_quote() local141 if (esclen == 0) { in shell_quote()154 len += esclen; in shell_quote()179 r += esclen; in shell_quote()
53 int esclen = strlen(esc); in init_textlist() local60 } else if (esclen > 0 && s + esclen < tlist->endstring && in init_textlist()61 strncmp(s, esc, esclen) == 0) { in init_textlist()63 s += esclen - 1; in init_textlist()
841 int esclen = strlen(esc); in delimit_word() local873 } else if (esclen > 0 && p + esclen < cp && in delimit_word()874 strncmp(p, esc, esclen) == 0) { in delimit_word()876 p += esclen - 1; in delimit_word()