Searched refs:pstring (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/distrib/special/sysctl/ |
H A D | sysctl.c | 45 int pstring(struct var *); 49 { "kern.osrelease", pstring, 2, 51 { "hw.machine", pstring, 2, 53 { "hw.model", pstring, 2, 55 { "hw.product", pstring, 2, 57 { "hw.disknames", pstring, 2, 66 { "machdep.compatible", pstring, 2, 90 pstring(struct var *v) in pstring() function
|
/openbsd-src/usr.bin/file/magdir/ |
H A D | xilinx | 13 >>>>&0 pstring a Xilinx BIT data 15 >>>>0x0F pstring x - from %s 25 >>>>>&4 pstring x - for %s 29 >>>>>>&4 pstring x - built %s 32 >>>>>>>&4 pstring x \b(%s)
|
H A D | sinclair | 36 >2 pstring x '%s' 40 >9 pstring x '%s' 44 >9 pstring =\0 un-named 45 >9 pstring >\0 named: %s
|
H A D | gnome-keyring | 5 # FIXME: Could be simplified if pstring supported two-byte counts 15 >>>>&-4 ubelong >255 \b, name too long for file's pstring type 17 >>>>>&-1 pstring x \b, name "%s"
|
H A D | acorn | 41 >9 pstring x named "%s",
|
H A D | macintosh | 283 >0x424 pstring x volume name: %s 298 #>0x424 pstring x volume name: %s 325 # Is that the partition type a cstring or a pstring? Well, IM says "strings
|
/openbsd-src/lib/libevent/ |
H A D | event_tagging.c | 384 char **pstring) in evtag_unmarshal_string() argument 393 *pstring = calloc(EVBUFFER_LENGTH(_buf) + 1, 1); in evtag_unmarshal_string() 394 if (*pstring == NULL) in evtag_unmarshal_string() 396 evbuffer_remove(_buf, *pstring, EVBUFFER_LENGTH(_buf)); in evtag_unmarshal_string()
|
H A D | event.h | 1205 char **pstring);
|
/openbsd-src/sbin/fsdb/ |
H A D | fsdb.c | 248 static char pstring[64]; in prompt() local 250 snprintf(pstring, sizeof(pstring), "fsdb (inum: %llu)> ", in prompt() 252 return pstring; in prompt()
|
/openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
H A D | c-tic54x.texi | 588 @cindex @code{pstring} directive, TIC54X 590 @itemx .pstring "@var{string}" [,...,"@var{string_n}"] 593 @code{.pstring} puts two characters into each word, filling the
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | c-tic54x.texi | 588 @cindex @code{pstring} directive, TIC54X 590 @itemx .pstring "@var{string}" [,...,"@var{string_n}"] 593 @code{.pstring} puts two characters into each word, filling the
|