Home
last modified time | relevance | path

Searched refs:str_obj (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/databases/py-sqlite3/Python-3.8.12/Objects/stringlib/
H A Dsplit.h76 Py_INCREF(str_obj); in STRINGLIB()
102 STRINGLIB(split_char)(PyObject* str_obj, in STRINGLIB()
128 Py_INCREF(str_obj); in STRINGLIB()
145 STRINGLIB(split)(PyObject* str_obj, in STRINGLIB()
176 Py_INCREF(str_obj); in STRINGLIB()
215 Py_INCREF(str_obj); in STRINGLIB()
243 STRINGLIB(rsplit_char)(PyObject* str_obj, in STRINGLIB()
268 Py_INCREF(str_obj); in STRINGLIB()
287 STRINGLIB(rsplit)(PyObject* str_obj, in STRINGLIB()
317 Py_INCREF(str_obj); in STRINGLIB()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Objects/stringlib/
H A Dsplit.h76 Py_INCREF(str_obj); in STRINGLIB()
102 STRINGLIB(split_char)(PyObject* str_obj, in STRINGLIB()
128 Py_INCREF(str_obj); in STRINGLIB()
145 STRINGLIB(split)(PyObject* str_obj, in STRINGLIB()
176 Py_INCREF(str_obj); in STRINGLIB()
215 Py_INCREF(str_obj); in STRINGLIB()
243 STRINGLIB(rsplit_char)(PyObject* str_obj, in STRINGLIB()
268 Py_INCREF(str_obj); in STRINGLIB()
287 STRINGLIB(rsplit)(PyObject* str_obj, in STRINGLIB()
317 Py_INCREF(str_obj); in STRINGLIB()
[all …]
/dports/lang/python-tools/Python-3.8.12/Objects/stringlib/
H A Dsplit.h76 Py_INCREF(str_obj); in STRINGLIB()
102 STRINGLIB(split_char)(PyObject* str_obj, in STRINGLIB()
128 Py_INCREF(str_obj); in STRINGLIB()
145 STRINGLIB(split)(PyObject* str_obj, in STRINGLIB()
176 Py_INCREF(str_obj); in STRINGLIB()
215 Py_INCREF(str_obj); in STRINGLIB()
243 STRINGLIB(rsplit_char)(PyObject* str_obj, in STRINGLIB()
268 Py_INCREF(str_obj); in STRINGLIB()
287 STRINGLIB(rsplit)(PyObject* str_obj, in STRINGLIB()
317 Py_INCREF(str_obj); in STRINGLIB()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Objects/stringlib/
H A Dsplit.h79 Py_INCREF(str_obj); in stringlib_split_whitespace()
105 stringlib_split_char(PyObject* str_obj, in stringlib_split_char() argument
131 Py_INCREF(str_obj); in stringlib_split_char()
148 stringlib_split(PyObject* str_obj, in stringlib_split() argument
179 Py_INCREF(str_obj); in stringlib_split()
218 Py_INCREF(str_obj); in stringlib_rsplit_whitespace()
246 stringlib_rsplit_char(PyObject* str_obj, in stringlib_rsplit_char() argument
271 Py_INCREF(str_obj); in stringlib_rsplit_char()
290 stringlib_rsplit(PyObject* str_obj, in stringlib_rsplit() argument
320 Py_INCREF(str_obj); in stringlib_rsplit()
[all …]
/dports/lang/python37/Python-3.7.12/Objects/stringlib/
H A Dsplit.h76 Py_INCREF(str_obj); in STRINGLIB()
102 STRINGLIB(split_char)(PyObject* str_obj, in STRINGLIB()
128 Py_INCREF(str_obj); in STRINGLIB()
145 STRINGLIB(split)(PyObject* str_obj, in STRINGLIB()
176 Py_INCREF(str_obj); in STRINGLIB()
215 Py_INCREF(str_obj); in STRINGLIB()
243 STRINGLIB(rsplit_char)(PyObject* str_obj, in STRINGLIB()
268 Py_INCREF(str_obj); in STRINGLIB()
287 STRINGLIB(rsplit)(PyObject* str_obj, in STRINGLIB()
317 Py_INCREF(str_obj); in STRINGLIB()
[all …]
/dports/lang/python311/Python-3.11.0a3/Objects/stringlib/
H A Dsplit.h76 Py_INCREF(str_obj); in STRINGLIB()
102 STRINGLIB(split_char)(PyObject* str_obj, in STRINGLIB()
128 Py_INCREF(str_obj); in STRINGLIB()
145 STRINGLIB(split)(PyObject* str_obj, in STRINGLIB()
176 Py_INCREF(str_obj); in STRINGLIB()
215 Py_INCREF(str_obj); in STRINGLIB()
243 STRINGLIB(rsplit_char)(PyObject* str_obj, in STRINGLIB()
268 Py_INCREF(str_obj); in STRINGLIB()
287 STRINGLIB(rsplit)(PyObject* str_obj, in STRINGLIB()
317 Py_INCREF(str_obj); in STRINGLIB()
[all …]
/dports/lang/python27/Python-2.7.18/Objects/stringlib/
H A Dsplit.h79 Py_INCREF(str_obj); in stringlib_split_whitespace()
105 stringlib_split_char(PyObject* str_obj, in stringlib_split_char() argument
131 Py_INCREF(str_obj); in stringlib_split_char()
148 stringlib_split(PyObject* str_obj, in stringlib_split() argument
179 Py_INCREF(str_obj); in stringlib_split()
218 Py_INCREF(str_obj); in stringlib_rsplit_whitespace()
246 stringlib_rsplit_char(PyObject* str_obj, in stringlib_rsplit_char() argument
271 Py_INCREF(str_obj); in stringlib_rsplit_char()
290 stringlib_rsplit(PyObject* str_obj, in stringlib_rsplit() argument
320 Py_INCREF(str_obj); in stringlib_rsplit()
[all …]
/dports/lang/python310/Python-3.10.1/Objects/stringlib/
H A Dsplit.h76 Py_INCREF(str_obj); in STRINGLIB()
102 STRINGLIB(split_char)(PyObject* str_obj, in STRINGLIB()
128 Py_INCREF(str_obj); in STRINGLIB()
145 STRINGLIB(split)(PyObject* str_obj, in STRINGLIB()
176 Py_INCREF(str_obj); in STRINGLIB()
215 Py_INCREF(str_obj); in STRINGLIB()
243 STRINGLIB(rsplit_char)(PyObject* str_obj, in STRINGLIB()
268 Py_INCREF(str_obj); in STRINGLIB()
287 STRINGLIB(rsplit)(PyObject* str_obj, in STRINGLIB()
317 Py_INCREF(str_obj); in STRINGLIB()
[all …]
/dports/lang/python38/Python-3.8.12/Objects/stringlib/
H A Dsplit.h76 Py_INCREF(str_obj); in STRINGLIB()
102 STRINGLIB(split_char)(PyObject* str_obj, in STRINGLIB()
128 Py_INCREF(str_obj); in STRINGLIB()
145 STRINGLIB(split)(PyObject* str_obj, in STRINGLIB()
176 Py_INCREF(str_obj); in STRINGLIB()
215 Py_INCREF(str_obj); in STRINGLIB()
243 STRINGLIB(rsplit_char)(PyObject* str_obj, in STRINGLIB()
268 Py_INCREF(str_obj); in STRINGLIB()
287 STRINGLIB(rsplit)(PyObject* str_obj, in STRINGLIB()
317 Py_INCREF(str_obj); in STRINGLIB()
[all …]
/dports/lang/python39/Python-3.9.9/Objects/stringlib/
H A Dsplit.h76 Py_INCREF(str_obj); in STRINGLIB()
102 STRINGLIB(split_char)(PyObject* str_obj, in STRINGLIB()
128 Py_INCREF(str_obj); in STRINGLIB()
145 STRINGLIB(split)(PyObject* str_obj, in STRINGLIB()
176 Py_INCREF(str_obj); in STRINGLIB()
215 Py_INCREF(str_obj); in STRINGLIB()
243 STRINGLIB(rsplit_char)(PyObject* str_obj, in STRINGLIB()
268 Py_INCREF(str_obj); in STRINGLIB()
287 STRINGLIB(rsplit)(PyObject* str_obj, in STRINGLIB()
317 Py_INCREF(str_obj); in STRINGLIB()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
H A Dsplit.h79 Py_INCREF(str_obj); in stringlib_split_whitespace()
105 stringlib_split_char(PyObject* str_obj, in stringlib_split_char() argument
131 Py_INCREF(str_obj); in stringlib_split_char()
148 stringlib_split(PyObject* str_obj, in stringlib_split() argument
179 Py_INCREF(str_obj); in stringlib_split()
218 Py_INCREF(str_obj); in stringlib_rsplit_whitespace()
246 stringlib_rsplit_char(PyObject* str_obj, in stringlib_rsplit_char() argument
271 Py_INCREF(str_obj); in stringlib_rsplit_char()
290 stringlib_rsplit(PyObject* str_obj, in stringlib_rsplit() argument
320 Py_INCREF(str_obj); in stringlib_rsplit()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/stringlib/
H A Dsplit.h76 Py_INCREF(str_obj); in STRINGLIB()
102 STRINGLIB(split_char)(PyObject* str_obj, in STRINGLIB()
128 Py_INCREF(str_obj); in STRINGLIB()
145 STRINGLIB(split)(PyObject* str_obj, in STRINGLIB()
176 Py_INCREF(str_obj); in STRINGLIB()
215 Py_INCREF(str_obj); in STRINGLIB()
243 STRINGLIB(rsplit_char)(PyObject* str_obj, in STRINGLIB()
268 Py_INCREF(str_obj); in STRINGLIB()
287 STRINGLIB(rsplit)(PyObject* str_obj, in STRINGLIB()
317 Py_INCREF(str_obj); in STRINGLIB()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/analyzer/
H A Ddata-model-5c.c52 string_obj *str_obj in new_string_obj() local
55 string_obj *str_obj = (string_obj *)malloc (sizeof (string_obj) + len + 1); in new_string_obj() local
56 if (!str_obj) in new_string_obj()
58 str_obj->str_base.ob_type = &str_type; in new_string_obj()
59 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
61 str_obj->str_len = len; /* { dg-warning "dereference of NULL 'str_obj'" } */ in new_string_obj()
62 memcpy (str_obj->str_buf, str, len); in new_string_obj()
63 str_obj->str_buf[len] = '\0'; in new_string_obj()
64 return str_obj; in new_string_obj()
H A Ddata-model-5b.c58 string_obj *str_obj in new_string_obj() local
61 string_obj *str_obj = (string_obj *)malloc (sizeof (string_obj) + len + 1); in new_string_obj() local
62 if (!str_obj) in new_string_obj()
64 str_obj->str_base.ob_type = &str_type; in new_string_obj()
65 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
67 str_obj->str_len = len; /* { dg-warning "dereference of NULL 'str_obj'" } */ in new_string_obj()
68 memcpy (str_obj->str_buf, str, len); in new_string_obj()
69 str_obj->str_buf[len] = '\0'; in new_string_obj()
70 return str_obj; in new_string_obj()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/analyzer/
H A Ddata-model-5c.c52 string_obj *str_obj in new_string_obj() local
55 string_obj *str_obj = (string_obj *)malloc (sizeof (string_obj) + len + 1); in new_string_obj() local
56 if (!str_obj) in new_string_obj()
58 str_obj->str_base.ob_type = &str_type; in new_string_obj()
59 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
61 str_obj->str_len = len; /* { dg-warning "dereference of NULL 'str_obj'" } */ in new_string_obj()
62 memcpy (str_obj->str_buf, str, len); in new_string_obj()
63 str_obj->str_buf[len] = '\0'; in new_string_obj()
64 return str_obj; in new_string_obj()
H A Ddata-model-5b.c58 string_obj *str_obj in new_string_obj() local
61 string_obj *str_obj = (string_obj *)malloc (sizeof (string_obj) + len + 1); in new_string_obj() local
62 if (!str_obj) in new_string_obj()
64 str_obj->str_base.ob_type = &str_type; in new_string_obj()
65 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
67 str_obj->str_len = len; /* { dg-warning "dereference of NULL 'str_obj'" } */ in new_string_obj()
68 memcpy (str_obj->str_buf, str, len); in new_string_obj()
69 str_obj->str_buf[len] = '\0'; in new_string_obj()
70 return str_obj; in new_string_obj()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/analyzer/
H A Ddata-model-5c.c52 string_obj *str_obj in new_string_obj() local
55 string_obj *str_obj = (string_obj *)malloc (sizeof (string_obj) + len + 1); in new_string_obj() local
56 if (!str_obj) in new_string_obj()
58 str_obj->str_base.ob_type = &str_type; in new_string_obj()
59 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
61 str_obj->str_len = len; /* { dg-warning "dereference of NULL 'str_obj'" } */ in new_string_obj()
62 memcpy (str_obj->str_buf, str, len); in new_string_obj()
63 str_obj->str_buf[len] = '\0'; in new_string_obj()
64 return str_obj; in new_string_obj()
H A Ddata-model-5b.c58 string_obj *str_obj in new_string_obj() local
61 string_obj *str_obj = (string_obj *)malloc (sizeof (string_obj) + len + 1); in new_string_obj() local
62 if (!str_obj) in new_string_obj()
64 str_obj->str_base.ob_type = &str_type; in new_string_obj()
65 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
67 str_obj->str_len = len; /* { dg-warning "dereference of NULL 'str_obj'" } */ in new_string_obj()
68 memcpy (str_obj->str_buf, str, len); in new_string_obj()
69 str_obj->str_buf[len] = '\0'; in new_string_obj()
70 return str_obj; in new_string_obj()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/analyzer/
H A Ddata-model-5c.c52 string_obj *str_obj in new_string_obj() local
55 string_obj *str_obj = (string_obj *)malloc (sizeof (string_obj) + len + 1); in new_string_obj() local
56 if (!str_obj) in new_string_obj()
58 str_obj->str_base.ob_type = &str_type; in new_string_obj()
59 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
61 str_obj->str_len = len; /* { dg-warning "dereference of NULL 'str_obj'" } */ in new_string_obj()
62 memcpy (str_obj->str_buf, str, len); in new_string_obj()
63 str_obj->str_buf[len] = '\0'; in new_string_obj()
64 return str_obj; in new_string_obj()
H A Ddata-model-5b.c58 string_obj *str_obj in new_string_obj() local
61 string_obj *str_obj = (string_obj *)malloc (sizeof (string_obj) + len + 1); in new_string_obj() local
62 if (!str_obj) in new_string_obj()
64 str_obj->str_base.ob_type = &str_type; in new_string_obj()
65 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
67 str_obj->str_len = len; /* { dg-warning "dereference of NULL 'str_obj'" } */ in new_string_obj()
68 memcpy (str_obj->str_buf, str, len); in new_string_obj()
69 str_obj->str_buf[len] = '\0'; in new_string_obj()
70 return str_obj; in new_string_obj()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/analyzer/
H A Ddata-model-5c.c52 string_obj *str_obj in new_string_obj() local
55 string_obj *str_obj = (string_obj *)malloc (sizeof (string_obj) + len + 1); in new_string_obj() local
56 if (!str_obj) in new_string_obj()
58 str_obj->str_base.ob_type = &str_type; in new_string_obj()
59 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
61 str_obj->str_len = len; /* { dg-warning "dereference of NULL 'str_obj'" } */ in new_string_obj()
62 memcpy (str_obj->str_buf, str, len); in new_string_obj()
63 str_obj->str_buf[len] = '\0'; in new_string_obj()
64 return str_obj; in new_string_obj()
H A Ddata-model-5b.c58 string_obj *str_obj in new_string_obj() local
61 string_obj *str_obj = (string_obj *)malloc (sizeof (string_obj) + len + 1); in new_string_obj() local
62 if (!str_obj) in new_string_obj()
64 str_obj->str_base.ob_type = &str_type; in new_string_obj()
65 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
67 str_obj->str_len = len; /* { dg-warning "dereference of NULL 'str_obj'" } */ in new_string_obj()
68 memcpy (str_obj->str_buf, str, len); in new_string_obj()
69 str_obj->str_buf[len] = '\0'; in new_string_obj()
70 return str_obj; in new_string_obj()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/analyzer/
H A Ddata-model-5c.c52 string_obj *str_obj in new_string_obj() local
55 string_obj *str_obj = (string_obj *)malloc (sizeof (string_obj) + len + 1); in new_string_obj() local
56 if (!str_obj) in new_string_obj()
58 str_obj->str_base.ob_type = &str_type; in new_string_obj()
59 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
61 str_obj->str_len = len; /* { dg-warning "dereference of NULL 'str_obj'" } */ in new_string_obj()
62 memcpy (str_obj->str_buf, str, len); in new_string_obj()
63 str_obj->str_buf[len] = '\0'; in new_string_obj()
64 return str_obj; in new_string_obj()
H A Ddata-model-5b.c58 string_obj *str_obj in new_string_obj() local
61 string_obj *str_obj = (string_obj *)malloc (sizeof (string_obj) + len + 1); in new_string_obj() local
62 if (!str_obj) in new_string_obj()
64 str_obj->str_base.ob_type = &str_type; in new_string_obj()
65 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
67 str_obj->str_len = len; /* { dg-warning "dereference of NULL 'str_obj'" } */ in new_string_obj()
68 memcpy (str_obj->str_buf, str, len); in new_string_obj()
69 str_obj->str_buf[len] = '\0'; in new_string_obj()
70 return str_obj; in new_string_obj()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/analyzer/
H A Ddata-model-5c.c52 string_obj *str_obj in new_string_obj() local
55 string_obj *str_obj = (string_obj *)malloc (sizeof (string_obj) + len + 1); in new_string_obj() local
56 if (!str_obj) in new_string_obj()
58 str_obj->str_base.ob_type = &str_type; in new_string_obj()
59 str_obj->str_base.ob_refcnt = 1; in new_string_obj()
61 str_obj->str_len = len; /* { dg-warning "dereference of NULL 'str_obj'" } */ in new_string_obj()
62 memcpy (str_obj->str_buf, str, len); in new_string_obj()
63 str_obj->str_buf[len] = '\0'; in new_string_obj()
64 return str_obj; in new_string_obj()

123456789