Home
last modified time | relevance | path

Searched refs:DEFAULT_STRLEN (Results 1 – 4 of 4) sorted by relevance

/external/ltrace/
Ddefs.h27 #ifndef DEFAULT_STRLEN
28 #define DEFAULT_STRLEN 32 /* default maximum # of bytes printed in */ macro
Doptions.c58 .strlen = DEFAULT_STRLEN, /* maximum # of bytes printed in strings */
/external/strace/
Ddefs.h96 #ifndef DEFAULT_STRLEN
98 # define DEFAULT_STRLEN 32 macro
Dstrace.c149 unsigned int max_strlen = DEFAULT_STRLEN;
269 , DEFAULT_ACOLUMN, DEFAULT_STRLEN, DEFAULT_SORTBY); in usage()