Home
last modified time | relevance | path

Searched full:nstring (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/libucl/tests/
H A Dstreamline.res2 key2 = "test \\nstring";
H A Dgenerate.res3 key2 = "test \\nstring\\n\\r\\n\\b\\t\\f\\\\\\\"";
H A Dtest_streamline.c85 …cur = ucl_object_fromstring_common (" test \nstring\n ", 0, UCL_STRING_TRIM | UCL_STRING_ESCAP… in main()
H A Dtest_generate.c82 cur = ucl_object_fromstring_common (" test \nstring\n\r\n\b\t\f\\\" ", 0, in main()
/freebsd/contrib/tcsh/
H A Dsh.glob.c945 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 DLVStringPool.h76 OS << "\nString Pool:\n"; in print()
/freebsd/contrib/lyaml/spec/
H A Dlib_lyaml_spec.yaml47 … 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 DNEWS.md179 For example, { foo = "a\nmultiline\nstring" } would get dumped as:
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp166 W.startLine() << "\nString dump of section '" << SectionName << "':\n"; in printSectionsAsString()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1013 // (lldb::opaque_compiler_type_t type, "-[NString
H A DTypeSystemClang.cpp8194 // (lldb::opaque_compiler_type_t type, "-[NString in AddMethodToObjCObjectType()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c7195 printf("\nString dump of section '%s':\n", s->name); in str_dump()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c190222 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 */