HomeSort by: relevance | last modified time | path
    Searched refs:npath (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
path.c 32 const char *npath = strchr(path, ':'); local
34 if (npath) {
35 plen = npath - path;
36 npath++;
61 path = npath;
  /xsrc/external/mit/fontconfig/dist/src/
fccfg.c 2411 int npath; local
2414 npath = 2; /* default dir + null */
2419 npath++;
2422 npath++;
2424 path = calloc (npath, sizeof (FcChar8 *));

Completed in 20 milliseconds