Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c7680 struct constdef { struct
7686 conv_confname(PyObject *arg, int *valuep, struct constdef *table, in conv_confname() argument
7722 static struct constdef posix_constants_pathconf[] = {
7781 / sizeof(struct constdef)); in conv_path_confname()
7847 static struct constdef posix_constants_confstr[] = {
7999 / sizeof(struct constdef)); in conv_confstr_confname()
8043 static struct constdef posix_constants_sysconf[] = {
8543 / sizeof(struct constdef)); in conv_sysconf_confname()
8584 const struct constdef *c1 = in cmp_constdefs()
8585 (const struct constdef *) v1; in cmp_constdefs()
[all …]
/external/python/cpython3/Modules/
Dposixmodule.c9711 struct constdef { struct
9717 conv_confname(PyObject *arg, int *valuep, struct constdef *table, in conv_confname() argument
9761 static struct constdef posix_constants_pathconf[] = {
9853 / sizeof(struct constdef)); in conv_path_confname()
9926 static struct constdef posix_constants_confstr[] = {
10084 / sizeof(struct constdef)); in conv_confstr_confname()
10135 static struct constdef posix_constants_sysconf[] = {
10635 / sizeof(struct constdef)); in conv_sysconf_confname()
10675 const struct constdef *c1 = in cmp_constdefs()
10676 (const struct constdef *) v1; in cmp_constdefs()
[all …]