Searched refs:__sep (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/bootconfig/scripts/ |
H A D | bconf2ftrace.sh | 98 __sep="=" 102 echo -n "$__sep$field"; __sep="," 108 __sep="(" 111 echo -n "$__sep$field"; __sep=","
|
/openbmc/u-boot/include/ |
H A D | search.h | 93 const char __sep, int __flag, char **__resp, size_t __size, 101 const char *__env, size_t __size, const char __sep,
|
/openbmc/linux/tools/perf/ |
H A D | builtin-c2c.c | 2903 #define for_each_token(__tok, __buf, __sep, __tmp) \ argument 2904 for (__tok = strtok_r(__buf, __sep, &__tmp); __tok; \ 2905 __tok = strtok_r(NULL, __sep, &__tmp))
|