Lines Matching refs:snprintf
392 pos += snprintf(buf + pos, LEN_OR_ZERO, in sys_enter_openat_print_fmt()
394 pos += snprintf(buf + pos, LEN_OR_ZERO, in sys_enter_openat_print_fmt()
396 pos += snprintf(buf + pos, LEN_OR_ZERO, in sys_enter_openat_print_fmt()
398 pos += snprintf(buf + pos, LEN_OR_ZERO, in sys_enter_openat_print_fmt()
400 pos += snprintf(buf + pos, LEN_OR_ZERO, in sys_enter_openat_print_fmt()
402 pos += snprintf(buf + pos, LEN_OR_ZERO, in sys_enter_openat_print_fmt()
404 pos += snprintf(buf + pos, LEN_OR_ZERO, in sys_enter_openat_print_fmt()
406 pos += snprintf(buf + pos, LEN_OR_ZERO, in sys_enter_openat_print_fmt()
408 pos += snprintf(buf + pos, LEN_OR_ZERO, in sys_enter_openat_print_fmt()
410 pos += snprintf(buf + pos, LEN_OR_ZERO, in sys_enter_openat_print_fmt()
412 pos += snprintf(buf + pos, LEN_OR_ZERO, in sys_enter_openat_print_fmt()
414 pos += snprintf(buf + pos, LEN_OR_ZERO, in sys_enter_openat_print_fmt()
416 pos += snprintf(buf + pos, LEN_OR_ZERO, in sys_enter_openat_print_fmt()
418 pos += snprintf(buf + pos, LEN_OR_ZERO, in sys_enter_openat_print_fmt()
420 pos += snprintf(buf + pos, LEN_OR_ZERO, in sys_enter_openat_print_fmt()
422 pos += snprintf(buf + pos, LEN_OR_ZERO, in sys_enter_openat_print_fmt()
424 pos += snprintf(buf + pos, LEN_OR_ZERO, in sys_enter_openat_print_fmt()
426 pos += snprintf(buf + pos, LEN_OR_ZERO, in sys_enter_openat_print_fmt()
428 pos += snprintf(buf + pos, LEN_OR_ZERO, in sys_enter_openat_print_fmt()
430 pos += snprintf(buf + pos, LEN_OR_ZERO, in sys_enter_openat_print_fmt()
432 pos += snprintf(buf + pos, LEN_OR_ZERO, in sys_enter_openat_print_fmt()
435 pos += snprintf(buf + pos, LEN_OR_ZERO, in sys_enter_openat_print_fmt()
454 pos += snprintf(buf + pos, LEN_OR_ZERO, "\""); in __set_enter_print_fmt()
457 pos += snprintf(buf + pos, LEN_OR_ZERO, ", "); in __set_enter_print_fmt()
458 pos += snprintf(buf + pos, LEN_OR_ZERO, "%s: 0x%%0%zulx", in __set_enter_print_fmt()
466 pos += snprintf(buf + pos, LEN_OR_ZERO, " \\\"%%s\\\""); in __set_enter_print_fmt()
468 pos += snprintf(buf + pos, LEN_OR_ZERO, " (%%s)"); in __set_enter_print_fmt()
470 pos += snprintf(buf + pos, LEN_OR_ZERO, "\""); in __set_enter_print_fmt()
473 pos += snprintf(buf + pos, LEN_OR_ZERO, in __set_enter_print_fmt()
479 pos += snprintf(buf + pos, LEN_OR_ZERO, ", __get_str(__%s_val)", in __set_enter_print_fmt()
482 pos += snprintf(buf + pos, LEN_OR_ZERO, ", __print_dynamic_array(__%s_val, 1)", in __set_enter_print_fmt()
569 snprintf(arg, len, "__%s_val", meta->args[idx]); in syscall_enter_define_fields()