Home
last modified time | relevance | path

Searched refs:pos_str (Results 1 – 3 of 3) sorted by relevance

/external/dtc/
Dsrcpos.c253 char *pos_str; in srcpos_string() local
260 xasprintf(&pos_str, "%s:%d.%d-%d.%d", fname, in srcpos_string()
264 xasprintf(&pos_str, "%s:%d.%d-%d", fname, in srcpos_string()
268 xasprintf(&pos_str, "%s:%d.%d", fname, in srcpos_string()
271 return pos_str; in srcpos_string()
/external/u-boot/scripts/dtc/
Dsrcpos.c248 char *pos_str; in srcpos_string() local
255 xasprintf(&pos_str, "%s:%d.%d-%d.%d", fname, in srcpos_string()
259 xasprintf(&pos_str, "%s:%d.%d-%d", fname, in srcpos_string()
263 xasprintf(&pos_str, "%s:%d.%d", fname, in srcpos_string()
266 return pos_str; in srcpos_string()
/external/iproute2/include/
Dutils.h223 # define __check_format_string(pos_str, pos_args) \ argument
224 __attribute__ ((format (printf, (pos_str), (pos_args))))