OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:locfmt
(Results
1 - 1
of
1
) sorted by null
/external/elfutils/src/
strings.c
128
static const char *
locfmt
;
variable
290
locfmt
= "%7" PRId64 " ";
295
locfmt
= "%7" PRIo64 " ";
299
locfmt
= "%7" PRIx64 " ";
366
if (unlikely (
locfmt
!= NULL))
367
printf (
locfmt
, (int64_t) to - len - (buf - start));
431
if (likely (
locfmt
!= NULL))
432
printf (
locfmt
, (int64_t) to - len - (buf - start));
Completed in 461 milliseconds