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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/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-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Ddemandoc.c37 static void pstring(const char *, int, int *, int);
132 pstring(const char *p, int col, int *colp, int list) function
239 pstring(p->string, p->pos, col, list);
253 pstring(p->string, p->pos, col, list);
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/python/
H A Dtre-python.c330 PyObject *pstring; local
340 if (!PyArg_ParseTuple(args, "SO!|i:match", &pstring, &TreFuzzynessType,
362 targ = PyString_AsString(pstring);
363 tlen = PyString_Size(pstring);
375 Py_INCREF(pstring);
376 mo->targ = pstring;
/netbsd-6-1-5-RELEASE/external/bsd/libevent/dist/
H A Devent_tagging.c408 char **pstring)
417 *pstring = calloc(EVBUFFER_LENGTH(_buf) + 1, 1);
418 if (*pstring == NULL)
420 evbuffer_remove(_buf, *pstring, EVBUFFER_LENGTH(_buf));
407 evtag_unmarshal_string(struct evbuffer *evbuf, ev_uint32_t need_tag, char **pstring) argument
H A Devent.h1167 char **pstring);
/netbsd-6-1-5-RELEASE/sbin/fsdb/
H A Dfsdb.c237 static char pstring[64]; local
238 snprintf(pstring, sizeof(pstring), "fsdb (inum: %llu)> ",
240 return pstring;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c81 pstring (const char *string) function
1209 pstring (gdbarch->solib_symbols_extension));

Completed in 107 milliseconds