Searched refs:sprintf (Results 126 - 150 of 1221) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_open/speculative/
H A D6-1.c34 sprintf(qname, "/msgqueue_%d", getpid());
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sem_close/
H A D1-1.c33 sprintf(semname, "/" FUNCTION "_" TEST "_%ld", (long)getpid());
H A D3-1.c35 sprintf(semname, "/" FUNCTION "_" TEST "_%ld", (long)getpid());
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sem_getvalue/
H A D1-1.c36 sprintf(semname, "/" FUNCTION "_" TEST "_%ld", (long)getpid());
H A D4-1.c35 sprintf(semname, "/" FUNCTION "_" TEST "_%ld", (long)getpid());
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sem_open/
H A D1-1.c33 sprintf(semname, "/" FUNCTION "_" TEST "_%ld", (long)getpid());
H A D1-2.c33 sprintf(semname, "/" FUNCTION "_" TEST "_%ld", (long)getpid());
H A D1-3.c34 sprintf(semname, "/" FUNCTION "_" TEST "_%ld", (long)getpid());
H A D1-4.c33 sprintf(semname, "/" FUNCTION "_" TEST "_%ld", (long)getpid());
H A D2-2.c34 sprintf(semname, "/" FUNCTION "_" TEST "_%ld", (long)getpid());
H A D4-1.c34 sprintf(semname, "/" FUNCTION "_" TEST "_%ld", (long)getpid());
H A D6-1.c32 sprintf(semname, "/" FUNCTION "_" TEST "_%ld", (long)getpid());
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sem_post/
H A D2-1.c34 sprintf(semname, "/" FUNCTION "_" TEST "_%ld", (long)getpid());
H A D4-1.c33 sprintf(semname, "/" FUNCTION "_" TEST "_%ld", (long)getpid());
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sem_unlink/
H A D1-1.c34 sprintf(semname, "/" FUNCTION "_" TEST "_%ld", (long)getpid());
H A D2-1.c34 sprintf(semname, "/" FUNCTION "_" TEST "_%ld", (long)getpid());
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sem_wait/
H A D12-1.c34 sprintf(semname, "/" FUNCTION "_" TEST "_%ld", (long)getpid());
H A D5-1.c34 sprintf(semname, "/" FUNCTION "_" TEST "_%ld", (long)getpid());
/haiku-fatelf/src/apps/cortex/addons/LoggingConsumer/
H A DLogWriter.cpp235 sprintf(buf, "%-24s : realtime = %Ld, perftime = %Ld\n", log_what_to_string(what), msg.tstamp, msg.now);
248 sprintf(buf, "\tstart = %Ld, offset = %Ld\n", msg.buffer_data.start_time, msg.buffer_data.offset);
250 sprintf(buf, "\tBuffer received *LATE*\n");
256 sprintf(buf, "\tparam id = %ld, value = %f\n", msg.param.id, msg.param.value);
262 sprintf(buf, "\tparam id = %ld\n", msg.param.id);
267 sprintf(buf, "\tstart = %Ld, offset = %Ld\n", msg.buffer_data.start_time, msg.buffer_data.offset);
271 sprintf(buf, "\tBuffer handled *LATE*\n");
277 sprintf(buf, "\tstatus = %d\n", int(msg.data_status.status));
282 sprintf(buf, "\tUNKNOWN EVENT CODE: %d\n", int(msg.unknown.what));
/haiku-fatelf/src/libs/ncurses/tack/
H A Dsync.c171 sprintf(temp, "Length of ACK %d. Expected length of ACK %d.",
233 sprintf(temp, "Fixed length ACK, %d characters",
302 sprintf(temp, "%lu characters per second. Baudrate %d ", tx_cps, j);
327 sprintf(temp, "%d", test_complete);
336 sprintf(temp, "%d linefeeds per second. ", j);
366 sprintf(temp, "%d", test_complete);
377 sprintf(temp, "%d clear-screens per second. ", j);
397 sprintf(size, "%dx%d", columns, lines);
398 sprintf(temp, "%-10s%-11s%11lu %11d %11d", tty_basename, size,
H A Dedit.c153 sprintf(buf, "%s#%d", numnames[i], CUR Numbers[i]);
159 sprintf(buf, "%s=%s", strnames[i],
215 (void) sprintf(temp, "can't open: %s", tty_basename);
234 sprintf(buf, "%s#%d", numnames[i], CUR Numbers[i]);
240 sprintf(buf, "%s=%s", strnames[i],
247 sprintf(temp, "Terminfo saved as file: %s", tty_basename);
291 sprintf(temp, "boolean %s %s", buf,
300 sprintf(temp, "string %s %s", buf,
303 sprintf(temp, "undefined string %s", buf);
311 sprintf(tem
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dparse.c127 sprintf(CANNA_rcfilename, "%s%s%s",basepath, "default/", RCFILENAME);
137 sprintf(buf, "Can't open customize file : %s", CANNA_rcfilename);
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DArray.h45 sprintf(classname, "array<uint8, %ld>", arrayLength);
71 sprintf(classname, "array<uint8, %ld>", arrayLength);
/haiku-fatelf/src/apps/icon-o-matic/import_export/svg/
H A DPathTokenizer.cpp68 sprintf(buf, "PathTokenizer::next : Invalid Character %c", *fPath);
96 sprintf(buf, "parse_path: Command %c: bad or missing parameters", cmd);
/haiku-fatelf/src/kits/network/libbind/inet/
H A Dinet_neta.c36 # define SPRINTF(x) strlen(sprintf/**/x)
38 # define SPRINTF(x) ((size_t)sprintf x)

Completed in 101 milliseconds

1234567891011>>