Searched defs:o_name (Results 1 - 2 of 2) sorted by last modified time

/external/python/cpython2/Objects/
H A Dfileobject.c472 PyObject *o_name; local
477 o_name = PyString_FromString(name);
478 if (o_name == NULL) {
484 if (fill_file_fields(f, fp, o_name, mode, close) == NULL) {
486 Py_DECREF(o_name);
489 Py_DECREF(o_name);
2411 PyObject *o_name; local
2421 kwlist, &o_name, &mode,
2425 if (fill_file_fields(foself, NULL, o_name, mode,
/external/libnl/include/netlink/genl/
H A Dmngt.h120 * .o_name = "foo",
141 char * o_name; member in struct:genl_ops

Completed in 148 milliseconds