/freebsd/contrib/file/magic/Magdir/ |
H A D | sinclair | 29 >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 D | kerberos | 34 >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 D | wsdl | 15 >>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 D | spectrum | 107 >>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 D | xilinx | 8 # 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 D | bytecode | 37 >&0 pstring x 38 >>&0 pstring racket 40 >>>>&0 pstring x (version %s)
|
H A D | msvc | 73 >(3.l+38) pstring x 1st entry %s 87 >(1.s+6) pstring x "%s" 108 >>>>>&0 pstring x %s 112 >>>>>>&0 pstring x %s 116 >>>>>>>>&-1 pstring x %s 140 >>>>>>&0 pstring x "%s" 155 >>>>>>>&1 pstring x %s 158 >>>>>>>>&0 pstring x exported by %s 161 #>>>>>>>>>&0 pstring >\0 entry ident %s 178 >>>>>>&0 pstring x %s
|
H A D | openfst | 7 >&0 pstring/l x \b, fst type: %s 8 >>&0 pstring/l x \b, arc type: %s
|
H A D | gnome | 7 # 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 D | unisig | 12 >>7 pstring x %s
|
H A D | rust | 21 >>6 pstring x \b, rustc %s
|
H A D | aes | 20 #>>5 pstring/H x '%s'
|
H A D | acorn | 41 >9 pstring x named "%s",
|
H A D | zip | 126 >>20 pstring/l >0 \b, %s
|
H A D | macintosh | 208 >1 pstring x "%s" 420 >0x424 pstring x volume name: %s 456 >>>0x424 pstring x volume name: %s
|
H A D | windows | 522 >>>>>14 pstring/h >\0 \b, title "%s" 1627 >>0x1d6 pstring x \b, %s 1629 >>>&0 pstring x \b\%s 1631 >>>>&0 pstring x \b, "%s" 1830 >13 pstring/h x "%s" 1835 >>&-2 pstring/h x %s 1838 >>>&2 pstring/h x %s 1841 >>>>&2 pstring/h x %s 1844 #>>>>>&2 pstring/h x %s 1847 #>>>>>>&2 pstring/h x %s [all …]
|
H A D | tex | 15 >>14 pstring >\0 TeX DVI file (%s)
|
/freebsd/contrib/mandoc/ |
H A D | demandoc.c | 42 static void pstring(const char *, int, int *, int); 146 pstring(const char *p, int col, int *colp, int list) in pstring() function 253 pstring(p->string, p->pos, col, list); in pmdoc() 267 pstring(p->string, p->pos, col, list); in pman()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | event_tagging.c | 563 char **pstring) in evtag_unmarshal_string() argument 572 *pstring = mm_malloc(tag_len + 1); in evtag_unmarshal_string() 573 if (*pstring == NULL) { in evtag_unmarshal_string() 577 evbuffer_remove(evbuf, *pstring, tag_len); in evtag_unmarshal_string() 578 (*pstring)[tag_len] = '\0'; in evtag_unmarshal_string()
|
/freebsd/contrib/libevent/ |
H A D | event_tagging.c | 563 char **pstring) in evtag_unmarshal_string() argument 572 *pstring = mm_malloc(tag_len + 1); in evtag_unmarshal_string() 573 if (*pstring == NULL) { in evtag_unmarshal_string() 577 evbuffer_remove(evbuf, *pstring, tag_len); in evtag_unmarshal_string() 578 (*pstring)[tag_len] = '\0'; in evtag_unmarshal_string()
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | tag.h | 136 char **pstring);
|
/freebsd/contrib/libevent/include/event2/ |
H A D | tag.h | 136 char **pstring);
|
/freebsd/sbin/fsdb/ |
H A D | fsdb.c | 240 static char pstring[64]; in prompt() local 241 snprintf(pstring, sizeof(pstring), "fsdb (inum: %ju)> ", in prompt() 243 return pstring; in prompt()
|
/freebsd/contrib/pf/libevent/ |
H A D | event.h | 331 char **pstring);
|
/freebsd/contrib/file/src/ |
H A D | BNF | 108 string8 = ( "string" | "pstring" ) [ "/" 1*strflag ]
|