HomeSort by: relevance | last modified time | path
    Searched refs:file_buf (Results 1 - 6 of 6) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
dict_file.c 109 /* dict_file_to_buf() postcondition: dict->file_buf exists. */
110 if (dict->file_buf == 0)
111 dict->file_buf = vstring_alloc(100);
121 vstring_sprintf(dict->file_buf, "empty pathname list: >>%s<<'",
125 VSTRING_RESET(dict->file_buf);
129 vstring_sprintf(dict->file_buf, "open %s: %m", *cpp);
132 if (st.st_size > SSIZE_T_MAX - LEN(dict->file_buf)) {
133 vstring_sprintf(dict->file_buf, "file too large: %s", pathnames);
136 if (vstream_fread_app(fp, dict->file_buf, st.st_size) != st.st_size) {
137 vstring_sprintf(dict->file_buf, "read %s: %m", *cpp)
    [all...]
dict_alloc.c 169 dict->file_buf = 0;
191 if (dict->file_buf)
192 vstring_free(dict->file_buf);
dict.h 100 struct VSTRING *file_buf; /* dict_file_to_buf() */ member in struct:DICT
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_symbolize.cc 44 char *file_buf, uptr file_siz, int *line,
95 static char file_buf[1024]; local
98 if (__tsan_symbolize_external(addr, func_buf, sizeof(func_buf), file_buf,
99 sizeof(file_buf), &line, &col)) {
101 frame->info.file = internal_strdup(file_buf);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_symbolize.cpp 43 char *file_buf, uptr file_siz, int *line,
94 static char file_buf[1024]; local
97 if (__tsan_symbolize_external(addr, func_buf, sizeof(func_buf), file_buf,
98 sizeof(file_buf), &line, &col)) {
100 frame->info.file = internal_strdup(file_buf);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_symbolize.cpp 43 char *file_buf, uptr file_siz, int *line,
94 static char file_buf[1024]; local
97 if (__tsan_symbolize_external(addr, func_buf, sizeof(func_buf), file_buf,
98 sizeof(file_buf), &line, &col)) {
100 frame->info.file = internal_strdup(file_buf);

Completed in 22 milliseconds