Home
last modified time | relevance | path

Searched refs:keylen (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetservent.c149 static int keylen; local
162 if ((rv = yp_first(yp_domain, "services.byname", &key, &keylen,
170 rv = yp_next(yp_domain, "services.byname", key, keylen, &key,
171 &keylen, &result, &resultlen);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dlogmerge.py100 keylen = len(key)
102 if line[:keylen] == key:
103 working_file = line[keylen:].strip()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsmtpd.py216 keylen = len(keyword)
217 if arg[:keylen].upper() == keyword:
218 address = arg[keylen:].strip()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstringobject.c4281 Py_ssize_t keylen; in PyString_Format() local
4301 keylen = fmt - keystart - 1; in PyString_Format()
4308 keylen); in PyString_Format()
Dunicodeobject.c8308 Py_ssize_t keylen; in PyUnicode_Format() local
8328 keylen = fmt - keystart - 1; in PyUnicode_Format()
8340 keylen, in PyUnicode_Format()
8343 key = PyUnicode_FromUnicode(keystart, keylen); in PyUnicode_Format()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstringobject.c4301 Py_ssize_t keylen; in PyString_Format() local
4321 keylen = fmt - keystart - 1; in PyString_Format()
4328 keylen); in PyString_Format()
Dunicodeobject.c8412 Py_ssize_t keylen; in PyUnicode_Format() local
8432 keylen = fmt - keystart - 1; in PyUnicode_Format()
8444 keylen, in PyUnicode_Format()
8447 key = PyUnicode_FromUnicode(keystart, keylen); in PyUnicode_Format()
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
DEDKII_openssl-1.0.2j.patch731 *keylen = ret;