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

  /external/curl/src/
tool_urlglob.c 79 static CURLcode glob_set(URLGlob *glob, char **patternp,
89 char *pattern = *patternp;
169 *patternp = pattern; /* return with the new position */
173 static CURLcode glob_range(URLGlob *glob, char **patternp,
185 char *pattern = *patternp;
220 *posp += (pattern - *patternp);
298 *posp += (pattern - *patternp);
320 *patternp = pattern;
  /toolchain/binutils/binutils-2.27/gas/config/
tc-ns32k.c 809 const char *patternP, *strP;
822 patternP = optionP[i].pattern;
827 if (*(strP++) != *(patternP++))
    [all...]

Completed in 189 milliseconds