Searched refs:__sep (Results 1 – 2 of 2) sorted by relevance
| /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=","
|
| /linux/tools/perf/ |
| H A D | builtin-c2c.c | 2973 #define for_each_token(__tok, __buf, __sep, __tmp) \ 2974 for (__tok = strtok_r(__buf, __sep, &__tmp); __tok; \ 2975 __tok = strtok_r(NULL, __sep, &__tmp)) 2972 for_each_token(__tok,__buf,__sep,__tmp) global() argument
|