Home
last modified time | relevance | path

Searched refs:case_ok (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c1196 static int case_ok(char *, Py_ssize_t, Py_ssize_t, char *);
1401 case_ok(buf, len, namelen, name)) { /* case matches */ in find_module()
1422 case_ok(buf, len, namelen, name)) { in find_module()
1482 if (case_ok(buf, len, namelen, name)) in find_module()
1581 case_ok(char *buf, Py_ssize_t len, Py_ssize_t namelen, char *name) in find_module()
1740 if (case_ok(buf, in find_module()
1751 if (case_ok(buf, in find_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dimport.c1196 static int case_ok(char *, Py_ssize_t, Py_ssize_t, char *);
1401 case_ok(buf, len, namelen, name)) { /* case matches */ in find_module()
1422 case_ok(buf, len, namelen, name)) { in find_module()
1482 if (case_ok(buf, len, namelen, name)) in find_module()
1581 case_ok(char *buf, Py_ssize_t len, Py_ssize_t namelen, char *name) in find_module()
1740 if (case_ok(buf, in find_module()
1751 if (case_ok(buf, in find_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dimport.c1291 static int case_ok(char *, Py_ssize_t, Py_ssize_t, char *);
1502 case_ok(buf, len, namelen, name)) { /* case matches */ in find_module()
1562 if (case_ok(buf, len, namelen, name)) in find_module()
1666 case_ok(char *buf, Py_ssize_t len, Py_ssize_t namelen, char *name) in case_ok() function
1825 if (case_ok(buf, in find_init_module()
1836 if (case_ok(buf, in find_init_module()