Home
last modified time | relevance | path

Searched refs:lnkbuf (Results 1 – 5 of 5) sorted by relevance

/dports/chinese/qe/qe-0.1.1/src/
H A Ddirbuffer.cc289 char lnkbuf[128]; in refreshdir() local
291 readlink(fptr->filename.getString(), lnkbuf, 127); in refreshdir()
292 lnkbuf[minimum(127, fptr->size)] = '\0'; in refreshdir()
295 lnkbuf); in refreshdir()
/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A DGURL.cpp1505 char lnkbuf[MAXPATHLEN+1]; in follow_symlinks() local
1509 ((lnklen = readlink(ret.NativeFilename(),lnkbuf,sizeof(lnkbuf))) > 0) ) in follow_symlinks()
1511 lnkbuf[lnklen] = 0; in follow_symlinks()
1512 GNativeString lnk(lnkbuf); in follow_symlinks()
/dports/graphics/djview4/djview4-4.12/nsdejavu/
H A Dnsdejavu.c596 char lnkbuf[MAXPATHLEN+1]; in follow_symlinks() local
597 while ((lnklen = readlink(ret, lnkbuf, sizeof(lnkbuf))) > 0) in follow_symlinks()
599 lnkbuf[lnklen] = 0; in follow_symlinks()
600 if (lnkbuf[0] != '/') in follow_symlinks()
601 ret = strconcat(pool, dirname(pool, ret), "/", lnkbuf, 0); in follow_symlinks()
603 ret = lnkbuf; in follow_symlinks()
/dports/sysutils/psmisc/psmisc-22.16/src/
H A Dfuser.c2019 char lnkbuf[PATH_MAX+1]; in expandpath() local
2040 if ((n = readlink(curr, lnkbuf, PATH_MAX)) < 0) { in expandpath()
2046 lnkbuf[n] = '\0'; /* Don't be fooled by readlink(2) */ in expandpath()
2055 path = end = memcpy(tmpbuf, lnkbuf, n); in expandpath()
2057 if (lnkbuf[0] == '/') in expandpath()
/dports/net/olsrd/olsrd-0.9.8/src/
H A Dgateway.c2237 struct lqtextbuffer lnkbuf; in writeProgramStatusFile() local
2249 get_linkcost_text(egress_if->bwCurrent.path_cost, true, &lnkbuf), // PathCost in writeProgramStatusFile()
2262 struct lqtextbuffer lnkbuf; in writeProgramStatusFile() local
2293 get_linkcost_text(!tc ? ROUTE_COST_BROKEN : tc->path_cost, true, &lnkbuf), // PathCost in writeProgramStatusFile()