Home | History | Annotate | Download | only in strace

Lines Matching refs:max_strlen

83 int max_strlen = DEFAULT_STRLEN;
291 max_strlen = atoi(optarg);
292 if (max_strlen < 0) {