Searched refs:str_out (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_snprintf.c21 char str_out[64] = {}; variable
63 str_ret = BPF_SNPRINTF(str_out, sizeof(str_out), "%s % 9c %+2c %-3c %04c %0c %+05s",
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsnprintf.c68 ASSERT_STREQ(skel->bss->str_out, EXP_STR_OUT, "str_out");
/linux-master/arch/um/drivers/
H A Dnet_kern.c506 static int eth_parse(char *str, int *index_out, char **str_out, argument
531 *str_out = str;
H A Dvector_kern.c712 static int vector_parse(char *str, int *index_out, char **str_out, argument
741 *str_out = str;

Completed in 138 milliseconds