Home | History | Annotate | Download | only in ld

Lines Matching full:strlen

274 	    char *name = xmalloc (strlen ($2) + 2);
280 char *name = def_pool_alloc (strlen ($2) + 2);
286 char *name = def_pool_alloc (strlen ($1) + 1 + strlen ($3) + 1);
292 char *name = def_pool_alloc (strlen ($1) + 1 + strlen ($3) + 1);
323 char *id = def_pool_alloc (strlen ($2) + 2);
329 char *id = def_pool_alloc (strlen ($1) + 1 + strlen ($3) + strlen ($4) + 1);
741 s = xmalloc (sizeof (def_file_module) + strlen (name));
918 len = strlen (diropts[i].param);
982 def->name = xmalloc (strlen (image_name) + strlen (suffix) + 1);
997 int len = def->description ? strlen (def->description) : 0;
999 len += strlen (text) + 1;
1133 buf = xmalloc (strlen (module) + strlen (ext) + 2);
1157 d->len = strlen (str);
1477 len = strlen (str) + 1;