Searched refs:empty_string (Results 1 – 6 of 6) sorted by relevance
| /dflybsd-src/contrib/gdb-7/gdb/python/ |
| H A D | py-prettyprint.c | 406 PyObject *empty_string, *null_tuple, *globals; in push_dummy_python_frame() local 411 empty_string = PyString_FromString (""); in push_dummy_python_frame() 412 if (!empty_string) in push_dummy_python_frame() 418 Py_DECREF (empty_string); in push_dummy_python_frame() 426 empty_string, /* code */ in push_dummy_python_frame() 434 empty_string, /* filename */ in push_dummy_python_frame() 435 empty_string, /* name */ in push_dummy_python_frame() 437 empty_string /* lnotab */ in push_dummy_python_frame() 440 Py_DECREF (empty_string); in push_dummy_python_frame()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | stringpool.c | 39 const char empty_string[] = ""; variable 91 return empty_string; in ggc_alloc_string_stat()
|
| H A D | ggc.h | 30 extern const char empty_string[]; /* empty string */
|
| H A D | stmt.c | 871 empty_string, 0, argvec, constraintvec, in expand_asm_operands()
|
| H A D | optabs.c | 7592 asm_op = gen_rtx_ASM_OPERANDS (VOIDmode, empty_string, empty_string, 0, in expand_asm_memory_barrier()
|
| /dflybsd-src/sys/bus/cam/scsi/ |
| H A D | scsi_all.c | 681 const char empty_string[] = ""; variable 684 asc, ascq, action, empty_string
|