Searched refs:cwdlen (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2acl.c239 static U_INT cwdlen; local
253 cwdlen = sizeof(cwd) - 3;
254 DosQueryCurrentDir(0, cwd + 3, &cwdlen);
255 cwdlen = strlen(cwd);
271 if (cwd[cwdlen - 1] != '\\' && cwd[cwdlen - 1] != '/')
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dos2acl.c239 static U_INT cwdlen; local
253 cwdlen = sizeof(cwd) - 3;
254 DosQueryCurrentDir(0, cwd + 3, &cwdlen);
255 cwdlen = strlen(cwd);
271 if (cwd[cwdlen - 1] != '\\' && cwd[cwdlen - 1] != '/')
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dunls.c600 size_t cwdlen; local
609 cwdlen = 0;
662 cwdlen = strlen(cip->buf);
664 /* In root directory (cwdlen == 1), paths
667 if (cwdlen > 1) {
668 if (memcmp(cp, cip->buf, cwdlen) == 0) {
670 cp += cwdlen;
731 cwdlen = strlen(cip->buf);
733 if (cwdlen == 1) {
739 if (memcmp(cp, cip->buf, cwdlen)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dsession.h39 int cwdlen; member in struct:perf_session

Completed in 76 milliseconds