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

  /src/external/bsd/tradcpp/dist/
files.c 323 bool needslash = false; local
332 needslash = true;
335 rlen = dlen + (needslash ? 1 : 0) + flen;
338 if (needslash) {
  /src/external/gpl2/dtc/dist/
util.c 90 int needslash = 1; local
95 needslash = 0;
101 if (needslash) {
  /src/external/bsd/atf/dist/atf-c/detail/
fs.c 470 const bool needslash = auxstr[0] != '/'; local
473 needslash ? "/" : "", auxstr);

Completed in 23 milliseconds