/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
H A D | quotactl08.c | 59 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 D | quotactl01.c | 59 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 D | quotactl04.c | 47 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 D | kodakaio.c | 639 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 D | magicolor.c | 411 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 D | imgui_widgets.cpp | 2626 char fmt_buf[32]; 2628 format = ImParseFormatTrimDecorations(format, fmt_buf, IM_ARRAYSIZE(fmt_buf));
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_widgets.cpp | 3381 char fmt_buf[32]; 3383 format = ImParseFormatTrimDecorations(format, fmt_buf, IM_ARRAYSIZE(fmt_buf));
|