Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt123 posix_constants_pathconf
/external/python/cpython2/Modules/
Dposixmodule.c7722 static struct constdef posix_constants_pathconf[] = { variable
7779 return conv_confname(arg, valuep, posix_constants_pathconf, in conv_path_confname()
7780 sizeof(posix_constants_pathconf) in conv_path_confname()
8620 if (setup_confname_table(posix_constants_pathconf, in setup_confname_tables()
8621 sizeof(posix_constants_pathconf) in setup_confname_tables()
/external/python/cpython3/Modules/
Dposixmodule.c9761 static struct constdef posix_constants_pathconf[] = { variable
9851 return conv_confname(arg, valuep, posix_constants_pathconf, in conv_path_confname()
9852 sizeof(posix_constants_pathconf) in conv_path_confname()
10712 if (setup_confname_table(posix_constants_pathconf, in setup_confname_tables()
10713 sizeof(posix_constants_pathconf) in setup_confname_tables()