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

  /external/curl/src/
tool_parsecfg.c 41 #define ISSEP(x,dash) (!dash && (((x) == '=') || ((x) == ':')))
157 while(*line && !ISSPACE(*line) && !ISSEP(*line, dashed_option))
169 while(*line && (ISSPACE(*line) || ISSEP(*line, dashed_option)))
  /toolchain/binutils/binutils-2.25/gas/
macro.c 34 #define ISSEP(x) \
372 while (!ISSEP (in->ptr[idx]))
1078 && !ISSEP (in->ptr[scan])

Completed in 235 milliseconds