Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c6082 int word_len; in expand_on_ifs() local
6086 word_len = strcspn(str, G.ifs); in expand_on_ifs()
6087 if (word_len) { in expand_on_ifs()
6090 o_addblock(output, str, word_len); in expand_on_ifs()
6096 o_addblock_duplicate_backslash(output, str, word_len); in expand_on_ifs()
6102 str += word_len; in expand_on_ifs()