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

  /src/external/bsd/jemalloc.old/dist/src/
ctl.c 1467 const char *elm, *tdot, *dot; local
1473 dot = ((tdot = strchr(elm, '.')) != NULL) ? tdot : strchr(elm, '\0');
1540 dot = ((tdot = strchr(elm, '.')) != NULL) ? tdot :
  /src/external/bsd/jemalloc/dist/src/
ctl.c 1495 const char *elm, *tdot, *dot; local
1501 dot = ((tdot = strchr(elm, '.')) != NULL) ? tdot : strchr(elm, '\0');
1568 dot = ((tdot = strchr(elm, '.')) != NULL) ? tdot

Completed in 22 milliseconds