Home | History | Annotate | Download | only in src

Lines Matching full:strlen

57 | *WIDTH := max (*WIDTH, strlen (STR)).  |
63 size_t len = strlen (str);
163 for (j = width - strlen (tag); j > 0; --j)
203 for (j = width - strlen (tag); j > 0; --j)
288 for (j = width - strlen (look_ahead_token); j > 0; --j)
326 width = strlen (_("$default"));
439 if (column + strlen(buffer) > (End)) \
467 column = strlen (tag);
477 sprintf (buffer + strlen (buffer), " %d", r);
507 column = strlen (tag);
514 sprintf (buffer + strlen (buffer), _(" on left:"));
520 sprintf (buffer + strlen (buffer), " %d", r);
527 sprintf (buffer + strlen (buffer), ",");
529 sprintf (buffer + strlen (buffer), _(" on right:"));
537 sprintf (buffer + strlen (buffer), " %d", r);