Searched refs:__sep (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/tools/bootconfig/scripts/ |
H A D | bconf2ftrace.sh | 98 __sep="=" 102 echo -n "$__sep$field"; __sep="," 108 __sep="(" 111 echo -n "$__sep$field"; __sep=","
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-c2c.c | 2588 #define for_each_token(__tok, __buf, __sep, __tmp) \ 2589 for (__tok = strtok_r(__buf, __sep, &__tmp); __tok; \ 2590 __tok = strtok_r(NULL, __sep, &__tmp))
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-c2c.c | 2903 #define for_each_token(__tok, __buf, __sep, __tmp) \ 2904 for (__tok = strtok_r(__buf, __sep, &__tmp); __tok; \ 2905 __tok = strtok_r(NULL, __sep, &__tmp))
|
Completed in 9 milliseconds