Home
last modified time | relevance | path

Searched refs:matchlen (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/usr.bin/rsync/
Drmatch.c223 size_t matchlen; in matchsub() local
226 for (matchlen = 0; *p != '\0'; matchlen++) { in matchsub()
233 if (string > end - matchlen) in matchsub()
235 string = end - matchlen; in matchsub()
248 if (string > end - matchlen) in matchsub()
254 string = end - matchlen; in matchsub()
281 if (string > end - matchlen) in matchsub()
/openbsd/src/lib/libc/gen/
Dfnmatch.c297 int matchlen = 0; in fnmatch() local
378 for (matchptr = pattern, matchlen = 0; 1; ++matchlen) { in fnmatch()
389 if (string + matchlen > strendseg) in fnmatch()
392 string = strendseg - matchlen; in fnmatch()
404 if (string + matchlen > strendseg) in fnmatch()
462 if (string + matchlen > strendseg) in fnmatch()
/openbsd/src/usr.bin/xargs/
Dstrnsubst.c34 size_t matchlen, s2len; in strnsubst() local
52 matchlen = strlen(match); in strnsubst()
58 if (n < 0 || n + s2len + strlen(this + matchlen) >= maxsize) in strnsubst()
61 s1 = this + matchlen; in strnsubst()
/openbsd/src/usr.bin/ftp/
Dcomplete.c77 size_t matchlen, wordlen; in complete_ambiguous() local
94 matchlen = strlen(lastmatch); in complete_ambiguous()
99 if (j < matchlen) in complete_ambiguous()
100 matchlen = j; in complete_ambiguous()
102 if (matchlen > wordlen) { in complete_ambiguous()
104 lastmatch + wordlen, matchlen - wordlen); in complete_ambiguous()
/openbsd/src/usr.bin/ssh/
Dsftp.c1850 u_int y, matchlen = strlen(list[0]); in complete_ambiguous() local
1856 for (x = 0; x < matchlen; x++) in complete_ambiguous()
1860 matchlen = x; in complete_ambiguous()
1863 if (matchlen > strlen(word)) { in complete_ambiguous()
1866 tmp[matchlen] = '\0'; in complete_ambiguous()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
Dp784.C869 int& matchlen, int startpos = 0) const;