Searched refs:esclen (Results 1 – 3 of 3) sorted by relevance
86 size_t esclen = strlen(esc); in shell_unquote() local89 if (esclen > 0 && strncmp(str, esc, esclen) == 0) in shell_unquote()90 str += esclen; in shell_unquote()154 size_t esclen = strlen(esc); in shell_quoten() local169 if (esclen == 0) in shell_quoten()184 len += esclen; in shell_quoten()222 np += esclen; in shell_quoten()
70 size_t esclen = strlen(esc); in init_textlist() local81 } else if (esclen > 0 && s + esclen < tlist->endstring && in init_textlist()82 strncmp(s, esc, esclen) == 0) in init_textlist()85 s += esclen - 1; in init_textlist()
1017 size_t esclen = strlen(esc); in delimit_word() local1069 } else if (esclen > 0 && p + esclen < cp && in delimit_word()1070 strncmp(p, esc, esclen) == 0) in delimit_word()1073 p += esclen - 1; in delimit_word()