key_part1         174 examples/perfcounter/perf.h void make_key(char *buf, int buflen, int key_part1, char *key_part2);
key_part1          55 examples/perfcounter/perf_writer_util.c void make_key(char *buf, int buflen, int key_part1, char *key_part2)
key_part1          59 examples/perfcounter/perf_writer_util.c 	sprintf(buf, "%d%s", key_part1, key_part2);
key_part1          61 examples/perfcounter/perf_writer_util.c 	sprintf(buf, "%d", key_part1);
key_part1         301 source3/registry/reg_perfcount.c 				    int key_part1,
key_part1         306 source3/registry/reg_perfcount.c 		snprintf(buf, buflen,"%d%s", key_part1, key_part2);
key_part1         308 source3/registry/reg_perfcount.c 		snprintf(buf, buflen, "%d", key_part1);
key_part1         825 source3/registry/reg_perfcount.c 				  int key_part1,
key_part1         831 source3/registry/reg_perfcount.c 	_reg_perfcount_make_key(&key, buf, PERFCOUNT_MAX_LEN, key_part1, key_part2);