Home | History | Annotate | Download | only in util

Lines Matching refs:strlen

42 	ent->name = (char *) malloc(strlen(name)+1);
45 ent->value = (char *) malloc(strlen(value)+1);
108 replace_len = strlen(newstr);
111 memmove(begin, end+1, strlen(end)+1);
114 strlen(end)+1);
137 memmove(name_ptr-1, name_ptr, strlen(name_ptr)+1);
164 (strlen(replace_name) == strlen(ent->value)-2) &&
166 strlen(ent->value)-2))
168 ptr += strlen(ent->value);
227 for (cp = line + strlen(line) - 1; cp >= line; cp--) {
347 newfn = (char *) malloc(strlen(outfn)+20);