le                134 lib/popt/popthelp.c     char * le = (char *)malloc(4*lineLength + 1);
le                135 lib/popt/popthelp.c     char * l = le;
le                137 lib/popt/popthelp.c     if (le == NULL) return NULL;	/* XXX can't happen */
le                139 lib/popt/popthelp.c     *le = '\0';
le                140 lib/popt/popthelp.c     *le++ = '(';
le                141 lib/popt/popthelp.c     strcpy(le, defstr);	le += strlen(le);
le                142 lib/popt/popthelp.c     *le++ = ':';
le                143 lib/popt/popthelp.c     *le++ = ' ';
le                149 lib/popt/popthelp.c 	le += sprintf(le, "%ld", aLong);
le                153 lib/popt/popthelp.c 	le += sprintf(le, "%ld", aLong);
le                157 lib/popt/popthelp.c 	le += sprintf(le, "%g", aDouble);
le                161 lib/popt/popthelp.c 	le += sprintf(le, "%g", aDouble);
le                166 lib/popt/popthelp.c 	    strcpy(le, "null");	le += strlen(le);
le                168 lib/popt/popthelp.c 	    size_t slen = 4*lineLength - (le - l) - sizeof("\"...\")");
le                169 lib/popt/popthelp.c 	    *le++ = '"';
le                170 lib/popt/popthelp.c 	    strncpy(le, s, slen); le[slen] = '\0'; le += strlen(le);
le                172 lib/popt/popthelp.c 		strcpy(le, "...");	le += strlen(le);
le                174 lib/popt/popthelp.c 	    *le++ = '"';
le                183 lib/popt/popthelp.c     *le++ = ')';
le                184 lib/popt/popthelp.c     *le = '\0';
le                235 lib/popt/popthelp.c 	char * le = left + strlen(left);
le                238 lib/popt/popthelp.c 	    *le++ = '[';
le                275 lib/popt/popthelp.c 		*le++ = '[';
le                278 lib/popt/popthelp.c 		    *le++ = '|';
le                281 lib/popt/popthelp.c 		    *le++ = '&';
le                284 lib/popt/popthelp.c 		    *le++ = '^';
le                289 lib/popt/popthelp.c 		*le++ = '=';
le                290 lib/popt/popthelp.c 		if (negate) *le++ = '~';
le                292 lib/popt/popthelp.c 		le += sprintf(le, (ops ? "0x%lx" : "%ld"), aLong);
le                294 lib/popt/popthelp.c 		*le++ = ']';
le                303 lib/popt/popthelp.c 		*le++ = '=';
le                304 lib/popt/popthelp.c 		strcpy(le, argDescrip);		le += strlen(le);
le                310 lib/popt/popthelp.c 	    *le++ = '=';
le                311 lib/popt/popthelp.c 	    strcpy(le, argDescrip);		le += strlen(le);
le                314 lib/popt/popthelp.c 	    *le++ = ']';
le                315 lib/popt/popthelp.c 	*le = '\0';