| /freebsd/contrib/file/magic/Magdir/ |
| H A D | macintosh | 20 # keep split search string format similar like in version 5.37 21 >0 string must\ be\ converted\ with\ BinHex\ BinHex binary text, version 25 >>&0 string 1.0 1.0 28 >>&0 string 2.0 2.0 32 >>&0 string 4.0 4.0 36 >>&0 string 5.0 5.0 41 >>>&0 string x %.3s 47 0 string SIT! StuffIt Archive (data) 50 >2 string x : %s 51 0 string SITD StuffIt Deluxe (data) [all …]
|
| H A D | pgp | 18 #0 string -----BEGIN\040PGP text/PGP armored data 20 #>15 string PUBLIC\040KEY\040BLOCK- public key block 21 #>15 string MESSAGE- message 22 #>15 string SIGNED\040MESSAGE- signed message 23 #>15 string PGP\040SIGNATURE- signature 28 2 string ---BEGIN\040PGP\040PRIVATE\040KEY\040BLOCK- PGP private key block 32 2 string ---BEGIN\040PGP\040PUBLIC\040KEY\040BLOCK- PGP public key block 37 0 string -----BEGIN\040PGP\040MESSAGE- PGP message 46 0 string -----BEGIN\040PGP\040SIGNED\040MESSAGE- PGP signed message 51 0 string -----BEGIN\040PGP\040SIGNATURE- PGP signature [all …]
|
| H A D | sgi | 12 0 string kbd!map kbd map file 36 >16 string >\0 '%s' 40 >16 string >\0 '%s' 44 >16 string >\0 '%s' 46 0 string \x43\x72\x73\x68\x44\x75\x6d\x70 IRIX vmcore dump of 47 >36 string >\0 '%s' 50 0 string SGIAUDIT SGI Audit file 54 0 string WNGZWZSC Wingz compiled script 55 0 string WNGZWZSS Wingz spreadsheet 56 0 string WNGZWZHP Wingz help file [all …]
|
| H A D | palm | 44 #60 string appl PalmOS application 45 #>0 string >\0 "%s" 48 #60 string HACK HackMaster hack 49 #>0 string >\0 "%s" 52 60 string SDocSilX iSiloX E-book 53 >0 string >\0 "%s" 57 60 string BOOKMOBI Mobipocket E-book 62 # there's no guarantee that the title string is null-terminated, but 63 # we currently can't specify a variable-length string where the length 64 # field is not at the start of the string; in practice, the data [all …]
|
| H A D | games | 8 0 string IDP2 Quake II 3D Model file, 18 0 string IBSP Quake 22 0 string IDS2 Quake II SP2 sprite file 28 0 string \xcb\x1dBoom\xe6\xff\x03\x01 Boom or linuxdoom demo 31 24 string LxD\ 203 Linuxdoom save 32 >0 string x , name=%s 33 >44 string x , world=%s 39 0 string 5\x0aIntroduction Quake I save: start Introduction 40 0 string 5\x0athe_Slipgate_Complex Quake I save: e1m1 The slipgate complex 41 0 string 5\x0aCastle_of_the_Damned Quake I save: e1m2 Castle of the damned [all …]
|
| H A D | music | 8 0 string Bagpipe Bagpipe 9 >8 string Reader Reader 10 >>15 string >\0 (version %.3s) 11 >8 string Music\ Writer Music Writer 12 >>20 string : 13 >>>21 string >\0 (version %.3s) 14 >>21 string Gold Gold 15 >>>25 string : 16 >>>>26 string >\0 (version %.3s) 21 0 string BRPP Bars & Pipes Professional [all …]
|
| H A D | biosig | 14 0 string ABF\x20 Biosig/Axon Binary format 16 0 string ABF2\0\0 Biosig/Axon Binary format 19 0 string ATES\x20MEDICA\x20SOFT.\x20EEG\x20for\x20Windows Biosig/ATES MEDICA SOFT. EEG for Windows 22 0 string ATF\x09 Biosig/Axon Text format 25 0 string ADU1 Biosig/Axona file format 27 0 string ADU2 Biosig/Axona file format 30 0 string ALPHA-TRACE-MEDICAL Biosig/alpha trace 33 0 string AxGr Biosig/AXG 34 0 string axgx Biosig/AXG 37 0 string HeaderLen= Biosig/BCI2000 [all …]
|
| H A D | iff | 18 0 string FORM IFF data 27 >8 string AIFF \b, AIFF audio 32 >8 string AIFC \b, AIFF-C compressed audio 34 >8 string 8SVX \b, 8SVX 8-bit sampled sound voice 36 >8 string 16SV \b, 16SV 16-bit sampled sound voice 37 >8 string SAMP \b, SAMP sampled audio 38 >8 string MAUD \b, MAUD MacroSystem audio 39 >8 string SMUS \b, SMUS simple music 40 >8 string CMUS \b, CMUS complex music 42 >8 string ILBMBMHD \b, ILBM interleaved image [all …]
|
| H A D | riff | 130 >0 string fmt\x20 133 >0 string LIST 135 >0 string DISP 137 >0 string bext 139 >0 string Fake 141 >0 string fact 144 >0 string VP8\x20 162 >0 string VP8L 165 >0 string VP8X 181 #>0 string x we got %s [all …]
|
| H A D | audio | 11 0 string .snd Sun/NeXT audio data: 86 0 string MThd Standard MIDI data 94 0 string CTMF Creative Music (CMF) data 96 0 string SBI SoundBlaster instrument data 98 0 string Creative\ Voice\ File Creative Labs voice data 105 # first entry is also the string "NTRK" 111 0 string EMOD Extended MOD sound data, 121 0 string .RMF\0\0\0 RealMedia file 132 #0 string MTM MultiTracker Module sound file 133 #0 string if Composer 669 Module sound data [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.lib_strings.lua | 27 -- testing string library 31 -- testing string.sub 32 assert(string.sub("123456789",2,4) == "234") 33 assert(string.sub("123456789",7) == "789") 34 assert(string.sub("123456789",7,6) == "") 35 assert(string.sub("123456789",7,7) == "7") 36 assert(string.sub("123456789",0,0) == "") 37 assert(string.sub("123456789",-10,10) == "123456789") 38 assert(string.sub("123456789",1,9) == "123456789") 39 assert(string.sub("123456789",-10,-20) == "") [all …]
|
| /freebsd/contrib/netbsd-tests/sbin/gpt/ |
| H A D | gpt.backup | 10 <string>00000000-0000-0000-0000-000000000000</string> 24 <string>00000000-0000-0000-0000-000000000000</string> 30 <string>00000000-0000-0000-0000-000000000000</string> 38 <string>00000000-0000-0000-0000-000000000000</string> 44 <string>00000000-0000-0000-0000-000000000000</string> 52 <string>00000000-0000-0000-0000-000000000000</string> 58 <string>00000000-0000-0000-0000-000000000000</string> 66 <string>00000000-0000-0000-0000-000000000000</string> 72 <string>00000000-0000-0000-0000-000000000000</string> 80 <string>00000000-0000-0000-0000-000000000000</string> [all …]
|
| /freebsd/contrib/arm-optimized-routines/string/ |
| H A D | Dir.mk | 6 S := $(srcdir)/string 7 B := build/string 10 all-string bench-string check-string install-string clean-string: 15 string-lib-srcs := $(wildcard $(S)/$(ARCH)/*.[cS]) 16 string-lib-srcs += $(wildcard $(S)/$(ARCH)/experimental/*.[cS]) 17 string-test-srcs := $(wildcard $(S)/test/*.c) 18 string-bench-srcs := $(wildcard $(S)/bench/*.c) 20 string-arch-include-dir := $(wildcard $(S)/$(ARCH)) 21 string-arch-includes := $(wildcard $(S)/$(ARCH)/*.h) 22 string-includes := $(patsubst $(S)/%,build/%,$(wildcard $(S)/include/*.h)) [all …]
|
| /freebsd/crypto/krb5/src/windows/installer/wix/lang/ |
| H A D | strings_1033.wxl | 28 <String Id="ProductName">Kerberos for Windows (64-bit)</String> 29 <String Id="ProductNameShort">KFW64</String> 30 <String Id="ProductMIT">MIT</String> 31 <String Id="ProductDebug">Debug/Checked</String> 32 <String Id="ProductBeta">Beta</String> 34 <String Id="Manufacturer">Massachusetts Institute of Technology</String> 36 <String Id="KerberosTitle">Kerberos for Windows</String> 37 <String Id="KerberosDesc">Kerberos for Windows</String> 39 <String Id="KerberosClientTitle">Client</String> 40 <String Id="KerberosClientDesc">Kerberos client utilities, libraries and documentation</String> [all …]
|
| /freebsd/usr.bin/m4/tests/ |
| H A D | quotes.m4 | 3 define(`string',`STRING')dnl macro 5 `quoted string' 6 [quoted string] 7 normal string 8 `half quoted string 9 going up to that string' 13 `quoted string' 14 [quoted string] 15 normal string 16 `half quoted string [all …]
|
| H A D | regress.quotes.out | 2 quoted string 3 [quoted STRING] 4 normal STRING 5 half quoted string 6 going up to that string 9 `quoted STRING' 10 [quoted STRING] 11 normal STRING 12 `half quoted STRING 13 going up to that STRING' [all …]
|
| /freebsd/contrib/libyaml/src/ |
| H A D | yaml_private.h | 105 * String management. 125 #define STRING(string,length) { (string), (string)+(length), (string) } argument 127 #define STRING_ASSIGN(value,string,length) \ argument 128 ((value).start = (string), \ 129 (value).end = (string)+(length), \ 130 (value).pointer = (string)) 132 #define STRING_INIT(context,string,size) \ argument 133 (((string).start = YAML_MALLOC(size)) ? \ 134 ((string).pointer = (string).start, \ 135 (string).end = (string).start+(size), \ [all …]
|
| /freebsd/contrib/unbound/sldns/ |
| H A D | wire2str.h | 41 /** error string from wireparse */ 47 * Convert wireformat packet to a string representation 50 * @return string(malloced) or NULL on failure. 55 * Convert wireformat RR to a string representation. 59 * @return string(malloced) or NULL on failure. 64 * Convert wire dname to a string. 67 * @return string or NULL on failure. 72 * Convert wire RR type to a string, 'MX', 'TYPE1234'... 74 * @return malloced string with the RR type or NULL on malloc failure. 79 * Convert wire RR class to a string, 'IN', 'CLASS1'. [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ConstString.h | 29 /// A uniqued constant string class. 37 /// No reference counting is done on strings that are added to the string 38 /// pool, once strings are added they are in the string pool for the life of 44 /// Initializes the string to an empty string. 49 /// Construct with C String value 51 /// Constructs this object with a C string by looking to see if the 52 /// C string already exists in the global string pool. If it doesn't 53 /// exist, it is added to the string pool. 56 /// A NULL terminated C string to add to the string pool. 59 /// Construct with C String value with max length [all …]
|
| /freebsd/contrib/libcbor/test/ |
| H A D | string_test.c | 8 #include <string.h> 13 cbor_item_t* string; variable 19 string = cbor_load(empty_string_data, 1, &res); in test_empty_string() 20 assert_non_null(string); in test_empty_string() 21 assert_true(cbor_typeof(string) == CBOR_TYPE_STRING); in test_empty_string() 22 assert_true(cbor_isa_string(string)); in test_empty_string() 23 assert_size_equal(cbor_string_length(string), 0); in test_empty_string() 24 assert_size_equal(cbor_string_codepoint_count(string), 0); in test_empty_string() 26 cbor_decref(&string); in test_empty_string() 27 assert_null(string); in test_empty_string() [all …]
|
| /freebsd/contrib/llvm-project/libc/src/__support/CPP/ |
| H A D | string.h | 1 //===-- A simple implementation of the string class -------------*- C++ -*-===// 18 #include "src/string/memory_utils/inline_memcpy.h" 19 #include "src/string/memory_utils/inline_memset.h" 20 #include "src/string/string_utils.h" // string_length 27 // This class mimics std::string but does not intend to be a full fledged 30 class string { 54 LIBC_INLINE constexpr string() {} in string() function 55 LIBC_INLINE string(const string &other) { this->operator+=(other); } in string() function 56 LIBC_INLINE constexpr string(string &&other) in string() function 60 LIBC_INLINE string(const char *cstr, size_t count) { in string() function [all …]
|
| /freebsd/crypto/openssh/ |
| H A D | PROTOCOL.u2f | 26 which takes an application ID - a URL-like string, typically "ssh:" 28 and a challenge string (typically randomly generated). The enrollment 66 string "sk-ecdsa-sha2-nistp256@openssh.com" 67 string curve name 69 string application (user-specified, but typically "ssh:") 73 string "sk-ecdsa-sha2-nistp256@openssh.com" 74 string curve name 76 string application (user-specified, but typically "ssh:") 78 string key_handle 79 string reserved [all …]
|
| /freebsd/contrib/dialog/ |
| H A D | inputstr.c | 4 * inputstr.c -- functions for input/display of a string 57 size_t s_len; /* strlen(string) - we add 1 for EOS */ 59 char *string; /* a copy of the last-processed string */ member 60 int *list; /* indices into the string */ 64 #define SAME_CACHE(c,s,l) (c->string != 0 && memcmp(c->string,s,l) == 0) 108 DLG_TRACE(("# cache %p %p:%s\n", p, p->string, p->string)); 138 find_cache(int cache_num, const char *string) in find_cache() argument 148 find.string_at = string; in find_cache() 157 if (p->string_at == string) { in find_cache() 166 make_cache(int cache_num, const char *string) in make_cache() argument [all …]
|
| /freebsd/contrib/libxo/tests/core/saved/ |
| H A D | test_12.E.out | 4 op string: [animal] [fish] [0] 5 op string: [animal] [fish] [0] 8 op string: [name] [thing] [0x80] 9 op string: [color] [green] [0] 11 op string: [hand] [left] [0] 12 op string: [color] [blue] [0] 16 op string: [name] [thing] [0x80] 17 op string: [color] [green] [0] 19 op string: [hand] [left] [0] 20 op string: [color] [blue] [0] [all …]
|
| /freebsd/crypto/heimdal/doc/doxyout/wind/man/man3/ |
| H A D | wind.3 | 73 Convert an UCS4 string to a puny-coded DNS label string suitable when combined with delimiters and … 77 \fIin\fP an UCS4 string to convert 81 \fIout\fP the resulting puny-coded string. The string is not NUL terminatied. 83 …should be the length of the out variable, after processing it will be the length of the out string. 94 Process a input UCS4 string according a string-prep profile. 98 \fIin\fP input UCS4 string to process 100 \fIin_len\fP length of the input string 102 \fIout\fP output UCS4 string 104 \fIout_len\fP length of the output string. 146 Convert an UCS2 string to a UTF-8 string. [all …]
|