Searched defs:fn_buf (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/callgrind/
H A Ddebug.c376 const HChar *fn_buf, *fl_buf, *dir_buf; local
386 CLG_(get_debug_info)(addr, &dir_buf, &fl_buf, &fn_buf, &ln, &di);
388 if (VG_(strcmp)(fn_buf,"???")==0)
391 VG_(printf)("%#lx %s", addr, fn_buf);
/external/e2fsprogs/misc/
H A Dmk_hugefiles.c67 static char *fn_buf; variable
309 retval = ext2fs_link(fs, dir, fn_buf, *ino, EXT2_FT_REG_FILE);
453 fn_buf = malloc(dsize);
454 if (!fn_buf) {
458 strcpy(fn_buf, fn_prefix);
459 fn_numbuf = fn_buf + strlen(fn_prefix);
518 free(fn_buf);

Completed in 173 milliseconds