Searched refs:sprintf (Results 351 - 375 of 1221) sorted by relevance

<<11121314151617181920>>

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_timedreceive/
H A D15-1.c43 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid());
H A D17-1.c44 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid());
H A D17-2.c45 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid());
H A D17-3.c45 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid());
H A D2-1.c42 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid());
H A D5-1.c50 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid());
H A D5-3.c52 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid());
H A D7-1.c42 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid());
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_timedreceive/speculative/
H A D10-2.c45 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid());
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_timedsend/
H A D1-1.c42 sprintf(qname, "/mq_timedsend_1-1_%d", getpid());
H A D11-1.c36 sprintf(qname, "/mq_timedsend_11-1_%d", getpid());
H A D11-2.c36 sprintf(qname, "/mq_timedsend_11-2_%d", getpid());
H A D13-1.c43 sprintf(qname, "/mq_timedsend_13-1_%d", getpid());
H A D14-1.c43 sprintf(qname, "/mq_timedsend_14-1_%d", getpid());
H A D2-1.c36 sprintf(qname, "/mq_timedsend_2-1_%d", getpid());
H A D4-3.c43 sprintf(qname, "/mq_timedsend_4-3_%d", getpid());
H A D8-1.c42 sprintf(qname, "/mq_timedsend_8-1_%d", getpid());
H A D9-1.c44 sprintf(qname, "/mq_timedsend_9-1_%d", getpid());
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sem_open/
H A D3-1.c74 sprintf(semname, "/" FUNCTION "_" TEST "_%ld", (long)getpid());
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sem_post/
H A D6-1.c52 sprintf(semname, "/" FUNCTION "_" TEST "_%ld", (long)getpid());
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sem_wait/
H A D7-1.c42 sprintf(semname, "/" FUNCTION "_" TEST "_%ld", (long)getpid());
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/semaphores/
H A Dsem_lock.c58 sprintf(buf, "%d process_ID:%ld parent_process_ID:%ld child_process_ID:%ld \n", i, (long)getpid(), (long)getppid(), (long)pid);
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dtic30-dis.c274 sprintf (operand[src_op], "@0x%lX", (insn_word & 0x0000FFFF));
285 sprintf (operand[src_op], "%2.2f", f_number);
288 sprintf (operand[src_op], "%d", (short) (insn_word & 0x0000FFFF));
291 sprintf (operand[src_op], "%lu", (insn_word & 0x0000FFFF));
300 sprintf (operand[0], "0x%06lX", (insn_word & 0x000000FF) << 16);
506 sprintf (operand[0], "0x%lX", address);
513 sprintf (operand[0], "0x%lX", address);
524 sprintf (operand[1], "%d", (short) address);
536 sprintf (operand[0], "%ld", address);
626 sprintf (
[all...]
/haiku-fatelf/src/bin/network/wget/src/
H A Dprogress.c902 sprintf (p, "%2d%% ", percentage);
972 sprintf (p, " %s", size_grouped);
975 * couldn't use the field width specifier in sprintf, because
994 sprintf (p, " %4.*f%s", dlspeed >= 99.95 ? 0 : dlspeed >= 9.995 ? 1 : 2,
1034 sprintf (p, get_eta(&bytes_cols_diff),
1060 sprintf (p, "%ss", print_decimal (dl_total_time));
1156 sprintf (buf, "%ds", secs);
1158 sprintf (buf, "%dm%s%ds", secs / 60, space, secs % 60);
1160 sprintf (buf, "%dh%s%dm", secs / 3600, space, (secs / 60) % 60);
1162 sprintf (bu
[all...]
/haiku-fatelf/src/add-ons/translators/gif/
H A DGIFView.cpp49 sprintf(version_string, "v%d.%d.%d %s", (int)(translatorVersion >> 8),
232 sprintf(temp, "%d", fPrefs->transparentred);
234 sprintf(temp, "%d", fPrefs->transparentgreen);
236 sprintf(temp, "%d", fPrefs->transparentblue);
353 sprintf(temp, "%d", value);

Completed in 182 milliseconds

<<11121314151617181920>>