Lines Matching defs:c
2 /* Copyright (c) 2022 Meta Platforms, Inc. and affiliates. */
462 /* Adapted from perf/util/string.c */
903 static bool is_asc_sym(char c)
905 return c == '^';
908 static bool is_desc_sym(char c)
910 return c == 'v' || c == 'V' || c == '.' || c == '!' || c == '_';
1207 * See libbpf.c:bpf_object_adjust_struct_ops_autoload.
2456 printf("%c", HEADER_CHAR);
2797 printf("%c", HEADER_CHAR);