Home | History | Annotate | Download | only in src

Lines Matching full:strlen

55 | *WIDTH := max (*WIDTH, strlen (STR)).  |
61 size_t len = strlen (str);
162 for (j = width - strlen (tag); j > 0; --j)
202 for (j = width - strlen (tag); j > 0; --j)
222 for (j = width - strlen (lookahead_token); j > 0; --j)
265 width = strlen (_("$default"));
392 if (column + strlen(buffer) > (End)) \
420 column = strlen (tag);
430 sprintf (buffer + strlen (buffer), " %d", r);
460 column = strlen (tag);
467 sprintf (buffer + strlen (buffer), _(" on left:"));
474 sprintf (buffer + strlen (buffer), " %d", r);
482 sprintf (buffer + strlen (buffer), ",");
484 sprintf (buffer + strlen (buffer), _(" on right:"));
492 sprintf (buffer + strlen (buffer), " %d", r);