Home | History | Annotate | Download | only in hdt

Lines Matching refs:CLI_SPACE

351 	while (pch_next != NULL && !strncmp(pch_next, CLI_SPACE, 1))
391 pch = strtok(line + args_pos, CLI_SPACE);
397 pch = strtok(NULL, CLI_SPACE);
399 * strtok(NULL, CLI_SPACE) over a stream of spaces
403 pch = strtok(NULL, CLI_SPACE);