Home
last modified time | relevance | path

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

/external/blktrace/btt/
Dmisc.c37 char *oname; member
112 void add_file(FILE *fp, char *oname) in add_file()
Daqd.c34 char *oname; in aqd_alloc() local
Dlatency.c36 char oname[tlen]; in latency_open() local
Dbno_dump.c30 char *oname; in bno_dump_open() local
Dunplug_hist.c71 char *oname = malloc(tlen); in unplug_hist_free() local
Dplat.c32 char *oname; in plat_alloc() local
Dseek.c48 char *oname; in seek_open() local
220 char *oname; in seeki_alloc() local
/external/zstd/examples/
Dsimple_compression.c17 static void compress_orDie(const char* fname, const char* oname) in compress_orDie()
Ddictionary_compression.c30 static void compress(const char* fname, const char* oname, const ZSTD_CDict* cdict) in compress()
Dmultiple_simple_compression.c66 static void compressFile_orDie(resources ress, const char* fname, const char* oname) in compressFile_orDie()
/external/python/cpython3/Include/cpython/
Dabstract.h229 PyObject *oname = _PyUnicode_FromId(name); /* borrowed */ in _PyObject_VectorcallMethodId() local
/external/python/cpython3/Objects/
Dobject.c869 PyObject *oname = _PyUnicode_FromId(name); /* borrowed */ in _PyObject_GetAttrId() local
880 PyObject *oname = _PyUnicode_FromId(name); /* borrowed */ in _PyObject_SetAttrId() local
1005 PyObject *oname = _PyUnicode_FromId(name); /* borrowed */ in _PyObject_LookupAttrId() local
Dcall.c811 PyObject *oname = _PyUnicode_FromId(name); /* borrowed */ in _PyObject_CallMethodIdObjArgs() local
Dtypeobject.c3858 PyObject *oname; in _PyType_LookupId() local
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCodeMangler.java283 String oname; in process() local
/external/libpng/contrib/tools/
Dpngcp.c317 # define VL(oname, name, type, search)\ argument
319 # define VLO(oname, name, search) VL(oname, name, OPTION, search) argument
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h3339 PyObject *oname = NULL; in os_initgroups() local
3385 PyObject *oname = NULL; in os_initgroups() local
/external/python/cpython3/Modules/
Dsocketmodule.c6788 PyObject *oname; local
Dposixmodule.c7673 os_initgroups_impl(PyObject *module, PyObject *oname, int gid) in os_initgroups_impl()