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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lbaselib.c 46 #define SPACECHARS " \f\n\r\t\v"
65 s += strspn(s, SPACECHARS); /* skip initial spaces */
77 s += strspn(s, SPACECHARS); /* skip trailing spaces */
  /external/syslinux/com32/lua/src/
lbaselib.c 46 #define SPACECHARS " \f\n\r\t\v"
65 s += strspn(s, SPACECHARS); /* skip initial spaces */
77 s += strspn(s, SPACECHARS); /* skip trailing spaces */

Completed in 161 milliseconds