Home | History | Annotate | Download | only in util

Lines Matching full:strlen

44 	ent->name = (char *) malloc(strlen(name)+1);
47 ent->value = (char *) malloc(strlen(value)+1);
111 replace_len = strlen(newstr);
114 memmove(begin, end+1, strlen(end)+1);
117 strlen(end)+1);
140 memmove(name_ptr-1, name_ptr, strlen(name_ptr)+1);
167 (strlen(replace_name) == strlen(ent->value)-2) &&
169 strlen(ent->value)-2))
171 ptr += strlen(ent->value);
230 for (cp = line + strlen(line) - 1; cp >= line; cp--) {
350 newfn = (char *) malloc(strlen(outfn)+20);