Home | History | Annotate | Download | only in libpopt

Lines Matching refs:malloc

173     poptContext con = malloc(sizeof(*con));
206 char * t = malloc(strlen(name) + 1);
306 { char *s = malloc((longName ? strlen(longName) : 0) + 3);
395 argv = malloc(sizeof(*argv) *
594 te = t = malloc(tn);;
988 { char *s = malloc((opt->longName ? strlen(opt->longName) : 0) + 3);