Searched refs:constdef (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
H A Dedk2module.c5745 struct constdef { struct
5752 conv_confname(PyObject *arg, int *valuep, struct constdef *table,
5788 static struct constdef posix_constants_pathconf[] = {
5847 / sizeof(struct constdef));
5913 static struct constdef posix_constants_confstr[] = {
6065 / sizeof(struct constdef));
6109 static struct constdef posix_constants_sysconf[] = {
6609 / sizeof(struct constdef));
6651 const struct constdef *c1 =
6652 (const struct constdef *) v
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dposixmodule.c7402 struct constdef { struct
7408 conv_confname(PyObject *arg, int *valuep, struct constdef *table,
7444 static struct constdef posix_constants_pathconf[] = {
7503 / sizeof(struct constdef));
7569 static struct constdef posix_constants_confstr[] = {
7721 / sizeof(struct constdef));
7765 static struct constdef posix_constants_sysconf[] = {
8265 / sizeof(struct constdef));
8306 const struct constdef *c1 =
8307 (const struct constdef *) v
[all...]

Completed in 79 milliseconds