Searched refs:linkLength (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libtksh/src/
H A Dfilecmd.c246 int linkLength; local
262 linkLength = -1;
265 linkLength = readlink(fileName, linkValue, sizeof(linkValue) - 1);
267 if (linkLength == -1) {
273 linkValue[linkLength] = 0;
/ast/src/lib/libtksh/tcl/
H A DtclCmdAH.c881 int linkLength;
897 linkLength = -1;
900 linkLength = readlink(fileName, linkValue, sizeof(linkValue) - 1);
902 if (linkLength == -1) {
908 linkValue[linkLength] = 0;
870 int linkLength; local

Completed in 10 milliseconds