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

  /external/syslinux/core/fs/lib/
mangle.c 22 while (not_whitespace(*src)) {
  /external/syslinux/core/include/
fs.h 147 static inline bool not_whitespace(char c) function
  /external/syslinux/core/fs/pxe/
pxe.c 140 while (len-- && not_whitespace(*src))
  /external/syslinux/com32/elflink/ldlinux/
readconfig.c 1253 while (len-- && not_whitespace(*filename))
1266 while (len-- && not_whitespace(*filename))
    [all...]
  /external/syslinux/core/fs/fat/
fat.c 246 while (not_whitespace(c = *src)) {

Completed in 96 milliseconds