Searched refs:output (Results 1 - 25 of 854) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/coreutils/lib/
H A Dvfprintf.c4 /* Formatted output to a stream.
35 /* Print formatted output to the stream FP.
42 char *output; local
46 output = vasnprintf (buf, &lenbuf, format, args);
49 if (!output)
55 if (fwrite (output, 1, len, fp) < len)
57 if (output != buf)
60 free (output);
66 if (output != buf)
67 free (output);
[all...]
H A Dsnprintf.c4 /* Formatted output to strings.
35 /* Print formatted output to string STR. Similar to sprintf, but
43 char *output; local
49 output = vasnprintf (str, &lenbuf, format, args);
53 if (!output)
56 if (output != str)
61 memcpy (str, output, pruned_len);
65 free (output);
/haiku-fatelf/src/bin/coreutils/man/
H A Dhead.x2 head \- output the first part of files
H A Dtail.x2 tail \- output the last part of files
H A Dyes.x2 yes \- output a string repeatedly until killed
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dxmemdup.c35 PTR output = xcalloc (1, alloc_size); local
36 memcpy (output, input, copy_size);
37 return output;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_join/
H A D1-2.c66 * void output(char * string, ...)
68 * Those may be used to output information.
122 /* Initialize output routine */
131 output( "-----\n" );
132 output( "Starting test with scenario (%i): %s\n", sc, scenarii[ sc ].descr );
169 output( "Thread has been created successfully for this scenario\n" );
173 output( "Thread creation failed with the error: %s\n", strerror( ret ) );
201 output( "Pre : %d.%09d\n", ts_pre.tv_sec, ts_pre.tv_nsec );
202 output( "child: %d.%09d\n", ts_th.tv_sec, ts_th.tv_nsec );
203 output( "Pos
[all...]
H A Dtestfrmw.h43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/
H A DNamespaceDump.cpp77 char output[320]; local
92 snprintf(output, sizeof(output), "%s%s", tabs, result + depth);
95 snprintf(output, sizeof(output), "%s INTEGER", output);
98 snprintf(output, sizeof(output), "%s STRING", output);
101 snprintf(output, sizeo
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/fork/
H A Dtestfrmw.h43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/getpid/
H A Dtestfrmw.h43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_atfork/
H A Dtestfrmw.h43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cancel/
H A Dtestfrmw.h43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_broadcast/
H A Dtestfrmw.h43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_destroy/
H A Dtestfrmw.h43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_init/
H A Dtestfrmw.h42 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
47 { output("Test %s FAILED: %s\n", __FILE__, s); \
56 { output("File %s cannot test: %s\n", __FILE__, s); \
64 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
69 { output("Test FAILED: %s\n", s); \
78 { output("Unable to test: %s\n", s); \
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_signal/
H A Dtestfrmw.h43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_timedwait/
H A Dtestfrmw.h43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_wait/
H A Dtestfrmw.h43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_create/
H A Dtestfrmw.h43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_detach/
H A Dtestfrmw.h43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_equal/
H A Dtestfrmw.h43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_exit/
H A Dtestfrmw.h43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_getschedparam/
H A Dtestfrmw.h43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_kill/
H A Dtestfrmw.h43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
48 { output("Test %s FAILED: %s\n", __FILE__, s); \
57 { output("File %s cannot test: %s\n", __FILE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
70 { output("Test FAILED: %s\n", s); \
79 { output("Unable to test: %s\n", s); \

Completed in 186 milliseconds

1234567891011>>