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

  /src/libexec/ftpd/
cmds.c 804 char realfile[MAXPATHLEN]; local
818 if (realpath(fe->display, realfile) != NULL)
821 cprintf(fp, " %s\r\n", userf ? realfile : fe->display);
  /src/external/gpl2/diffutils/dist/src/
diff3.c 1384 int realfile = mapping[i];
1385 lin lowt = D_LOWLINE (ptr, realfile);
1386 lin hight = D_HIGHLINE (ptr, realfile);
1412 cp = D_RELNUM (ptr, realfile, line);
1413 length = D_RELLEN (ptr, realfile, line);
1380 int realfile = mapping[i]; local
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 1484 int realfile = mapping[i];
1486 lowt = D_LOWLINE (ptr, realfile),
1487 hight = D_HIGHLINE (ptr, realfile);
1511 cp = D_RELNUM (ptr, realfile, line);
1512 length = D_RELLEN (ptr, realfile, line);
1480 int realfile = mapping[i]; local

Completed in 16 milliseconds