Home
last modified time | relevance | path

Searched refs:baselen (Results 1 - 5 of 5) sorted by relevance

/third_party/libfuse/lib/modules/
H A Dsubdir.c20 size_t baselen; member
35 unsigned newlen = d->baselen + strlen(path); in subdir_addpath()
44 strcpy(newpath + d->baselen, path); in subdir_addpath()
117 if (l - buf < (long) d->baselen) in transform_symlink()
676 d->baselen = strlen(d->base); in subdir_new()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_ncons.c807 int hostlen, baselen, i;
812 baselen = base->length;
817 if (!((baselen == 8) || (baselen == 32)))
821 if (hostlen * 2 != baselen)
/third_party/openssl/crypto/x509/
H A Dv3_ncons.c807 int hostlen, baselen, i;
812 baselen = base->length;
817 if (!((baselen == 8) || (baselen == 32)))
821 if (hostlen * 2 != baselen)
/third_party/python/Lib/encodings/
H A Dpunycode.py106 def generate_integers(baselen, deltas):
114 bias = adapt(delta, points==0, baselen+points+1)
/third_party/pcre2/pcre2/src/
H A Dpcre2grep.c3951 int baselen = (int)(opbra - op->long_name); in main() local
3956 if ((ret = snprintf(buff1, sizeof(buff1), "%.*s", baselen, op->long_name), in main()
3959 fulllen - baselen - 2, opbra + 1), in main()

Completed in 9 milliseconds