Home
last modified time | relevance | path

Searched defs:oname (Results 1 – 24 of 24) 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/Objects/
Dobject.c849 PyObject *oname = _PyUnicode_FromId(name); /* borrowed */ in _PyObject_GetAttrId() local
860 PyObject *oname = _PyUnicode_FromId(name); /* borrowed */ in _PyObject_HasAttrId() local
871 PyObject *oname = _PyUnicode_FromId(name); /* borrowed */ in _PyObject_SetAttrId() local
955 PyObject *oname = _PyUnicode_FromId(name); /* borrowed */ in _PyObject_LookupAttrId() local
Dcall.c868 PyObject *oname = _PyUnicode_FromId(name); /* borrowed */ in _PyObject_CallMethodIdObjArgs() local
Dtypeobject.c3282 PyObject *oname; in _PyType_LookupId() local
/external/python/cpython3/Include/cpython/
Dabstract.h233 PyObject *oname = _PyUnicode_FromId(name); /* borrowed */ in _PyObject_VectorcallMethodId() local
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCodeMangler.java283 String oname; in process() local
/external/openssh/
Dssh-keyscan.c384 conalloc(char *iname, char *oname, int keytype) in conalloc()
/external/libpng/contrib/tools/
Dpngcp.c314 # define VL(oname, name, type, search)\ argument
316 # define VLO(oname, name, search) VL(oname, name, OPTION, search) argument
/external/guice/extensions/persist/lib/
Dognl-2.6.7.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/ASTAdd.class ASTAdd ...
Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/ ...
/external/guice/extensions/struts2/lib/
Dognl-3.0.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/enhance/ ognl/ ...
Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0. ...
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h3405 PyObject *oname = NULL; in os_initgroups() local
3456 PyObject *oname = NULL; in os_initgroups() local
/external/python/cpython3/Modules/
Dsocketmodule.c6859 PyObject *oname; local
Dposixmodule.c7539 os_initgroups_impl(PyObject *module, PyObject *oname, int gid) in os_initgroups_impl()