Searched refs:TRUNCATED (Results 1 - 3 of 3) sorted by relevance

/external/vboot_reference/host/lib/
H A Dcrossystem.c227 #define TRUNCATED "\n(truncated)\n" macro
236 if (size < strlen(TRUNCATED) + 1)
238 size -= strlen(TRUNCATED) + 1;
316 strcat(dest, TRUNCATED);
/external/elfutils/src/libdwfl/
H A DlibdwflP.h76 DWFL_ERROR (TRUNCATED, N_("image truncated")) \
/external/libpng/contrib/tools/
H A Dpngfix.c707 # define TRUNCATED 0x08 /* truncated but still readable */ macro
1281 /* 'TRUNCATED' is used for all cases of failure to read a byte, because of
1285 file->status_code |= TRUNCATED;
3200 assert((file->status_code & TRUNCATED) == 0);
3209 assert((file->status_code & TRUNCATED) != 0);

Completed in 202 milliseconds