/AliOS-Things-master/components/init/ |
A D | aos_init.c | 228 puts(" Welcome to AliOS Things "); in aos_show_welcome() 230 puts(" �����������[ �����[ �����[ �������������[ ���������������[ "); in aos_show_welcome() 231 puts(" �����X�T�T�����[�����U �����U�����X�T�T�T�����[�����X�T�T�T�T�a "); in aos_show_welcome() 232 puts(" ���������������U�����U �����U�����U �����U���������������[ "); in aos_show_welcome() 233 puts(" �����X�T�T�����U�����U �����U�����U �����U�^�T�T�T�T�����U "); in aos_show_welcome() 234 puts(" �����U �����U���������������[�����U�^�������������X�a���������������U "); in aos_show_welcome() 235 puts(" �^�T�a �^�T�a�^�T�T�T�T�T�T�a�^�T�a �^�T�T�T�T�T�a �^�T�T�T�T�T�T�a "); in aos_show_welcome() 238 puts(" �����U ���������������U�����U�����X�����[ �����U�����U �������[���������������["); in aos_show_welcome() 239 puts(" �����U �����X�T�T�����U�����U�����U�^�����[�����U�����U �����U�^�T�T�T�T�����U"); in aos_show_welcome() 240 puts(" �����U �����U �����U�����U�����U �^���������U�^�������������X�a���������������U"); in aos_show_welcome() [all …]
|
/AliOS-Things-master/components/amp/jslib/src/ |
A D | repl.js | 412 REPL.puts(CRLF); 492 REPL.puts(CRLF); 580 REPL.puts(CRLF); 723 REPL.puts(CRLF); 733 REPL.puts(s); 735 REPL.puts(CRLF); 806 REPL.puts(prompt); 1014 REPL.puts(a); 1065 REPL.puts(s); 1079 REPL.puts(a); [all …]
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | repl.js | 321 std.puts("\x1b[J"); 404 std.puts("\n"); 484 std.puts("\n"); 572 std.puts("\n"); 715 std.puts("\n"); 725 std.puts(s); 727 std.puts("\n"); 798 std.puts(prompt); 1057 std.puts(s); 1071 std.puts(a); [all …]
|
/AliOS-Things-master/components/py_engine/engine/lib/tinytest/ |
A D | tinytest.c | 258 puts(opt_verbosity==1?"OK":""); 262 puts("SKIPPED"); 294 puts(" (Off by default)"); 296 puts(" (DISABLED)"); 298 puts(""); 315 puts("Options are: [--verbose|--quiet|--terse] [--no-fork]"); 317 puts(" To skip a test, prefix its name with a colon."); 319 puts(" Use --list-tests for a list of tests."); 321 puts("Known tests are:"); 440 puts(""); [all …]
|
/AliOS-Things-master/components/SDL2/src/hidapi/testgui/ |
A D | mac_support.cpp | 20 puts("Quitting\n"); in HandleQuitMessage() 28 puts("Showing"); in HandleReopenMessage() 36 puts("WildCard\n"); in HandleWildCardMessage() 88 puts("Calling ProcessAppleEvent\n"); in HandleEvent()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/infback9/ |
A D | infback9.c | 80 puts(" /* inffix9.h -- table for decoding deflate64 fixed codes"); in makefixed9() 81 puts(" * Generated automatically by makefixed9()."); in makefixed9() 82 puts(" */"); in makefixed9() 83 puts(""); in makefixed9() 84 puts(" /* WARNING: this file should *not* be used by applications."); in makefixed9() 85 puts(" It is part of the implementation of this library and is"); in makefixed9() 86 puts(" subject to change. Applications should only use zlib.h."); in makefixed9() 87 puts(" */"); in makefixed9() 88 puts(""); in makefixed9() 99 puts("\n };"); in makefixed9() [all …]
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | config.guess | 540 puts("powerpc-ibm-aix3.2.5"); 628 case CPU_PA_RISC1_0: puts ("hppa1.0"); break; 629 case CPU_PA_RISC1_1: puts ("hppa1.1"); break; 634 case 64: puts ("hppa2.0w"); break; 635 case 32: puts ("hppa2.0n"); break; 636 default: puts ("hppa2.0"); break; 639 puts ("hppa2.0"); break; 641 default: puts ("hppa1.0"); break; 695 default: puts ("hppa-hitachi-hiuxwe2"); break; 699 puts ("m68k-hitachi-hiuxwe2"); [all …]
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | config.guess | 540 puts("powerpc-ibm-aix3.2.5"); 628 case CPU_PA_RISC1_0: puts ("hppa1.0"); break; 629 case CPU_PA_RISC1_1: puts ("hppa1.1"); break; 634 case 64: puts ("hppa2.0w"); break; 635 case 32: puts ("hppa2.0n"); break; 636 default: puts ("hppa2.0"); break; 639 puts ("hppa2.0"); break; 641 default: puts ("hppa1.0"); break; 695 default: puts ("hppa-hitachi-hiuxwe2"); break; 699 puts ("m68k-hitachi-hiuxwe2"); [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/ |
A D | config.guess | 519 puts("powerpc-ibm-aix3.2.5"); 607 case CPU_PA_RISC1_0: puts ("hppa1.0"); break; 608 case CPU_PA_RISC1_1: puts ("hppa1.1"); break; 613 case 64: puts ("hppa2.0w"); break; 614 case 32: puts ("hppa2.0n"); break; 615 default: puts ("hppa2.0"); break; 618 puts ("hppa2.0"); break; 620 default: puts ("hppa1.0"); break; 674 default: puts ("hppa-hitachi-hiuxwe2"); break; 678 puts ("m68k-hitachi-hiuxwe2"); [all …]
|
/AliOS-Things-master/components/py_engine/engine/shared/libc/ |
A D | printf.c | 56 int puts(const char *s); 80 int puts(const char *s) { in puts() function
|
/AliOS-Things-master/components/ulog/src/ |
A D | ulog_async.c | 58 puts(&((char*)log_text)[LOG_PREFIX_LEN]); in ulog_handler() 87 puts(log_text); in ulog_handler()
|
A D | ulog_init.c | 60 puts(buf); in cmd_cli_ulog()
|
A D | ulog.c | 384 puts(&ulog_buf[LOG_PREFIX_LEN]); in ulog()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | config.guess | 559 puts("powerpc-ibm-aix3.2.5"); 648 case CPU_PA_RISC1_0: puts ("hppa1.0"); break; 649 case CPU_PA_RISC1_1: puts ("hppa1.1"); break; 654 case 64: puts ("hppa2.0w"); break; 655 case 32: puts ("hppa2.0n"); break; 656 default: puts ("hppa2.0"); break; 659 puts ("hppa2.0"); break; 661 default: puts ("hppa1.0"); break; 715 default: puts ("hppa-hitachi-hiuxwe2"); break; 719 puts ("m68k-hitachi-hiuxwe2"); [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | config.guess | 590 puts("powerpc-ibm-aix3.2.5"); 679 case CPU_PA_RISC1_0: puts ("hppa1.0"); break; 680 case CPU_PA_RISC1_1: puts ("hppa1.1"); break; 685 case 64: puts ("hppa2.0w"); break; 686 case 32: puts ("hppa2.0n"); break; 687 default: puts ("hppa2.0"); break; 690 puts ("hppa2.0"); break; 692 default: puts ("hppa1.0"); break; 746 default: puts ("hppa-hitachi-hiuxwe2"); break; 750 puts ("m68k-hitachi-hiuxwe2"); [all …]
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | config.guess | 590 puts("powerpc-ibm-aix3.2.5"); 679 case CPU_PA_RISC1_0: puts ("hppa1.0"); break; 680 case CPU_PA_RISC1_1: puts ("hppa1.1"); break; 685 case 64: puts ("hppa2.0w"); break; 686 case 32: puts ("hppa2.0n"); break; 687 default: puts ("hppa2.0"); break; 690 puts ("hppa2.0"); break; 692 default: puts ("hppa1.0"); break; 746 default: puts ("hppa-hitachi-hiuxwe2"); break; 750 puts ("m68k-hitachi-hiuxwe2"); [all …]
|
/AliOS-Things-master/components/SDL2/build-scripts/ |
A D | config.guess | 586 puts("powerpc-ibm-aix3.2.5"); 675 case CPU_PA_RISC1_0: puts ("hppa1.0"); break; 676 case CPU_PA_RISC1_1: puts ("hppa1.1"); break; 681 case 64: puts ("hppa2.0w"); break; 682 case 32: puts ("hppa2.0n"); break; 683 default: puts ("hppa2.0"); break; 686 puts ("hppa2.0"); break; 688 default: puts ("hppa1.0"); break; 742 default: puts ("hppa-hitachi-hiuxwe2"); break; 746 puts ("m68k-hitachi-hiuxwe2"); [all …]
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | inflate.c | 310 puts(" /* inffixed.h -- table for decoding fixed codes"); in makefixed() 311 puts(" * Generated automatically by makefixed()."); in makefixed() 312 puts(" */"); in makefixed() 313 puts(""); in makefixed() 314 puts(" /* WARNING: this file should *not* be used by applications."); in makefixed() 315 puts(" It is part of the implementation of this library and is"); in makefixed() 316 puts(" subject to change. Applications should only use zlib.h."); in makefixed() 317 puts(" */"); in makefixed() 318 puts(""); in makefixed() 329 puts("\n };"); in makefixed() [all …]
|
/AliOS-Things-master/components/ota/2ndboot/updater/ |
A D | libc.c | 184 puts("Non supported format!\r\n"); in ota_printf() 187 return puts(buf); in ota_printf() 237 return puts(buf); in ota_printf()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/ |
A D | test_std.js | 43 f.puts(str); 87 f.puts(lines[i], "\n"); 112 f.puts(content);
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | inflate.c | 348 puts(" /* inffixed.h -- table for decoding fixed codes"); in makefixed() 349 puts(" * Generated automatically by makefixed()."); in makefixed() 350 puts(" */"); in makefixed() 351 puts(""); in makefixed() 352 puts(" /* WARNING: this file should *not* be used by applications."); in makefixed() 353 puts(" It is part of the implementation of this library and is"); in makefixed() 354 puts(" subject to change. Applications should only use zlib.h."); in makefixed() 355 puts(" */"); in makefixed() 356 puts(""); in makefixed() 367 puts("\n };"); in makefixed() [all …]
|
A D | configure | 478 if (sizeof(void *) <= sizeof(int)) puts("int"); 479 else if (sizeof(void *) <= sizeof(long)) puts("long"); 480 else puts("z_longlong"); 489 if (sizeof(void *) <= sizeof(int)) puts("int"); 490 else puts("long");
|
/AliOS-Things-master/components/ota/2ndboot/updater/include/ |
A D | libc.h | 46 #define puts ota_puts macro
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/ |
A D | enough.c | 549 puts(" (no length limit)"); in main() 567 puts("cannot handle minimum code lengths > root"); in main()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/iptcutil/ |
A D | iptcutil.c | 401 puts(usage); in main() 460 puts(usage); in main()
|