Lines Matching full:strlen
206 char * t = malloc(strlen(name) + 1);
306 { char *s = malloc((longName ? strlen(longName) : 0) + 3);
400 char *s = alloca(strlen(con->execPath) + strlen(item->argv[0]) + sizeof("/"));
591 size_t tn = strlen(s) + 1;
613 alen = strlen(a);
617 te = t + strlen(t);
627 t = realloc(t, strlen(t) + 1); /* XXX memory leak, hard to plug */
767 strcpy(alloca(strlen(origOptString) + 1), origOptString);
988 { char *s = malloc((opt->longName ? strlen(opt->longName) : 0) + 3);