Home
last modified time | relevance | path

Searched refs:tgtlen (Results 1 – 25 of 25) sorted by relevance

/dports/devel/publib/publib-0.40/fname/
H A Dfnpathfind.c53 size_t tgtlen; /* length of the tgt */ in fnpathfind() local
60 tgtlen = strlen(tgt); in fnpathfind()
77 fullsize = dirlen + (dirlen ? 0 : 1) + tgtlen + 1; in fnpathfind()
/dports/www/mod_webauth/webauth-4.7.0/tests/lib/
H A Dkrb5-t.c184 size_t salen, tgtlen, ticketlen; in main() local
255 s = webauth_krb5_export_cred(ctx, kc, NULL, &tgt, &tgtlen, &expiration); in main()
266 tmp = bmalloc(tgtlen); in main()
267 memcpy(tmp, tgt, tgtlen); in main()
283 s = webauth_krb5_import_cred(ctx, kc, tgt, tgtlen, NULL); in main()
342 s = webauth_krb5_export_cred(ctx, kc, NULL, &tgt, &tgtlen, NULL); in main()
/dports/lang/racket/racket-8.3/share/pkgs/readline-lib/readline/
H A Dpread.rkt208 (define tgtlen (bytes-length tgt))
210 (cond [(< tgtlen left) ; not enough target space
211 (let ([end (+ skip tgtlen)])
214 tgtlen)]
215 [(= tgtlen left) ; enough room for text but no newline
/dports/x11-wm/compton/compton-b7f43ee/src/
H A Dc2.c281 unsigned tgtlen = 0; in c2_parse_target() local
284 ++tgtlen; in c2_parse_target()
286 if (!tgtlen) in c2_parse_target()
288 pleaf->tgt = mstrncpy(&pattern[offset - tgtlen], tgtlen); in c2_parse_target()
/dports/x11-wm/picom/picom-8.2/src/
H A Dc2.c580 int tgtlen = 0; in c2_parse_target() local
583 ++tgtlen; in c2_parse_target()
585 if (!tgtlen) { in c2_parse_target()
588 pleaf->tgt = strndup(&pattern[offset - tgtlen], (size_t)tgtlen); in c2_parse_target()
/dports/devel/git-svn/git-2.34.1/
H A Dapply.c2575 size_t tgtlen = img->line[current_lno + i].len; in match_fragment() local
2584 strbuf_init(&tgtfix, tgtlen); in match_fragment()
2585 ws_fix_copy(&tgtfix, target, tgtlen, ws_rule, NULL); in match_fragment()
2610 target += tgtlen; in match_fragment()
/dports/devel/git-p4/git-2.34.1/
H A Dapply.c2575 size_t tgtlen = img->line[current_lno + i].len; in match_fragment() local
2584 strbuf_init(&tgtfix, tgtlen); in match_fragment()
2585 ws_fix_copy(&tgtfix, target, tgtlen, ws_rule, NULL); in match_fragment()
2610 target += tgtlen; in match_fragment()
/dports/devel/git/git-2.34.1/
H A Dapply.c2575 size_t tgtlen = img->line[current_lno + i].len; in match_fragment() local
2584 strbuf_init(&tgtfix, tgtlen); in match_fragment()
2585 ws_fix_copy(&tgtfix, target, tgtlen, ws_rule, NULL); in match_fragment()
2610 target += tgtlen; in match_fragment()
/dports/devel/git-gui/git-2.34.1/
H A Dapply.c2575 size_t tgtlen = img->line[current_lno + i].len; in match_fragment() local
2584 strbuf_init(&tgtfix, tgtlen); in match_fragment()
2585 ws_fix_copy(&tgtfix, target, tgtlen, ws_rule, NULL); in match_fragment()
2610 target += tgtlen; in match_fragment()
/dports/devel/git-cvs/git-2.34.1/
H A Dapply.c2575 size_t tgtlen = img->line[current_lno + i].len; in match_fragment() local
2584 strbuf_init(&tgtfix, tgtlen); in match_fragment()
2585 ws_fix_copy(&tgtfix, target, tgtlen, ws_rule, NULL); in match_fragment()
2610 target += tgtlen; in match_fragment()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dapply.c2575 size_t tgtlen = img->line[current_lno + i].len; in match_fragment() local
2584 strbuf_init(&tgtfix, tgtlen); in match_fragment()
2585 ws_fix_copy(&tgtfix, target, tgtlen, ws_rule, NULL); in match_fragment()
2610 target += tgtlen; in match_fragment()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_itertools.py1208 tgtlen = len(s) * 3
1210 actual = list(islice(cycle(g(s)), tgtlen))
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_itertools.py1378 tgtlen = len(s) * 3
1380 actual = list(islice(cycle(g(s)), tgtlen))
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_itertools.py1378 tgtlen = len(s) * 3
1380 actual = list(islice(cycle(g(s)), tgtlen))
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_itertools.py1974 tgtlen = len(s) * 3
1976 actual = list(islice(cycle(g(s)), tgtlen))
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_itertools.py1974 tgtlen = len(s) * 3
1976 actual = list(islice(cycle(g(s)), tgtlen))
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_itertools.py1998 tgtlen = len(s) * 3
2000 actual = list(islice(cycle(g(s)), tgtlen))
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_itertools.py1909 tgtlen = len(s) * 3
1911 actual = list(islice(cycle(g(s)), tgtlen))
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_itertools.py1974 tgtlen = len(s) * 3
1976 actual = list(islice(cycle(g(s)), tgtlen))
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_itertools.py1975 tgtlen = len(s) * 3
1977 actual = list(islice(cycle(g(s)), tgtlen))
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_itertools.py1974 tgtlen = len(s) * 3
1976 actual = list(islice(cycle(g(s)), tgtlen))
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_itertools.py1999 tgtlen = len(s) * 3
2001 actual = list(islice(cycle(g(s)), tgtlen))
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_itertools.py1974 tgtlen = len(s) * 3
1976 actual = list(islice(cycle(g(s)), tgtlen))
/dports/audio/xmcd/xmcd-3.3.2/cda_d/
H A Dcda.c519 cda_mkfname(curstat_t *s, int trkidx, char *tgt, char *tmpl, int tgtlen) in cda_mkfname() argument
536 if ((remain = (tgtlen - len)) <= 0) in cda_mkfname()
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Dcdfunc.c2026 cd_mkfname(curstat_t *s, int trkidx, char *tgt, char *tmpl, int tgtlen) in cd_mkfname() argument
2046 if ((remain = (tgtlen - len)) <= 0) in cd_mkfname()