Searched refs:nline (Results 1 – 7 of 7) sorted by relevance
/third_party/curl/docs/examples/ |
D | cookie_interface.c | 72 char nline[256]; in main() local 96 snprintf(nline, sizeof(nline), "%s\t%s\t%s\t%s\t%lu\t%s\t%s", in main() 100 res = curl_easy_setopt(curl, CURLOPT_COOKIELIST, nline); in main() 113 snprintf(nline, sizeof(nline), in main() 116 res = curl_easy_setopt(curl, CURLOPT_COOKIELIST, nline); in main()
|
/third_party/gstreamer/gstplugins_bad/tools/ |
D | utils.c | 7 print (GstDebugColorFlags c, gboolean err, gboolean nline, const gchar * format, argument 32 if (nline)
|
D | utils.h | 9 void print (GstDebugColorFlags c, gboolean err, gboolean nline, const gchar * format, va_list var_a…
|
/third_party/flutter/flutter/packages/flutter/test/foundation/ |
D | diagnostics_json_test.dart | 64 StringProperty('foo', 'multi\nline\nvalue!', quoted: false),
|
D | diagnostics_test.dart | 401 StringProperty('foo', 'multi\nline\nvalue!', quoted: false, style: propertyStyle), 502 '└child node C: TestTree#00000(foo: multi\\nline\\nvalue!)\n', 755 ' └─child node C: TestTree#00000(foo: multi\\nline\\nvalue!)\n', 789 ' TestTree#00000(foo: multi\\nline\\nvalue!)\n', 833 StringProperty('foo', 'multi\nline\nvalue!', quoted: false),
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstinfo.c | 2892 gint nline; in append_debug_info() local 2895 &nline, NULL, NULL, NULL); in append_debug_info() 2898 G_DIR_SEPARATOR) + 1, nline); in append_debug_info()
|
/third_party/node/deps/npm/node_modules/dotenv/ |
D | README.md | 130 - new lines are expanded if in double quotes (`MULTILINE="new\nline"` becomes
|