Searched full:nstring (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/libucl/tests/ |
| H A D | streamline.res | 2 key2 = "test \\nstring";
|
| H A D | generate.res | 3 key2 = "test \\nstring\\n\\r\\n\\b\\t\\f\\\\\\\"";
|
| H A D | test_streamline.c | 85 …cur = ucl_object_fromstring_common (" test \nstring\n ", 0, UCL_STRING_TRIM | UCL_STRING_ESCAP… in main()
|
| H A D | test_generate.c | 82 cur = ucl_object_fromstring_common (" test \nstring\n\r\n\b\t\f\\\" ", 0, in main()
|
| /freebsd/contrib/tcsh/ |
| H A D | sh.glob.c | 945 const Char *pestr, *nstring; in t_pmatch() local 947 for (nstring = string;; string = nstring) { in t_pmatch() 948 stringc = *nstring++ & TRIM; in t_pmatch()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVStringPool.h | 76 OS << "\nString Pool:\n"; in print()
|
| /freebsd/contrib/lyaml/spec/ |
| H A D | lib_lyaml_spec.yaml | 47 … expect (lyaml.dump {"a\nmultiline\nstring"}).to_be "--- |-\n a\n multiline\n string\n...\n" 198 expect (fn "|-\n a\n multiline\n string").to_equal {"a\nmultiline\nstring"}
|
| /freebsd/contrib/lyaml/ |
| H A D | NEWS.md | 179 For example, { foo = "a\nmultiline\nstring" } would get dumped as:
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ObjDumper.cpp | 166 W.startLine() << "\nString dump of section '" << SectionName << "':\n"; in printSectionsAsString()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 1013 // (lldb::opaque_compiler_type_t type, "-[NString
|
| H A D | TypeSystemClang.cpp | 8194 // (lldb::opaque_compiler_type_t type, "-[NString in AddMethodToObjCObjectType()
|
| /freebsd/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 7195 printf("\nString dump of section '%s':\n", s->name); in str_dump()
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 190222 int nString = 0; /* Bytes required to hold all column names */ 190385 nString += (int)(strlen(z) + 1); 190405 rc = fts3ContentColumns(db, argv[1], zContent,&aCol,&nCol,&nString,pzErr); 190425 assert( nString==0 ); 190427 nString = 8; 190451 nString; /* Space for azColumn strings */
|