Home
last modified time | relevance | path

Searched defs:argument_name (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Modules/
Dposixmodule.c1091 const char *argument_name; member
1107 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument
1110 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument
1371 argument_unavailable_error(const char *function_name, const char *argument_name) in argument_unavailable_error()