HomeSort by relevance Sort by last modified time
    Searched refs:CLI_SPACE (Results 1 - 2 of 2) sorted by null

  /external/syslinux/com32/hdt/
hdt-cli.h 39 #define CLI_SPACE " "
hdt-cli.c 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);
    [all...]

Completed in 63 milliseconds