Home
last modified time | relevance | path

Searched refs:fmt_buf (Results 1 - 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/quotactl/
H A Dquotactl08.c59 static int32_t fmt_buf; variable
96 {QCMD(Q_GETFMT, USRQUOTA), &test_id, &fmt_buf,
97 &fmt_id, &fmt_buf, sizeof(fmt_buf),
136 {QCMD(Q_GETFMT, GRPQUOTA), &test_id, &fmt_buf,
137 &fmt_id, &fmt_buf, sizeof(fmt_buf), "get quota format for group",
185 fmt_buf = 0; in verify_quota()
H A Dquotactl01.c59 static int32_t fmt_buf; variable
96 {QCMD(Q_GETFMT, USRQUOTA), &test_id, &fmt_buf,
97 &fmt_id, &fmt_buf, sizeof(fmt_buf),
136 {QCMD(Q_GETFMT, GRPQUOTA), &test_id, &fmt_buf,
137 &fmt_id, &fmt_buf, sizeof(fmt_buf), "get quota format for group",
185 fmt_buf = 0; in verify_quota()
H A Dquotactl04.c47 static int32_t fmt_buf; variable
84 {QCMD(Q_GETFMT, PRJQUOTA), &test_id, &fmt_buf,
85 &fmt_id, &fmt_buf, sizeof(fmt_buf),
129 fmt_buf = 0; in verify_quota()
/third_party/backends/backend/
H A Dkodakaio.c639 void kodakaio_com_str(unsigned char *buf, char *fmt_buf);
795 char msg[1024], fmt_buf[1024]; in dump_hex_buffer_dense() local
797 memset (&fmt_buf[0], 0x00, 1024); in dump_hex_buffer_dense()
804 sprintf (fmt_buf, " 0x%04lx ", (unsigned long)k); in dump_hex_buffer_dense()
805 strcat (msg, fmt_buf); in dump_hex_buffer_dense()
810 sprintf (fmt_buf, " %02x" , buf[k]); in dump_hex_buffer_dense()
811 strcat (msg, fmt_buf); in dump_hex_buffer_dense()
819 void kodakaio_com_str(unsigned char *buf, char *fmt_buf) in kodakaio_com_str() argument
823 sprintf (fmt_buf, "esc %c %c %02x %02x %02x %02x %02x", in kodakaio_com_str()
827 sprintf (fmt_buf, " in kodakaio_com_str()
835 char fmt_buf[25]; k_send() local
871 char fmt_buf[25]; k_recv() local
926 DBG(min(14,DBG_READ), "%s: size = %ld, got %s\\n", __func__, (long int)n, fmt_buf); k_recv() local
1061 char fmt_buf[25]; k_hello() local
[all...]
H A Dmagicolor.c411 char msg[1024], fmt_buf[1024]; in dump_hex_buffer_dense() local
413 memset (&fmt_buf[0], 0x00, 1024); in dump_hex_buffer_dense()
420 sprintf (fmt_buf, " 0x%04lx ", (unsigned long)k); in dump_hex_buffer_dense()
421 strcat (msg, fmt_buf); in dump_hex_buffer_dense()
426 sprintf (fmt_buf, " %02x" , buf[k]); in dump_hex_buffer_dense()
427 strcat (msg, fmt_buf); in dump_hex_buffer_dense()
/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp2626 char fmt_buf[32];
2628 format = ImParseFormatTrimDecorations(format, fmt_buf, IM_ARRAYSIZE(fmt_buf));
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp3381 char fmt_buf[32];
3383 format = ImParseFormatTrimDecorations(format, fmt_buf, IM_ARRAYSIZE(fmt_buf));

Completed in 28 milliseconds