Home | History | Annotate | Download | only in libpopt

Lines Matching refs:strlen

162     strcpy(le, defstr);	le += strlen(le);
187 strcpy(le, "null"); le += strlen(le);
191 strncpy(le, s, slen); le[slen] = '\0'; le += strlen(le);
192 if (slen < strlen(s)) {
193 strcpy(le, "..."); le += strlen(le);
235 if (opt->longName) nb += strlen(opt->longName);
236 if (argDescrip) nb += strlen(argDescrip);
257 char * le = left + strlen(left);
267 char * t = malloc((help ? strlen(help) : 0) +
268 strlen(defs) + sizeof(" "));
273 strcpy(te, help); te += strlen(te);
326 strcpy(le, argDescrip); le += strlen(le);
336 lelen = strlen(le);
346 n = mbsrtowcs (NULL, &scopy, strlen(scopy), &t);
373 helpLength = strlen(help);
391 helpLength = strlen(help);
431 len += strlen(opt->longName);
447 n = mbsrtowcs (NULL, &scopy, strlen(scopy), &t);
452 len += sizeof("=")-1 + strlen(s);
558 len += strlen(fn) + 1;
599 len += strlen(opt->longName);
605 len += strlen(opt->longName);
623 n = mbsrtowcs (NULL, &scopy, strlen(scopy), &t);
628 len += sizeof("=")-1 + strlen(argDescrip);
770 s[strlen(s)] = opt->shortName;
780 len = strlen(s) + sizeof(" [-]")-1;
807 cursor += strlen(con->otherHelp) + 1;