Searched refs:pstring (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic54x/
H A Dcons.s23 .global string, pstring
27 pstring .pstring "abcd" label
28 .pstring "abc","defg"
H A Dcons.d70 0+026 <pstring>:
H A Dconsfar.d72 0+026 <pstring>:
/netbsd-current/external/bsd/mdocml/dist/
H A Ddemandoc.c38 static void pstring(const char *, int, int *, int);
135 pstring(const char *p, int col, int *colp, int list) function
242 pstring(p->string, p->pos, col, list);
256 pstring(p->string, p->pos, col, list);
/netbsd-current/external/bsd/tre/dist/python/
H A Dtre-python.c330 PyObject *pstring; local
342 if (!PyArg_ParseTuple(args, "UO!|i:search", &pstring, &TreFuzzynessType,
348 if (!PyArg_ParseTuple(args, "SO!|i:search", &pstring, &TreFuzzynessType,
368 if (PyUnicode_Check(pstring))
370 Py_ssize_t len = PyUnicode_GetSize(pstring);
377 PyUnicode_AsWideChar(pstring, buf, len);
383 targ = PyString_AsString(pstring);
384 tlen = PyString_Size(pstring);
397 Py_INCREF(pstring);
398 mo->targ = pstring;
[all...]
/netbsd-current/external/bsd/libevent/dist/include/event2/
H A Dtag.h137 char **pstring);
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dtag.h138 char **pstring);
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devent_tagging.c560 char **pstring)
569 *pstring = mm_malloc(tag_len + 1);
570 if (*pstring == NULL) {
574 evbuffer_remove(evbuf, *pstring, tag_len);
575 (*pstring)[tag_len] = '\0';
559 evtag_unmarshal_string(struct evbuffer *evbuf, ev_uint32_t need_tag, char **pstring) argument
/netbsd-current/external/bsd/libevent/dist/
H A Devent_tagging.c567 char **pstring)
576 *pstring = mm_malloc(tag_len + 1);
577 if (*pstring == NULL) {
581 evbuffer_remove(evbuf, *pstring, tag_len);
582 (*pstring)[tag_len] = '\0';
566 evtag_unmarshal_string(struct evbuffer *evbuf, ev_uint32_t need_tag, char **pstring) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.sh746 V;const char *;gcore_bfd_target;;;0;0;;;pstring (gdbarch->gcore_bfd_target)
889 v;const char *;xml_syscall_file;;;0;0;;0;pstring (gdbarch->xml_syscall_file)
952 v;const char *;stap_gdb_register_prefix;;;0;0;;0;pstring (gdbarch->stap_gdb_register_prefix)
955 v;const char *;stap_gdb_register_suffix;;;0;0;;0;pstring (gdbarch->stap_gdb_register_suffix)
1071 v;const char *;solib_symbols_extension;;;;;;;pstring (gdbarch->solib_symbols_extension)
1168 v;const char *;disassembler_options_implicit;;;0;0;;0;pstring (gdbarch->disassembler_options_implicit)
1726 pstring (const char *string)
H A Dgdbarch.c72 pstring (const char *string) function
920 pstring (gdbarch->disassembler_options_implicit));
1049 pstring (gdbarch->gcore_bfd_target));
1400 pstring (gdbarch->solib_symbols_extension));
1421 pstring (gdbarch->stap_gdb_register_prefix));
1424 pstring (gdbarch->stap_gdb_register_suffix));
1508 pstring (gdbarch->xml_syscall_file));
/netbsd-current/sbin/fsdb/
H A Dfsdb.c343 static char pstring[64]; local
344 snprintf(pstring, sizeof(pstring), "fsdb (inum: %llu)> ",
346 return pstring;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c1066 pstring (gdbarch->gcore_bfd_target));
1180 pstring (gdbarch->xml_syscall_file));
1204 pstring (gdbarch->stap_gdb_register_prefix));
1207 pstring (gdbarch->stap_gdb_register_suffix));
1273 pstring (gdbarch->solib_symbols_extension));
1339 pstring (gdbarch->disassembler_options_implicit));
H A Darch-utils.c1127 pstring (const char *string)
1125 pstring (const char *string) function

Completed in 204 milliseconds