Lines Matching refs:puts
27 puts("This program runs on de_DE.UTF-8 locale."); in main()
65 puts("--"); in main()
66 puts("Read a byte sequence which is invalid as a wide character string."); in main()
67 puts(" bytes: 0xe3, 0x81, '\\0'"); in main()
73 puts("Return Value: NULL"); in main()
76 puts("errno = EILSEQ"); in main()
95 puts("--"); in main()
96 puts("Read a byte sequence which is invalid as a wide character string."); in main()
97 puts(" bytes: '0', '\\n', 'A', 'B', 0xe3, 0x81, 'c', '\\0'"); in main()
103 puts("Return Value: NULL"); in main()
106 puts("errno = EILSEQ"); in main()
121 puts("read string not correct"); in main()
127 puts("newline missing"); in main()
130 puts("read string not NUL-terminated"); in main()
136 puts("\nsecond line"); in main()
141 puts("Return Value: NULL"); in main()
144 puts("errno = EILSEQ"); in main()