Searched refs:keylen (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | getservent.c | 149 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/ |
D | logmerge.py | 100 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/ |
D | smtpd.py | 216 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/ |
D | stringobject.c | 4281 Py_ssize_t keylen; in PyString_Format() local 4301 keylen = fmt - keystart - 1; in PyString_Format() 4308 keylen); in PyString_Format()
|
D | unicodeobject.c | 8308 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/ |
D | stringobject.c | 4301 Py_ssize_t keylen; in PyString_Format() local 4321 keylen = fmt - keystart - 1; in PyString_Format() 4328 keylen); in PyString_Format()
|
D | unicodeobject.c | 8412 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/ |
D | EDKII_openssl-1.0.2j.patch | 731 *keylen = ret;
|