OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filename_buf
(Results
1 - 3
of
3
) sorted by null
/external/ltp/utils/ffsb-6.0-rc2/
filelist.c
404
char
filename_buf
[FILENAME_MAX * 2];
local
406
if (FILENAME_MAX < snprintf(
filename_buf
, FILENAME_MAX, "%s/%s",
409
filename_buf
);
412
tmp = opendir(
filename_buf
);
422
if (vfunc(bf,
filename_buf
, vf_data)) {
429
add_file_named(bf, ffsb_get_filesize(
filename_buf
),
430
filename_buf
);
445
if (vfunc(bf,
filename_buf
, vf_data)) {
455
retval += add_dir_to_filelist(bf, tmp,
filename_buf
,
/external/valgrind/coregrind/
m_xtree.c
436
HChar*
filename_buf
= NULL;
local
520
filename_buf
= VG_(realloc)(xt->cc,
filename_buf
, \
524
VG_(strcpy)(
filename_buf
, filename_dir); \
525
if (
filename_buf
[0] != '\0') { \
526
VG_(strcat)(
filename_buf
, "/"); \
528
VG_(strcat)(
filename_buf
, filename_name); \
530
filename_buf
, \
532
called_filename =
filename_buf
; \
606
VG_(free)(
filename_buf
);
[
all
...]
/external/jemalloc/src/
prof.c
1707
char
filename_buf
[DUMP_FILENAME_BUFSIZE];
local
[
all
...]
Completed in 1466 milliseconds