Home
last modified time | relevance | path

Searched refs:pstring (Results 1 – 25 of 57) sorted by relevance

123

/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dsinclair29 >2 pstring x '%s'
33 >9 pstring x '%s'
35 >9 pstring x '%s'
39 >9 pstring =\0 un-named
40 >9 pstring >\0 named: %s
H A Dxilinx8 # Rewritten to use pstring/H instead of hardcoded lengths by O. Freyermuth,
20 >>>>&0 pstring/H x - from %s
24 >>>>>>&0 pstring/H x - for %s
28 >>>>>>>>&0 pstring/H x - built %s
32 >>>>>>>>>>&0 pstring/H x \b(%s)
H A Dkerberos34 >4 pstring/H x \b, realm=%s
35 >>&0 pstring/H x \b, principal=%s/
36 >>>&0 pstring/H x \b%s
40 #>>>>>>>&0 pstring/H x
H A Dwsdl15 >>10 pstring/l x \b, uri: "%s"
19 >>>>&-4 pstring/l x \b, source: "%s"
23 >>>>>>&-4 pstring/l x \b, target_ns: "%s"
H A Dspectrum107 >>11 pstring x "%s"
119 >>>>15 pstring x %s
123 >>>>>>>&0 pstring x %s
127 >>>>>>>>>>&0 pstring x %s
131 >>>>>>>>>>>>>&0 pstring x %s
135 >>>>>>>>>>>>>>>>&0 pstring x %s
139 >>>>>>>>>>>>>>>>>>>&0 pstring x %s
143 >>>>>>>>>>>>>>>>>>>>>>&0 pstring x %s
H A Dbytecode37 >&0 pstring x
38 >>&0 pstring racket
40 >>>>&0 pstring x (version %s)
H A Dmsvc68 >(3.l+38) pstring x 1st entry %s
82 >(1.s+6) pstring x "%s"
103 >>>>>&0 pstring x %s
107 >>>>>>&0 pstring x %s
111 >>>>>>>>&-1 pstring x %s
135 >>>>>>&0 pstring x "%s"
150 >>>>>>>&1 pstring x %s
153 >>>>>>>>&0 pstring x exported by %s
156 #>>>>>>>>>&0 pstring >\0 entry ident %s
173 >>>>>>&0 pstring x %s
H A Dopenfst7 >&0 pstring/l x \b, fst type: %s
8 >>&0 pstring/l x \b, arc type: %s
H A Dgnome7 # FIXME: Could be simplified if pstring supported two-byte counts
17 >>>>&-4 ubelong >255 \b, name too long for file's pstring type
19 >>>>>&-1 pstring x \b, name "%s"
H A Dunisig12 >>7 pstring x %s
H A Drust21 >>6 pstring x \b, rustc %s
H A Daes20 #>>5 pstring/H x '%s'
H A Dzip126 >>20 pstring/l >0 \b, %s
H A Dmacintosh208 >1 pstring x "%s"
420 >0x424 pstring x volume name: %s
456 >>>0x424 pstring x volume name: %s
H A Dacorn41 >9 pstring x named "%s",
H A Dtex15 >>14 pstring >\0 TeX DVI file (%s)
H A Dxenix39 >>>>>>3 pstring x \b, "%s"
H A Dwindows1552 >>0x1d6 pstring x \b, %s
1554 >>>&0 pstring x \b\%s
1556 >>>>&0 pstring x \b, "%s"
1755 >13 pstring/h x "%s"
1760 >>&-2 pstring/h x %s
1763 >>>&2 pstring/h x %s
1766 >>>>&2 pstring/h x %s
1769 #>>>>>&2 pstring/h x %s
1772 #>>>>>>&2 pstring/h x %s
1775 #>>>>>>>&2 pstring/h x %s
[all …]
/netbsd-src/external/bsd/tre/dist/python/
H A Dtre-python.c330 PyObject *pstring; in PyTrePattern_search() local
342 if (!PyArg_ParseTuple(args, "UO!|i:search", &pstring, &TreFuzzynessType, in PyTrePattern_search()
348 if (!PyArg_ParseTuple(args, "SO!|i:search", &pstring, &TreFuzzynessType, in PyTrePattern_search()
368 if (PyUnicode_Check(pstring)) in PyTrePattern_search()
370 Py_ssize_t len = PyUnicode_GetSize(pstring); in PyTrePattern_search()
377 PyUnicode_AsWideChar(pstring, buf, len); in PyTrePattern_search()
383 targ = PyString_AsString(pstring); in PyTrePattern_search()
384 tlen = PyString_Size(pstring); in PyTrePattern_search()
397 Py_INCREF(pstring); in PyTrePattern_search()
398 mo->targ = pstring; in PyTrePattern_search()
/netbsd-src/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) in pstring() function
242 pstring(p->string, p->pos, col, list); in pmdoc()
256 pstring(p->string, p->pos, col, list); in pman()
/netbsd-src/external/bsd/libevent/dist/
H A Devent_tagging.c567 char **pstring) in evtag_unmarshal_string() argument
576 *pstring = mm_malloc(tag_len + 1); in evtag_unmarshal_string()
577 if (*pstring == NULL) { in evtag_unmarshal_string()
581 evbuffer_remove(evbuf, *pstring, tag_len); in evtag_unmarshal_string()
582 (*pstring)[tag_len] = '\0'; in evtag_unmarshal_string()
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dtag.h138 char **pstring);
/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dtag.h137 char **pstring);
/netbsd-src/sbin/fsdb/
H A Dfsdb.c343 static char pstring[64]; in prompt() local
344 snprintf(pstring, sizeof(pstring), "fsdb (inum: %llu)> ", in prompt()
346 return pstring; in prompt()
/netbsd-src/external/bsd/file/dist/src/
H A DBNF108 string8 = ( "string" | "pstring" ) [ "/" 1*strflag ]

123